ASP.NET MVC 5 allows you to define routes through certain attributes, which is simpler and more intuitive than the older technique of defining routes. Read on to learn how to use attribute routing.

ASP.NET MVC 5 allows you to define routes through certain attributes, which is simpler and more intuitive than the older technique of defining routes. Read on to learn how to use attribute routing.
No matter how proficiently you developed your application there are chances that your code may not work as expected and will generate an error at runtime. ASP.NET MVC offers several techniques that help you build a robust error handling mechanism into your web application.
Information about .NET assemblies is stored in the assembly itself. This information is called metadata. .NET allows you to put additional information in the metadata through attributes. Read on to learn what attributes are, how to use inbuilt attributes and how to create custom attributes.
SignalR is an Asp.Net library that pushes data to a wide variety of clients. The burden of worrying about which server push transport to use and deciding on the fallbacks has been removed from developers. Read on to learn more.
AutoMapper is an external component that helps in creating a mapping between a source and destination model types. Read on to learn about the AutoMapper component and how to use it in an Asp.Net MVC application.
It is equally as important to continuously monitor the behavior of your ASP.NET application in a production environment as it is to successfully develop and deploy it. Read on to learn about the health monitoring feature in ASP.NET and how to implement it in ASP.NET MVC applications.
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...
Hannes du Preez shows you how to parameterize queries and explains the reporting options available in VB.NET applications.
This article introduces you to Big Data, Apache Hadoop and MapReduce jobs. We will also learn how to create MapReduce jobs using C#.