Search by Tag: mvc

.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...
Building an MVC application for SharePoint
Learn how to write code to perform basic operations with the SharePoint 2013 .NET Framework client-side object model (CSOM), and build an ASP.NET MVC application that retrieves information from a SharePoint server.
Comments (1) Read more...
SharePoint Saturday Cambridge 2016
SharePoint Saturday Cambridge is a unique not for profit (free to attend) community driven event dedicated to showcasing all that is great about SharePoint, Office 365 and the Microsoft Data Platform. It aims to provide expert training geared towards administrators, end users, architects, developers, and other types of professionals that work with Microsoft SharePoint Technologies.
Comments (3) Read more...
SOLID SharePoint apps with MVC
Practical code examples of ASP.NET MVC applications that connect to a SharePoint Server and comply with the SOLID principles.
Comments (3) Read more...