| Articles |
Basic Concepts of OOP: Encapsulation and Inheritence New
Posted on: 31 Aug 2010 05:29:37 PM by ZON | Views: 549 | Category: OOPS | Votes: 1 | Rating: 5 out of 5
these are the basic concepts of Object Oriented Programming. I wrote it for those who don't have basic concepts of oop, and for those who feels programming a big monster. I tried to make them understand as much easiest as i could in my blog.. Best of Luck
|
Basic Concepts of OOP: Polymorphism New
Posted on: 02 Sep 2010 09:05:11 PM by ZON | Views: 76 | Category: OOPS |
Basic Concepts of Object Oriented Programming : Polymorphism
This is based on Polymorphism,in which i am trying to make Polymorphism as easy as i can for those who don't have confidence on their Concepts..
Regards :
Software Engineer
Faizan Ahmed
|
.NET 4.0 MEF FAQ (Socket, Plug and extension) New
Posted on: 01 Sep 2010 06:59:00 AM by Questpond | Views: 503 | Category: ASP.NET |
This FAQ deep dives in to .Net 4.0 MEF fundamentals (Import and Export) and also explains when to use MEF over DI / IOC. This article also explains step by step on how to use MEF in various technologies like Silverlight, WPF and ASP.NET.
|
Ajax CalendarExtender
Posted on: 30 Aug 2010 06:46:41 AM by Pratikshagzb | Views: 366 | Category: ASP.NET AJAX |
CalendarExtender is an ASP.NET AJAX control that is generally used with TextBox control. When user clicks in Textbox, Calendar control Pops up. Here I am discussing various properties of CalendarExtender .
|
Simple Grid Implementation with ICollectionView in WPF
Posted on: 29 Aug 2010 07:11:19 PM by Abhi2434 | Views: 375 | Category: WPF |
ListView is one of the better control in WPF which have lots of flexibilities and empowers to build Grid like control easily. In this article I will discuss how easily you could use ListView to create Grid with Filtering, Grouping, Sorting, Navigating or even with In Place Editors to edit control. This is all in one sample for you.
|
Dynamically adding an item in a DropDownList Control.
Posted on: 29 Aug 2010 05:15:49 PM by Ganeshji | Views: 421 | Category: ASP.NET |
Here i am going to explain how to add an item dynamically in a DropDownList Control.
|
Feature Builder - Custom Visual Studio Menu Item
Posted on: 25 Aug 2010 12:24:45 AM by Ambily.raj | Views: 509 | Category: Visual Studio 2010 | Votes: 1 | Rating: 5 out of 5
Visual Studio 2010 supports the extensibility of the IDE. We can develop our own extensions for VSTS 2010 and also a set of very useful extensions are available online. In this article, we will discuss about one of the extensions or Power Tools available as part of Visual Studio Gallery- Feature Builder.
|
How to install and Integrate YET Another Forum to Your Website.
Posted on: 23 Aug 2010 03:49:35 AM by Dhiraj5079 | Views: 489 | Category: CMS | Votes: 1 | Rating: 5 out of 5
If you are a website owner or webmaster and you do not have a forum attached to the website ,then believe me ,you are compromising with your website's interactivity quotient.A forum is something which hugely influences a website popularity from SEO perspective as well.If your website is developed in .NET Technology then one of the best option for you is Yet Another Forum (http://www.yetanotherforum.net), here onwards referred as YAF.
In this article I will be discussing how to install YAF to your production server and Integrate it seamlessly with your
existing website.
|
VS 2010 Deployment (Package, One click deploy and Web.config transformation)
Posted on: 23 Aug 2010 07:03:08 AM by Questpond | Views: 620 | Category: Visual Studio 2010 |
In this article we will discuss about 3 important features provided by VS 2010 to ease our deployment task on production and other environment. We will first start with understanding problems with deployment and then move ahead by creating packages , one click deploy and web.config transformation.
|
Bulk Email sending through Gmail
Posted on: 22 Aug 2010 12:52:09 AM by Ganeshji | Views: 645 | Category: ASP.NET |
In this article, i have tried to show , 'how to send bulk email using Gmail'.
|
How to receive value from popup page to parent page
Posted on: 20 Aug 2010 11:40:18 AM by SheoNarayan | Views: 1283 | Category: ASP.NET | Votes: 2 | Rating: 4.5 out of 5
In this article, I am trying to answer the question asked about receiving textbox value from popup page to parent page asked in Forums at http://www.dotnetfunda.com/forums/thread2468-taking-values-from-pop-up-page.aspx.
|
Frequently used LINQ Extension methods
Posted on: 19 Aug 2010 05:42:23 AM by SheoNarayan | Views: 887 | Category: LINQ | Votes: 2 | Rating: 5 out of 5
In this article, I shall show how to use frequently used LINQ extension methods. In order to work with LINQ we need to use from System.Linq namespace.
|