Open web.config file and find the System.Web.Mvc assembly definition: assembly="System.Web.Mvc, Version=3.0.0.0 ..." It...
Showing posts with label MVC. Show all posts
Showing posts with label MVC. Show all posts
Monday, August 17, 2015
Thursday, August 13, 2015
The Web API Checklist — 43 Things To Think About When Designing, Testing, and Releasing your API
When you're designing, testing, or releasing a new Web API, you're building a new system on top of an existing complex and sophis...
MVC, AngularJS and WCF Rest Service For Master Detail Grid
This article shows how to create a Master and Detail Grid using AngularJS and WCF. In this article we will see: How to create a WCF Re...
Wednesday, August 12, 2015
A Complete Guide to the MVC 6 Tag Helpers
Tag Helpers are a new feature in MVC that you can use for generating HTML. The syntax looks like HTML (elements and attributes) but is pr...
ASP.NET 5 Project Basics
When you create a new ASP.NET web application using the Web Application template, you are presented with a raft of new folders and files ...
ASP.NET MVC ActionFilter: Custom Authorization
A while back, I posted my top 5 favorite ASP.NET MVC Action Filters and enhancing your controllers with ActionFilters, but honestly, it d...
Sunday, August 9, 2015
IMPROVE SERVER PERFORMANCE WITH ASYNCHRONOUS WEBAPI
In this article I want to show, how you can improve server performance dramatically by using Microsoft asynchronous WebAPI. The text show...
INSIDE SIGNALR – ADDRESSING CLIENTS, RETURN VALUES, BROKEN CONNECTIONS AND SECURITY
During my last lecture about ASP.NET SignalR in the .Net Developer Group Berlin-Brandenburg, some questions came up from the audience. I ...
DEPENDENCY INJECTION IN ASP.NET VNEXT
Microsoft changed the way how dependency injection (DI) is done in ASP.NET vNext. In previous versions of ASP.NET there were different en...
Tuesday, January 15, 2013
Design and Develop a website using ASP.NET MVC 4, EF, Knockoutjs and Bootstrap
All websites are growing faster these days, and once it grows, it is very hard to write, organize and maintain. As we add new functionality...
Sunday, January 6, 2013
Ext JS 4 MVC-Tutorial : Sencha Designer
Traditionally, ExtJs projects were developed using text editors like Vim, Emacs or Notepad, and today you can continue using it, but the...
ExtJS and a Simple MVC (Model-View-Controller) – Tutorial – Part 1
MVC – Model View Controller has become quite the standard when developing highend software applications, but what has it meant for web ...
Saturday, January 5, 2013
Understanding ASP.NET MVC (Model View Controller) Architecture for Beginners
This article is intended to provide basic concepts and fundamentals of ASP.NET MVC (Model View Controller) architecture workflow for be...
Architecture Guide: ASP.NET MVC Framework + N-tier + Entity Framework and Many More
The Model View Controller (MVC) is an architectural pattern used in software engineering. The pattern isolates "domain logic"...
Developer Review - Four ASP.NET MVC View Engines
In this Developer Review, we evaluate four view engines available for use with ASP.NET MVC. First, we discuss the role a view engine pl...
Exploring the MVC, MVP and MVVM Design Patterns
Take advantage of MVC, MVP and MVVM Design Patterns to build applications that are easier to test and maintain Design patterns can be us...
Differences between MVC and MVP for Beginners
In the modern world, an architect who can engineer an efficient decoupled system is considered as an invaluable asset to the company. Th...
Sunday, December 9, 2012
Modernizr Library in MVC 4
In this post you will learn how developers take the advantage of Modernizr in MVC 4 Applications. We all web developers have the responsibi...
Saturday, November 24, 2012
Deep Dive into ASP.NET MVC 4 - Part [1] - Introduction
ASP.NET MVC 4 is a framework for building scalable, standards-based web applicationsusing well-established design patterns and the power...
Tuesday, November 20, 2012
Scaffold your ASP.NET MVC 3 project with the MvcScaffolding package
This post is part of a series about the MvcScaffolding NuGet package: This post: Scaffold your ASP.NET MVC 3 project with the MvcScaffol...