Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Articles & Samples > .NET Framework
Search:
What's New - What's Hot
Listings for .Net FAQ .Net FAQ (47)
More Categories for .NET General .NET General (12)
Listings for Add-Ons Add-Ons (132)
Listings for Assembly Assembly (92)
Listings for Class Libraries Class Libraries (213)
Listings for Code Generation Code Generation (61)
Listings for Data Binding Data Binding (21)
Listings for Deployment Deployment (30)
Listings for Design and Strategy Design and Strategy (215)
Listings for FAQ FAQ (19)
Listings for Garbage Collection Garbage Collection (41)
Listings for Globalization Globalization (14)
Listings for Interoperability Interoperability (22)
Listings for Memory Management Memory Management (38)
Listings for Messaging Messaging (9)
Listings for Migration to .Net Migration to .Net (48)
Listings for N-Tier N-Tier (43)
Listings for Object Oriented Programming Object Oriented Programming (263)
Listings for Passport Passport (0)
Listings for Performance Monitoring Performance Monitoring (59)
Listings for Persistent Objects Persistent Objects (4)
Listings for post-relational database post-relational database (10)
Listings for Security Security (119)
Listings for Serialization Serialization (60)
Listings for Threading Threading (50)
Listings for vs.NET vs.NET (5)
Listings for XML and .NET XML and .NET (82)
 


INFO: Online Seminars on Programming XML in the .NET Framework     
Total Hits: 142  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

The XML Product Support Services team at Microsoft has developed an online training course about programming XML in the .NET Framework. The objective of these seminars is to provide in-depth developer-oriented training on the subject of implementing standards-based XML functionality in .NET applications....

HOW TO: Detect Which Version of the .NET Framework Is Installed in a Deployment Package     
Total Hits: 78  |  Today: 0Author: MSDN      Rating:  
Read Reviews | Write Review |  Your Rating: 

This step-by-step article shows you how to use the .NET Framework Software Development Kit (SDK) and the Visual Studio .NET IDE to verify which version of the .NET Framework is installed on a client computer for application deployment purposes....

Microsoft .NET Framework/CLI: Truths & Fiction     
Total Hits: 121  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Common Language Infrastructure (CLI) is essentially synonymous with .NET Framework....

Introduction to .NET Reflection     
Total Hits: 873  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Reflection is ability to find information about types contained in an assembly at run time.In this article we will examine the basic and most commonly used features of reflection....

Solving DLL Hell with .NET      
Total Hits: 68  |  Today: 0Author: Steven Pratschner      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article introduces the concept of an assembly and describes how the .NET Framework uses assemblies to solve versioning and deployment problems...

Windows and Web Applications Together     
Total Hits: 208  |  Today: 0Author: Philip Quinn      Rating:  
Read Reviews | Write Review |  Your Rating: 

.NET uses a single framework and the same basic system for developing windows applications and web applications. This makes it easier to develop applications that work both on windows and on the web without loosing much functionality....

Applied Microsoft .NET Framework Programming(Common Object Operations)     
Total Hits: 403  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

A Sample Chapter. The System.Object type offers a virtual method, named Equals, whose purpose is to return true if two objects have the same "value". The .NET Framework Class Library (FCL) includes many methods, such as System.Array’s IndexOf method and System.Collections.ArrayList’s Contains method, that internally call Equals. Because Equals is defined by Object and because every type is ultimately derived from Object, every instance of every type offers the Equals method. For types that don’t...

Microsoft .NET Framework Delivers the Platform for an Integrated, Service-Oriented Web     
Total Hits: 442  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Read about how the .NET Framework enables you to quickly build and deploy XML Web services and applications in any programming language....

Enumerating Device Drivers Installed On A System     
Total Hits: 267  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

.NET SDK provides System.ServiceProcess namespace to deal with tasks related to services running on a system. Since device drivers are treated as system services, we are able to find some methods and properties in the namespace to enumerate all the device drivers installed on a system....

Writing Exceptional Code     
Total Hits: 405  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

