Blog
Blog posts on .NET, Azure, and more.
Creating Unit Tests for ASP.NET MVC 6 Applications
December 22, 2014 by Anuraj
.Net ASP.Net ASP.Net MVC CodeProject EF Code First Entity Framework
This post is about unit testing ASP.NET MVC 6 applications. Unlike MS Test, this post is using XUnit Framework, which is the currently used unit testing framework for ASP.NET 5 applications.
K-MUG User Group Meeting On 20th December - Kochi
December 12, 2014 by Anuraj
Miscellaneous User Group Activities
Command line scaffolding for ASP.NET 5
December 12, 2014 by Anuraj
.Net ASP.Net ASP.Net MVC EF Code First Entity Framework Visual Studio
Last K-MUG Session, there was a demo related to ASP.NET MVC scaffolding. This post is about scaffolding support in ASP.NET 5. This post uses K runtime for scaffolding, you can do it using Visual Studio 2015 Preview as well.
How to use SQLite in ASP.NET 5
December 11, 2014 by Anuraj
.Net ASP.Net ASP.Net MVC CodeProject EF Code First Entity Framework
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. Most of the ASP.NET 5 tutorials / articles, SQL Server is used. In this post I am explaining about how to use SQLite with Entity Framework 7.0.
Expression Bodied Functions and Properties in C# 6.0
December 03, 2014 by Anuraj
.Net ASP.Net Visual Studio
Expression bodied functions are another syntax simplification in C# 6.0. These are functions with no statement body. Instead, you implement them with an expression, similar to Lamda expressions.
Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub