ASP.NET Core Course: Build a C# App in One Hour
In this free tutorial, you will learn how to create a web database app in ASP.NET Core using Visual Studio and the C# language in just one hour.
In this free tutorial, you will learn how to create a web database app in ASP.NET Core using Visual Studio and the C# language in just one hour.
Learn how to build enterprise applications using ASP.NET Core 3 and following the principles of Clean Architecture. This talk provides practical guidance and will cover architecture, technologies, tools, and frameworks.
To help tame large applications and organize site functionality, ASP.NET MVC 2 introduced the concept of areas. Areas allow you to segregate controllers, models, and views into different physical locations, with the area-specific pieces in a single area folder. This article shows how T4MVC templates help you generate URLs and …
The only available test framework that’s provided out of the box with ASP.NET MVC 3 is the Visual Studio Unit Test framework. This article, based on chapter 23 of ASP.NET MVC 3 in Action, shows you how to create and install custom test project templates and view engine options.
ADO Entity Framework can be used in ASP.NET as well. There are only minor things to keep in mind. The EntityDataSource makes using an Entity Model in ASP.NET much easier. This video demonstrates how to use Entity Framework in ASP.NET. http://msdn.microsoft.com/en-gb/vcsharp/dd565859.aspx
In this video, Todd Miranda demonstrates how to add AJAX functionality to an existing ASP.NET page with minimal effort to increase performance and improve the overall user experience of your application. http://msdn.microsoft.com/en-gb/vstudio/bb821246.aspx