DI using Unity Application Blocks

In this article we will take up a simple example and try to implement DI using Unity Application Blocks thus resulting in loosely coupled architecture.
Read more at http://www.dotnetfunda.com/articles/article241.aspx
Author: Questpond

ADO.NET Interview Questions – Part 1

This is the Part 1 of ADO.NET. In this section we will touch base on one of important concepts in ADO.Net.
Read more at http://www.dotnetfunda.com/articles/article242.aspx
Author: Questpond

UI Object Connector Implementation of Mediator Pattern

When we consume business objects in UI, the logic can become pretty complex for 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 the business object using mediator pattern.
Read more at http://www.dotnetfunda.com/articles/article244.aspx
Author: Questpond

ADO.NET Interview Questions – Part 2

This is the Part 2 of ADO.NET. In this section we will touch base on one of important concepts in ADO.NET.
Read more at http://www.dotnetfunda.com/articles/article243.aspx
Author: Questpond

Six Sigma

I know many will not like my Interview questions article. Some may think its bad for various reasons and some may think its good for quick revision. Again I repeat you do not get jobs by reading interview question and answers , but yes it definitely serves as a quick reference. So looking at the [...]

Ajax Quick Start FAQ

This FAQ is like a starter kit. It will help you understand the main aspects of Ajax in a rapid fashion….
Read more at http://www.dotnetfunda.com/articles/article239.aspx
Author: Questpond

6 basic steps of how to create a WebPart in SharePoint

This is beginners tutorial of how to deploy a WebPart in SharePoint. It is a 6 step procedure and this tutorial will walk through the same. In case you are fresher to SharePoint you can read my FAQ articles listed below. I am sure within an hour you can get acquainted to SharePoint and get [...]

(WPF) Windows Presentation Foundation FAQ

In this section we will make a quick walkthrough of WPF which will help you understand WPF instantly.
Read more at http://www.dotnetfunda.com/articles/article233.aspx
Author: Questpond

4 steps to use readymade DAL component (Data application blocks)

One of the most important components in a project is the DAL component. Many developers end up creating their own DAL component which is pretty time consuming. A Microsoft enterprise application block has a very decent and time tested DAL component i.e. the Enterprise data application blocks. This tutorial will run through the necessary steps [...]

Disabling copy paste in a textbox on aspx page

For many reasons sometime we don’t want to allow user to use right click to copy paste or by using ctrl+C , ctrl+v to copy and paste in textbox on a aspx page in asp.net
Read more at http://www.dotnetfunda.com/articles/article236.aspx
Author: Amit.jain