dotnetfanatics.blogspot.com
dotnetfanatics: Jun 22, 2007
http://dotnetfanatics.blogspot.com/2007_06_22_archive.html
All you wanted to know about .Net, .Net Definitions, .Net EBooks, .Net Basics, .Net Essentials, .Net Video Tutorials, .Net Framework, .Net Projects, .Net Compatible Languages, .Net FAQs, .Net Jobs, etc. Friday, June 22, 2007. What is the .NET framework? What is the VB.NET and C# language comparisons? What is the difference between Console, Windows, Web applications and Web services? What is meant by language interoperability and language integration? In Microsoft.Net, the code written in any programm...
dotnetfanatics.blogspot.com
dotnetfanatics: Jun 21, 2007
http://dotnetfanatics.blogspot.com/2007_06_21_archive.html
All you wanted to know about .Net, .Net Definitions, .Net EBooks, .Net Basics, .Net Essentials, .Net Video Tutorials, .Net Framework, .Net Projects, .Net Compatible Languages, .Net FAQs, .Net Jobs, etc. Thursday, June 21, 2007. Net Framework Supported Languages. Net Framework supports many languages like Managed C, C , C#(pronounced 'C Sharp'), Visual Basic, J#(pronounced 'J Sharp'), Python, etc. The language should follow the set of rules specified by the CTS inorder for the application to run by the CLR.
dotnetfanatics.blogspot.com
dotnetfanatics: Jun 19, 2007
http://dotnetfanatics.blogspot.com/2007_06_19_archive.html
All you wanted to know about .Net, .Net Definitions, .Net EBooks, .Net Basics, .Net Essentials, .Net Video Tutorials, .Net Framework, .Net Projects, .Net Compatible Languages, .Net FAQs, .Net Jobs, etc. Tuesday, June 19, 2007. NET Definitions You Should know:. A class that cannot be instantiated but is used as a base class from which other classes can be derived. Abstract class is declared using MustInherit keyword in VB.Net and abstract keyword in C#.Net. A class that provides properties and methods as ...
dotnetfanatics.blogspot.com
dotnetfanatics: Jun 20, 2007
http://dotnetfanatics.blogspot.com/2007_06_20_archive.html
All you wanted to know about .Net, .Net Definitions, .Net EBooks, .Net Basics, .Net Essentials, .Net Video Tutorials, .Net Framework, .Net Projects, .Net Compatible Languages, .Net FAQs, .Net Jobs, etc. Wednesday, June 20, 2007. 4)To Support Pure Object Oriented Programming Synopsis. The NET Framework is a development platform. NET Framework based on a standard execution engine. NET Framework can be classified into two main functionalities. They are:. The main tasks of CLR are:. 2) Common Type System.
dotnetfanatics.blogspot.com
dotnetfanatics: Jun 25, 2007
http://dotnetfanatics.blogspot.com/2007_06_25_archive.html
All you wanted to know about .Net, .Net Definitions, .Net EBooks, .Net Basics, .Net Essentials, .Net Video Tutorials, .Net Framework, .Net Projects, .Net Compatible Languages, .Net FAQs, .Net Jobs, etc. Monday, June 25, 2007. A class that contains an application copy of data that has been retrieved from a data source. An object that acts as a type-safe function-pointer. Delegates can be used to invoke the method they point to. Binding data with a set of related functionalities. It is a thread running in ...
dotnetfanatics.blogspot.com
dotnetfanatics: Jun 18, 2007
http://dotnetfanatics.blogspot.com/2007_06_18_archive.html
All you wanted to know about .Net, .Net Definitions, .Net EBooks, .Net Basics, .Net Essentials, .Net Video Tutorials, .Net Framework, .Net Projects, .Net Compatible Languages, .Net FAQs, .Net Jobs, etc. Monday, June 18, 2007. What Is the need for .NET? Before .Net we used to use COM, CORBA etc. for communications. Let us see them in detail now:. Was used for communication among Microsoft applications on a single machine whereas DCOM was used to communicate with remote hosts. CORBA from SUN, IBM, APPLE etc.
dotnetfanatics.blogspot.com
dotnetfanatics: Jun 24, 2007
http://dotnetfanatics.blogspot.com/2007_06_24_archive.html
All you wanted to know about .Net, .Net Definitions, .Net EBooks, .Net Basics, .Net Essentials, .Net Video Tutorials, .Net Framework, .Net Projects, .Net Compatible Languages, .Net FAQs, .Net Jobs, etc. Sunday, June 24, 2007. Posted by dotnet fanatics @ 12:47 AM. What are the differences between a .NET Assembly, a Windows DLL and a COM Component? What are the differences between a .NET Assembly, a Windows DLL and a COM Component? What is the difference between an executable assembly and a class library?
dotnetfanatics.blogspot.com
dotnetfanatics: Jun 17, 2007
http://dotnetfanatics.blogspot.com/2007_06_17_archive.html
All you wanted to know about .Net, .Net Definitions, .Net EBooks, .Net Basics, .Net Essentials, .Net Video Tutorials, .Net Framework, .Net Projects, .Net Compatible Languages, .Net FAQs, .Net Jobs, etc. Sunday, June 17, 2007. First we shall know what .NET is and then proceed further. 1) NET is Microsoft’s new strategy for the development and deployment of software. 2) NET fundamentally changes the way applications execute under the Windows Operating System. These are all noteworthy features of .NET.