|
|
dotnetfunda
dotnetfunda
 |
|
Stories submitted by dotnetfunda
|
|
submitted by
dotnetfunda
2 days, 19 hours ago
dotnetfunda.com — 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...
add a comment
|
category: ASP.NET | Views: 5
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
2 days, 19 hours ago
dotnetfunda.com — This Article will introduce you to the Windows Service. Our Example is a Service that kills unwanted Processes.
read more...
add a comment
|
category: C# | Views: 7
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
2 days, 19 hours ago
dotnetfunda.com — 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...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
5 days, 16 hours ago
dotnetfunda.com — Web pages rarely be stand alone. Web applications almost always need to track users who visits multiple pages, whether to provide personalization, store information about a user or to track usage for reporting purposes. read more...
add a comment
|
category: ASP.NET | Views: 6
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
6 days, 18 hours ago
dotnetfunda.com — Many times we want to implement pre-processing logic before a request hits the IIS resources. For instance you would like to apply security mechanism, URL rewriting, filter something in the request etc. ASP.NET has provided two types of interception HttpModule and HttpHandler. This article walks through it. read more...
add a comment
|
category: ASP.NET | Views: 7
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
6 days, 18 hours ago
dotnetfunda.com — A Database is a software system that defines a collection of predefined operations. Mainly it includes following operations ... read more...
add a comment
|
category: Database | Views: 4
|
|
tags:
Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
8 days, 19 hours ago
dotnetfunda.com — This article describes how to install DotNetNuke 4.9 easy way. It describes all the required steps to install DotNetNuke in step by step. This article shows all the setting that is required with snaps. read more...
add a comment
|
category: Open Source | Views: 3
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
10 days, 18 hours ago
dotnetfunda.com — Generally GridView is used to show data in tabular format. It also provide ways to modify and delete records but currently there is no way to insert record using GridView. In this article, I shall describe an easy work around to insert record using GridView. read more...
add a comment
|
category: ASP.NET | Views: 4
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
11 days, 19 hours ago
dotnetfunda.com — When we consume business objects in UI the logic can become pretty complex. Activities like setting the business object value, getting the object value and setting the user interface from the object value. We can minimize the complexity of UI interaction with business object using mediator pattern. read more...
add a comment
|
category: ASP.NET | Views: 7
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
11 days, 19 hours ago
dotnetfunda.com — In this article we will discuss an upcoming code review tool StyleCop. We will understand the basics and do a small sample of code review practically to understand how StyleCop works. read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
11 days, 19 hours ago
dotnetfunda.com — Code review is one of the important activities in any project. Manual code reviews are definitely good and I will say better than automation. But when the project is large manual code reviews have their own limitations. FXCOP is one of the legendary tools which help us automate code reviews. This article will discuss some basics of FXCOP and then concentrate mainly on how we can add custom rules in FXCOP. read more...
add a comment
|
category: Open Source | Views: 2
|
|
tags:
OpenSource | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
11 days, 19 hours ago
dotnetfunda.com — Express edition are downsized free IDE provided by Microsoft, so that developers and experiment to feel how the enterprise edition will look like. One of the products provided in the express edition suite is the web developer 2008 express edition. VS web developer edition helps us to make web application in .NET. One of the big drawbacks of VS web developer express edition is that it helps to debug but does not compile the ASPX pages. In other words no DLL is generated for the ASPX pages. This tutorial will discuss how we can use the aspnet_compiler.exe to generate DLL for web projects developed in VS 2008 web developer express edition. read more...
add a comment
|
category: ASP.NET | Views: 1
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
29 days, 17 hours ago
dotnetfunda.com — In this section we will discuss how we can make plug & play architecture using policy application blocks. What we will do is we will take a practical scenario where we want to enable logging for an application depending on situations read more...
add a comment
|
category: Architecture | Views: 11
|
|
tags:
Architecture | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
29 days, 17 hours ago
dotnetfunda.com — Exception handling is one of the most important tasks in any application. Many applications either do not handle applications or they handle it in an adhoc manner. In this section we will see how we can use the readymade exception handling block so that we do not need to code and build error handling routines from scratch. read more...
add a comment
|
category: ASP.NET | Views: 4
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|