Search by Tag: .net

.net 7     azure 9     big bang theory 1     biztalk 3     bot 1     digital marketing 1     dynamics crm 9     gis 2     iOS 1     IoT 6     kentico 2     kinect 3     knowledge management 1     leadership 5     linq 1     machine learning 6     microservices 2     microsoft band 1     microsoft edge 1     mobile 2     mvc 6     nintex 4     office 365 5     redis 1     sdlc 2     sharepoint 17     software architecture 3     software testing 3     typescript 1     visual studio 3     xamarin 1     yammer 1    
A flexible Default Value for your DateTime properties
When creating an MVC application with Entity Framework, it is possible to set default values for most properties in a model using the DefaultValue attribute. However, no much flexibility is offered for a DateTime property. This article presents a custom validation attribute for DateTime types that accepts different formats for defining the default value of the property.
Comments (0) Read more...
Adding a Secured Geo-located Audit Trail
How I built a social sharing component for my own web site and added a secured geo-located audit trail. Step by step, let’s analyse technologies and source code for developing this component.
Comments (1) Read more...
Adding Social Sharing to a Web Site
How I built a social sharing component for my own web site and added a secured geo-located audit trail. Step by step, let’s analyse technologies and source code for developing this component.
Comments (0) Read more...
Converting GIS spatial coordinates
Different formats and standards exist for describing geographical coordinates in GIS systems and applications. This article explains how to convert between the most used formats, presenting a working library written in C#.
Comments (0) Read more...
Disserting about colliding GUIDs and the Big Bang Theory
Can you generate two identical GUIDs? Would the world end if two GUIDs collide? How long does it take to generate a duplicate GUID and would we be still here when the result is found?
Comments (0) Read more...
Natural String Sorting
Have you ever desired to have in your code a way to order a sequence of strings in the same way as Windows does for files whose name contains a mix of letters and numbers? Natural string sorting is not natively supported in .NET but can be easily implemented by specialising a string comparer and adding a few extensions to the enumerable string collection.
Comments (0) Read more...
We don't need no Yoda's syntax
There is an urban myth in the programmers’ community that the so called “Yoda’s syntax” performs better when checking an object for nullity. Let's demystify it...
Comments (2) Read more...