MVC
-
.NET
Decision Framework for the Implementation of Web Services based on Core Microsoft Technologies
EDITORIAL NOTE: Web Services have become very popular. They come in a variety of flavors and styles, a fact that…
Read More » -
.NET
BrowseDotNET: Manage your .NET Solutions and code snippets
BrowseDotNET is an open source ASP.NET MVC Web Application I created, that can help you manage your computer’s .NET…
Read More » -
.NET
ASP.NET MVC Session state Performance Issue
I cannot recall any real Web Application that doesn’t make use of the Session State feature, the one that is…
Read More » -
.NET
ASP.NET MVC Solution Architecture – Best Practices
Choosing the right architecture for Web Applications is a must, especially for large scale ones. Using the default Visual Studio…
Read More » -
.NET
C# Tricks: Slimming down your controllers
This blog post is dedicated to my colleague Seminda who has been experimenting with how to create simple and powerful…
Read More » -
.NET
Easier error handling in ASP.NET MVC5
I’ve written a few posts about error handling in ASP.NET MVC. It’s not easy to get it right since the…
Read More » -
.NET
Handle Cyclical References with ASP.NET Web API 2 and MVC 6
Many ORM (object-relational mapping) tools, such as Entity Framework 6 Tools for Visual Studio 2012 & 2013, Entity Framework Power…
Read More » -
.NET
How to dynamically modify model meta data in ASP.NET MVC
Normally you just add the [Required] attribute to a view model to make it required. But I needed a way…
Read More » -
.NET
Output Caching in ASP.NET MVC
Although nowadays most of us have broadband connections, resource caching is important as loading a resource from your local HD…
Read More » -
.NET
Protect your data!
The introduction of OR/M libraries and strongly typed views/view models has made a lot of programmers to switch to the…
Read More »
- 1
- 2