Monday, November 17, 2008

The 3 Musketeers: - Model, View and Controller using ASP.NET MVC – Part 2

This is my second article in MVC. In my previous article we had discussed how we can develop MVC application in ASP.NET using HttpHandler. In case you have missed the first part I have given the link below. I am sure Httphandler is a tough way to implement MVC, but if you have understood the concept then you have understood the basics of implementing MVC. Ok, now good news in VS 2008 we have a something readymade given by Microsoft ASP.NET community the ASP.NET MVC. In this section we will discuss step by step how we can use the ASP.NET MVC to build the three Musketeer's Model, View and Controller. It's a clean approach and easy to build upon as it encapsulates the HttpHandler implementation for MVC, thus bringing in simplicity.

Read more at http://www.dotnetfunda.com/articles/article190.aspx

Author: Questpond

Introduction to Windows Service(Process Killer)

This Article will introduce you to the Windows Service. Our Example is a Service that kills unwanted Processes.

Read more at http://www.dotnetfunda.com/articles/article191.aspx

Author: Vuyiswamb

How to be an Expert in your Field

Have you Wondered how few Experts we have in this world? It does not matter if you are in IT or Marketing etc. Let me tell you why we dont have Experts

Read more at http://www.dotnetfunda.com/articles/article192.aspx

Author: Vuyiswamb

Friday, November 14, 2008

Nullable type in C#

Nullable types are instances of the System.Nullable struct. A nullable type can represent the normal range of values for its underlying value type, plus an additional null value.

Read more at http://www.dotnetfunda.com/articles/article187.aspx

Author: SheoNarayan

Premitives (Data Types) in C#

Data types that is commonly called as Primitives are predefined in C#. There are several data types in C#.

Read more at http://www.dotnetfunda.com/articles/article186.aspx

Author: SheoNarayan

Verbatim Character in C#

Verbatim character is one of the feature in C# that prevents the translation of string or identifier, where it is treated "as-is".

Read more at http://www.dotnetfunda.com/articles/article185.aspx

Author: SheoNarayan

Thursday, November 13, 2008

What is binding and how many types of bindings are there in WCF?

A binding defin ...

Read more at http://www.dotnetfunda.com/interview/exam288-what-is-binding-and-how-many-types-of-bindings-are-there-in-wcf.aspx

Author: Poster

What is WCF?

Windows Communi ...

Read more at http://www.dotnetfunda.com/interview/exam283-what-is-wcf.aspx

Author: Poster