Tuesday, 13 January 2015

MVC3 Vs MVC4 Vs MVC5 Vs MVC6

Microsoft has added exciting features in every new version of ASP.NET MVC that make developers more comfortable building scalable web applications easily. In this ASP.NET MVC tutorial, we will have a quick look into new and important features introduced in major versions of Microsoft ASP.NET MVC starting fromMVC3 to MVC6 (the latest one so far). ASP.NET MVC3 New...
Continue Reading →

Monday, 12 January 2015

Generics - C#

First of all, let's take an example where generics can be of great help. Suppose you are writing a class for Stack with methods Push() and Pop(). You have to implement this class in such a way that it works for any data type. Now you will have two options if generic was not there to help you. Define classes for each data types. You can achieve the solution using this approach....
Continue Reading →

WCF Services - Choosing the appropriate WCF binding

Windows Communication Foundation is a programming model that enables us to develop and then expose our services in a variety of different ways. It means a single WCF service can be exposed with different wire formats and message protocols. Bindings in WCF actually defines that how to communicate with the service. So, binding specifies that what communicate protocol as well as encoding method will...
Continue Reading →

ViewData VS ViewBag Vs TempData in MVC

IntroductionIn Asp.Net MVC there are three ways to pass/store data between the controllers and views.ViewData ViewData is used to pass data from controller to view It is derived from ViewDataDictionary class It is available for the current request only Requires typecasting for complex data type and checks for null values to avoid error If redirection occurs, then its value becomes null ViewBag ViewBag is...
Continue Reading →

C# - Object vs Var vs Dynamic

So right now in C# we have the Object class, and the var and dynamic types. At first look, they all seem to do the same job, but not really. Then the question is, what is the difference between Object, var and dynamic? And when should we use them? So here is the answer. Object The object class...
Continue Reading →

Topics

ADFS (1) ADO .Net (1) Ajax (1) Angular (47) Angular Js (15) ASP .Net (14) Authentication (4) Azure (3) Breeze.js (1) C# (55) CD (1) CI (2) CloudComputing (2) Coding (10) CQRS (1) CSS (2) Design_Pattern (7) DevOps (4) DI (3) Dotnet (10) DotnetCore (20) Entity Framework (5) ExpressJS (4) Html (4) IIS (1) Javascript (17) Jquery (8) jwtToken (4) Lamda (3) Linq (10) microservice (4) Mongodb (1) MVC (46) NodeJS (8) React (10) SDLC (1) Sql Server (32) SSIS (3) SSO (1) TypeScript (3) UI (1) UnitTest (2) WCF (14) Web Api (16) Web Service (1) XMl (1)

Dotnet Guru Archives