Author Archives: Rajender G - Page 2
Routing in ASP.NET MVC
Routing is a pattern matching system that monitor the incoming request and figure out what to do with that request. At run time, Routing engine use the Route table for…
ASP.Net MVC Entity Framework
Entity Framework is an Object/Relational Mapping (ORM) framework that enables developers to work with various relational databases like SQL Server, Oracle, DB2, MYSQL etc. It enables developers to deal with…
ASP.NET Core Features
5 has been renamed to Core and first version of NET Core was released in June 2016. The latest version of Core was released in Nov 2016. Open Source:…
NET Core command-line interface (CLI) Tools
The .NET Core command-line interface (CLI) is a new cross-platform toolchain for developing .NET applications. Command : dotnet -help Basic Commands: new restore build publish run test vstest pack migrate…