Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, March 13, 2010

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
Search:
What's New - What's Hot
More Categories for .NET Namespaces .NET Namespaces (1927)
.NET Framework Namespaces
More Categories for Applications Applications (1094)
Management, Email, Graphics, Search..
More Categories for Articles & Samples Articles & Samples (62076)
Assembly, Caching, Controls, Reflection..
More Categories for Community Community (94)
Conferences, Chat Rooms, Jobs, Training..
More Categories for Component & Controls Component & Controls (1343)
Forums, Management, Email, more..
More Categories for Developers Sites Developers Sites (153)
Sites dedicated to developer community..
More Categories for Developers Training Developers Training (463)
Training CD-ROMs, Videos, Courseware..
More Categories for Downloads Downloads (412)
Service Packs, Code, Msdn Show..
More Categories for Hosting Services Hosting Services (137)
ASP and ASP.Net Hosting sites..
More Categories for Introduction Introduction (437)
ASP, ADO.Net, C#, VB.NET, XML
More Categories for Knowledge Base Knowledge Base (2370)
Knowledge Base Articles, Samples, Tutorials, HowTos...
More Categories for Sample Chapters Sample Chapters (235)
Sample Chapters from Developer Books..
More Categories for Silverlight Silverlight (929)
Silverlight
More Categories for Support WebCasts Support WebCasts (1048)
Microsoft's Support WebCasts

Programming for the New Platform    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Jeffrey Richter       Rating:  
Read Reviews | Write Review |   Your Rating: 

For the past year or so, I've been focusing my attention on the Microsoft® .NET common language runtime platform. In my opinion, most new development will target this platform because it makes application development so much easier and faster. I also expect existing application development to move toward .NET at a rapid pace....

Server-side Controls in Active Server Pages+    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: George Shepherd       Rating:  
Read Reviews | Write Review |   Your Rating: 

Ever since the PDC in July I've been hearing about Active Server Pages+ (ASP+) server-side controls. What are they, and how are they different from ActiveX® controls? Why would I ever use one?...

Garbage Collection: Automatic Memory Management in the Microsoft .NET Framework    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Jeffrey Richter       Rating:  
Read Reviews | Write Review |   Your Rating: 

Garbage collection in the Microsoft .NET common language runtime environment completely absolves the developer from tracking memory usage and knowing when to free memory. However, you'll want to understand how it works. Part 1 of this two-part article on .NET garbage collection explains how resources are allocated and managed, then gives a detailed step-by-step description of how the garbage collection algorithm works. Also discussed are the way resources can clean up properly when the garbage c...

Type Fundamentals    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Jeffrey Richter       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the October issue, I introduced many of the fundamental concepts related to types in the Microsoft® .NET common language runtime. In particular, I discussed how all types are derived from the System.Object type, and showed the various mechanisms (for example, C# operators) that a programmer can use to cast from one type to another. Finally, I mentioned how namespaces are used by compilers and how they are ignored by the common language runtime....

Is COM Dead?    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Don Box       Rating:  
Read Reviews | Write Review |   Your Rating: 

As I write this, about a month has passed since the Orlando PDC in July 2000. This PDC was easily the best Microsoft conference since the Microsoft® Transaction Server (MTS) PDC in Long Beach in 1996. Both events were significant milestones for Microsoft that laid out the blueprints for fundamentally new platforms and programming models. However, the reason that both PDCs are so memorable for me personally is because I spent a great deal of time at both answering the question: "So does this mea...

Garbage Collectionâ?"Part 2: Automatic Memory Management in the Microsoft .NET Framework    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Jeffrey Richter       Rating:  
Read Reviews | Write Review |   Your Rating: 

The first part of this two-part article explained how the garbage collection algorithm works, how resources can clean up properly when the garbage collector decides to free a resource's memory, and how to force an object to clean up when it is freed. The conclusion of this series explains strong and weak object references that help to manage memory for large objects, as well as object generations and how they improve performance. In addition, the use of methods and properties for controlling gar...

Advanced ASP.NET Server-side Controls    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: George Shepherd       Rating:  
Read Reviews | Write Review |   Your Rating: 

In my October 2000 column I looked at the motivation for the new Active Server Pages.NET (ASP.NET) server-side controls and their basic structure. In this month's column I'll take a closer look at ASP.NET and a deeper look at ASP.NET server-side controls, including control state management, round-trips and posting data, and developing a richer UI using both compositional and noncompositional controls....

XML in .NET: .NET Framework XML Classes and C# Offer Simple, Scalable Data Manipulation    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Aaron Skonnard       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft .NET introduces a new suite of XML APIs built on industry standards such as DOM, XPath, XSD, and XSLT. The .NET Framework XML classes also include innovations that offer convenience, better performance, and a more familiar programming model, tightly coupled with the new .NET data access APIs—ADO .NET. XmlWriter, XmlReader, and XmlNavigator classes and classes that derive from them, including XMLTextReader and XMLTextWriter, encapsulate a number of functionalities that previously had to...

Special .NET Type Members    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Jeffrey Richter       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the October and December 2000 .NET columns, I examined the fundamentals of types. This month I'll take a look at some of the special members that a type can define. These members encourage good object-oriented design while greatly simplifying the syntax required to manipulate a type and its object instances....

Assertions and Tracing in .NET    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: John Robbins       Rating:  
Read Reviews | Write Review |   Your Rating: 

Now that Microsoft has released Visual Studio .NET Beta 1, many of you have started to take a closer look at .NET. Make no mistakeâ?".NET is a completely new platform. There's been quite a bit of noise about key features such as ASP .NET and ADO .NET. But as far as I'm concerned, one of the best things about .NET is that it solves the nastiest programming problem of allâ?"memory corruption and leaks....

.NET P2P: Writing Peer-to-Peer Networked Apps with the Microsoft .NET Framework    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Lance Olson       Rating:  
Read Reviews | Write Review |   Your Rating: 

Peer-to-peer applications such as Napster, Gnutella, and Scour that communicate as peers sharing and receiving information are becoming commonplace as a means for users connected on large networks to take advantage of the vast resources available to them. The Microsoft .NET Framework provides a rich platform for building P2P apps....

Security in .NET: Enforce Code Access Rights with the Common Language Runtime    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Keith Brown       Rating:  
Read Reviews | Write Review |   Your Rating: 

Component-based software is vulnerable to attack. Large numbers of DLLs that are not tightly controlled are at the heart of the problem. Code access security in the Common Language Runtime of the Microsoft .NET Framework addresses this common security hole. In this model, the CLR acts as the traffic cop to assemblies, keeping track of where they came from and what security restraints should be placed on them. Another way the .NET Framework addresses security is by providing preexisting classes w...


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net