Microsoft is enabling its free SQL CE (SQL Server Compact Edition) database to work within ASP.Net Web applications, thus providing a lightweight database option for ASP.Net Web development, a ...
I'm getting a date from an Access database as part of a SELECT query.<BR>Sometimes in the database, this field is left blank.<BR>In these case, writing the field to the asp page gives me ...
ASP.NET Identity is a simple but robust framework allowing you to easily inject custom authentication logic into your applications. ASP.NET Identity is the latest in a series of frameworks that exist ...
I'd like to be able to generate clean class files based off the tables in my database. By clean, I mean a simple get and set along with the correct type (string, int, boolean, etc) and that's ...
You can write better controllers by adhering to the best practices. So-called “thin” controllers—i.e. controllers with less code and fewer responsibilities—are easier to read and maintain. And once ...
Visual Studio 2013 came with a new version of Web API. The Web API 2.1 update includes a host of new features, including support for Binary JSON. Learn how to leverage BSON by building a Web API 2.1 ...