Friday, February 6, 2009

What's the difference between System.String and System.StringBuilder classes?

System.String i ...

Read more at http://www.dotnetfunda.com/interview/exam344-whats-the-difference-between-systemstring-and-systemstringbuilder-c.aspx

Author: Charugoel

Why only boxed types can be unboxed?

Unboxing is the ...

Read more at http://www.dotnetfunda.com/interview/exam345-why-only-boxed-types-can-be-unboxed.aspx

Author: Charugoel

What is the difference between Master- Detail view and MVG?

Following are t ...

Read more at http://www.dotnetfunda.com/interview/exam343-what-is-the-difference-between-master-detail-view-and-mvg.aspx

Author: Charugoel

Between Windows Authentication and SQL Server Authentication, which one is trusted and which one is untrusted?

Windows Authent ...

Read more at http://www.dotnetfunda.com/interview/exam346-between-windows-authentication-and-sql-server-authentication-which-on.aspx

Author: Charugoel

What is the difference between DELETE and TRUNCATE?

In TRUNCATE we ...

Read more at http://www.dotnetfunda.com/interview/exam349-what-is-the-difference-between-delete-and-truncate.aspx

Author: Deepak

How to Create And Delploy A WebService Using C#

First, let's st ...

Read more at http://www.dotnetfunda.com/interview/exam348-how-to-create-and-delploy-a-webservice-using-csharp.aspx

Author: Charugoel

What's a bubbled event ?

When you have a ...

Read more at http://www.dotnetfunda.com/interview/exam347-whats-a-bubbled-event-.aspx

Author: Charugoel

Aspect Oriented Programming in C#.NET - Part 2

We will continue with the same problem of the Customer Sales application discussed in Part I. We saw in the previous article, tangling code originated from cross cut concerns. We also found that to solve this problem we separate the cross cut concerns from main concerns.

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

Author: Questpond

Aspect Oriented Programming in C#.NET - Part 1

A lot has been written about AOP (Aspect Oriented Programming) on the Web, but none of the articles cover how to implement it practically in C#.

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

Author: Questpond

How to upload a image

How to upload a image and store in a database

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

Author: Syedshakeer

Partial Types in VS.Net 2005

Partial types is a new feature in programming that is introduced in Visual Studio.Net 2005. This feature helps you to divide your types such as class, interface or any type definition across multiple files. At present, when you write any class you need to have the class in a single file, i.e., you need to start the class and end the class in the same file. In VS.Net 2005, you have the option of separating your code for the class across different files. You may split a single class across different files based on functionality, so that you have different developers work on different methods.

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

Author: Charugoel

How to validate a Cell Number in Windows foms

How to validate a Cell Number in Windows foms

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

Author: Syedshakeer

Thursday, February 5, 2009

Renamed our Xpose section to Opportunity

Dear Visitors,

To better describe the purpose of recently introduced Xpose section has been renamed to Opportunty

All the features and facilities provided by this section will remain same, in addition to that we have added a new category called "Job Seekers (Freshers)" to facilitate fresher candidates to submit their profile separately.

We hope you are enjoying this section and other sections of DotNetFunda.Com.

Keep visiting and please feel free to send your feedback or suggestions to us via Contact Us form.

--
Thanks
Webmaster
http://www.dotnetfunda.com

Wednesday, February 4, 2009

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 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

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