If you want your website to perform at optimum levels, caching will give you spectacular results. In this post, we'll add a data caching layer to your repositories making your website perform at top speeds.
If you have a simple generic repository, it doesn't make sense to put everything into one repository. In this post, we'll talk about how to use a reader to make specific SQL calls based on a repository.
ModelBinding is popular for sending form data back to the server, but did you know that you can use ModelBinders with GETS as well as POSTS? This quick tip will show you how to pass QueryString parameters to the server using a Model.
In this last part of the series, we talk about how to use ORMs to speed up the creation of your data access layer.
In this fourth part of the series, we talk about using add-ons to Visual Studio to kick your coding into high gear.
Did you know that you have a code generator in Visual Studio? In this third part of the series, we talk about using T4 to generate ANYTHING that centers around building applications.
In this second post, we create project templates to give your coding a jumpstart.
In this first post, we show how to take existing data and immediately convert them into classes to use in your code.
In this series, we'll talk about how to take your development to the next level by mastering your tools and code.
Use these 6 tips to make your URL management easier in ASP.NET MVC 4.