.NET Developers

The community for .NET Developers

This community is for all the .NET Developers. Here you can learn, share and stay informed about the world of .NET

Videos

  • Add Videos
  • View All

Latest Activity

Profile Icon
Kshitiz Vyas is now a member of .NET Developers Jul 1, 2010
Profile Icon

ASP.Net MVC-ASP.NET MVC Framework Introduction with Visual Studio 2008

Video lesson: http://www.mrbool.com/articles/viewcomp.asp?comp=14870This is a complete series demonstrationfor ASP.NET MVC Framework with Visual studio 2008. Microsoft recentlyreleasedASP.NET MVC at their Mix 2009 conference this past week in Las Vegas.What wewill do today is learn , introduce create ASP.NET MVC Application usingVisualStudio 2008.To Create ASP.NET MVC Application in visual studio 2008, youneeddownload this(…See More
Discussion posted by MR. BOOL May 27, 2010
Profile Icon

ASP.Net MVC - Framework Introduction with Visual Studio 2008

Free video lesson: http://www.mrbool.com/articles/viewcomp.asp?comp=14870Thisis a complete series demonstration for ASP.NET MVC Framework with Visual studio2008. Microsoft recently released ASP.NET MVC at their Mix 2009 conference thispast week in Las Vegas. What we will do today is learn , introduce createASP.NET MVC Application using Visual Studio 2008.To Create ASP.NET MVCApplication in visual studio 2008, you need download…See More
Discussion posted by MR. BOOL May 17, 2010
Profile Icon

WCF-Service Host-Client-(How to host a WCF service in a Windows service)

In this video, we continue our discussion of hosting WCF services. Specifically,we will see how to host a WCF service in a Windows service. To do that, we add anew Windows Service project to the existing solution. We create an instance ofthe ServiceHost, and call the Open() and Close() methods within the Start() andStop() methods respectively. Using a windows service is very convenient to startand stop the host. We add the app.config file to have the base address andendpoints. Then, we add an…See More
Discussion posted by MR. BOOL Apr 27, 2010
Profile Icon
Hello, I'm very glad by sharing my topics with you. Are you ready to learn about?? We have free lesson videos, forums http://www.mrbool.com
Status posted by MR. BOOL Apr 15, 2010
Profile Icon

Ready to learn SQL Server? Try our free videos Using traces in SQL Server 2008 without the Profiler.

http://www.mrbool.comHello Friends... I wanna share with you good free videos about how getting Sun Certified Java Programmer and other videos lesson like .Net, Delphi,SQL Server 2008, My SQL... Totaly free... Are you ready to learn more?? Visitus and take this opportunity!!!See More
Discussion posted by MR. BOOL Apr 15, 2010
Profile Icon
Arliene Holloway is now a member of .NET Developers Jun 20, 2009
Profile Icon

choosing .Net technologies

Hi all,I wish to build ERP like apps on .NET for my institute. I need help for choosing the technologies for this.The proposed application will be Desktop + Intranet + website sharing the central database.the desktop apps will help admin procedures like registration, fees etc. Once registered the student will get services like assignments posting, view notices, fee status, library OPAC on his intranet. The selected data will be exported to website of college like presentee, marks which can be…See More
Discussion posted by Sunil Pathak Jun 17, 2009

Events

 

.NET Diary - Stay updated with .NET news

Loading… Loading feed

Blog Posts

Abhishek Chatterjee

A pattern a day...

For quite some time I have been willing to not only learn Design Patterns, but also implement them in a practical scenario. First things first. Let's learn the damn patterns. So here by I start a new post series on my blog, where in I look at a Design Pattern and understand how it can be implemented to a practical scenario.



I will try to post about the patterns learned, on my blog so that you all can also refer to it. The book I am referring is the infamous, "Head First - Design… Continue

Posted by Abhishek Chatterjee on August 13, 2008 at 1:32pm

Abhishek Chatterjee

Extension methods in C# 3.0

One of the coolest features of C# 3.0 is Extension Methods. It allows you to extend existing types with new methods. Didn't get it? Well, say you got a class called Car. Now you want that a string variable should have a method that returns a Car object. Now for C#2.0, to do such a thing you must have access to source code. However with 3.0, you can write an extension method called string.ToCar() which returns an object of type Car.



Most people would argue that sub-classing… Continue

Posted by Abhishek Chatterjee on August 9, 2008 at 3:37pm

Prateesh

Delegate and Event in C#

Overview

===============

All of us have been exposed to event driven programming of some sort or the other. C# adds on value to the often mentioned world of event driven programming by adding support through events and delegates. The emphasis of this article would be to identify what exactly happens when you add an event handler to your common UI controls. A simple simulation of what could possibly be going on behind the scenes when the AddOnClick or any similar event is added… Continue

Posted by Prateesh on May 17, 2008 at 12:00pm — 1 Comment

Groups

Music

Loading…

Photos

Loading…
  • Add Photos
  • View All
 
 
 

Badge

Loading…

© 2012   Created by Abhishek Chatterjee.   Powered by .

Badges  |  Report an Issue  |  Terms of Service