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 ...
Take advantage of query types in EF Core to query types that don’t have keys and to map to tables and views that lack an identity column. Entity Framework Core (EF Core for short) is a popular ORM ...
Take advantage of user secrets management in ASP.NET Core to prevent the sharing of sensitive application data in your projects When working with ASP.NET web applications, you will want to protect ...
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 ...
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 ...
Since its inception as an intriguing experiment in leveraging WebAssembly to enable dynamic web development with C#, Blazor has evolved into a mature, fully featured framework. Integral to the ASP.NET ...