I've had some interesting discussions recently about the move from the "error code" style of error handling to the use of exceptions in the .NET world, and that's the main reason I've decided to devote a couple of columns to the subject (the secondary reason being that my column is due tomorrow, and I haven't thought of any other topics).This month, we'll talk about the how's and why's of using exceptions, and next month we'll talk about the ins and outs of writing exception classes....

A First Look at .NET     
Total Hits: 509  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

At first glance the .NET framework appears as a new departure for Microsoft - moving from compilation to native code, to compilation to tokenised code. However, much of what you see in the .NET framework has its roots in the technologies that have come out from Redmond over the last twenty years or so. The .NET framework is a culmination of those technologies in a bold attempt to try to unify Windows development. Much of the .NET base classes owe more than a passing resemblance to the Win32 API....

Picking a Winner: .NET vs. J2EE     
Total Hits: 567  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Although both frameworks stand on a foundation of programming languages, object models and virtual machines, they are strikingly different when you consider the design goals of their runtime environment....

.NET Has XML on Its Menu     
Total Hits: 826  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft's .NET framework allows you to work with XML documents in a variety of ways. XML Magazine's Dan Wahlin talks about how, with the help of C#, you can leverage this asset to create a handy hierarchical menu....

.NET Installers     
Total Hits: 359  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

When applications are installed on a target machine, they need to ensure that certain environmental conditions are satisfied. The very fact that there are numerous companies out there whose sole focus and cause of existence is to build installation programs that can set up a target machine to run an application is a case in point here. The problem with this is that if any of these settings get corrupt over the life of the application, the entire setup has to be run again to correct these problem...

Leverage the .NET Framework with Visual Basic .NET     
Total Hits: 282  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Using the .NET Framework, Microsoft Visual Basic® developers can build robust applications that were very difficult to write in previous versions of Visual Basic. This paper will discuss the benefits of using the .NET Framework, and will cover some of the powerful features Visual Basic developers can leverage with the framework, including multithreading and thread pooling, Windows Services, and file system monitoring....

Understanding Memory management in the .NET Framework     
Total Hits: 1313  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Thanks to Microsoft's .NET, we don't need to worry about memory management in our applications at all! But we still need to take a close look at what is happening with memory management in .NET runtime environment though. Here is why: though memory management in .NET is completely hidden from developers, there are some Dos and Don'ts that we should know about Garbage Collection so that we can keep our applications up to their best performance. In this article, we will look at the Garbage Co.....

Overview of Microsoft .NET Framework     
Total Hits: 2141  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This presentation focuses on the .NET Framework the platform for building integrated, service orientated applications to meet the needs of today's Internet businesses. From Web Forms and ASP+, to Web Services, deployment, and configuration...

Developing n–tier Web Applications using the .NET Framework     
Total Hits: 665  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Many of us might be wondering about the future of Windows DNA in the Microsoft .NET technology. The good news is that our previous investment in learning Windows DNA will not be in vain as .NET also promotes the layered architecture to develop web applications. However, the implementation of the layers will be slightly different from the way we developed windows DNA web apps pre–.NET. In this article, Raja Mani explains the design, development and deployment of n–tier web applications using.....

Leverage the .NET Framework with Visual Basic .NET     
Total Hits: 1859  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

Using the .NET Framework, Microsoft Visual Basic® developers can build robust applications that were very difficult to write in previous versions of Visual Basic. This paper will discuss the benefits of using the .NET Framework, and will cover some of the powerful features Visual Basic developers can leverage with the framework, including multithreading and thread pooling, Windows Services, and file system monitoring....

Handling Language Interoperability with the Microsoft .NET Framework     
Total Hits: 222  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article outlines the interoperability capabilities of the Microsoft .NET Framework. With the increasing use of distributed systems, interoperability is a major issue to system developers. The problems of interoperability have been around for many years, and a number of standards and architectures have been developed to address some of these issues, with varying degrees of success....



Disclaimer - Privacy
© 2002-2012 DevASP.net