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

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Articles & Samples > .Net Framework 2.0
Search:
What's New - What's Hot
Listings for .Net FAQ .Net FAQ (14)
Listings for Class Libraries Class Libraries (19)
Listings for Code Generation Code Generation (7)
Listings for Component Component (6)
Listings for File Management File Management (11)
Listings for Globalization Globalization (7)
Listings for N-Tier N-Tier (1)
Listings for NameSpaces NameSpaces (21)
Listings for OOP OOP (196)
Listings for Security Security (48)
Listings for Serialization Serialization (6)
Listings for Threading Threading (12)


Make A Mobile Imaging App With The .NET Compact Framework 2.0    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Rob Pierry       Rating:  
Read Reviews | Write Review |   Your Rating: 

With the introduction of the .NET Compact Framework, Microsoft brought all of the advantages of managed code development to mobile applications. Developers already familiar with writing Windows® Forms applications could quickly get up to speed on programming for mobile devices. Version 2.0 of the Microsoft® .NET Compact Framework is now available and with it development has become even easier through the introduction of new tools (like the Device Emulator Manager) and a broadening of its coverag...

Ensuring .NET Framework 2.0 Compatibility    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Jesse Kaplan       Rating:  
Read Reviews | Write Review |   Your Rating: 

If we learned only one thing about compatibility in the past few years, it is that compatibility is much more than avoiding breaking changes. On the Microsoft®.NET Framework and Visual Studio® teams, we do our part to ensure that the products we build are stable platforms that developers can truly rely on. At the same time, developers working on these platforms need to do their part to ensure that their applications can withstand just a little shaking. I'll take you on a behind-the-scenes tour ...

Code Only Design using ADO.NET Entity Framework 4.0    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: srihari chinna       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article will cover the code-only approach, which provides developers the ability to use the Entity Framework using POCO entities and without an EDMX file. This approach lets developers view code as their model. This includes topics such as

1. Deferred or lazy loading.
2. Complex types.
3. Change tracking.
4. Foreign key association support....

Model-First Design using ADO.NET Entity Framework 4.0    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: srihari chinna       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article we are going to see the second most impartment part of the ADO.NET entity framework 4.0. As the first part is traditional way of developing applications like, create Database schema and then creation of entity class follows. In this approach any changes to the schema after developing the conceptual entity classes needs to modified, even though it is quite simple to update the entity class from the schema, in case of big modifications, due to business change, it is time consuming ...

Step Into .NET Framework 4.0 Source Code    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Arik Poznanski       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this post I’ll show you how to configure your Visual Studio 2010 to step into the source code of .NET Framework 4.0Why?Because its cool. Because it helps with debugging. Not only you can see the code but you can step into it. Because unlike with Reflector, you get the code with the original comme...

How to: Eneter.Messaging.Framework 1    Version: 0.00       Price: $0.00   
Total Hits: 4  |  Today: 0 Author: OndrejUzo       Rating:  
Read Reviews | Write Review |   Your Rating: 

The applications communicate one-way if messages flow only in one direction, from sender to receiver.

In this first part I would like to show how to use Eneter.Messaging.Framework for one-way communication.

The example implements the server receiving messages of the specified type and the client sending messages of the same type....

HTTP compression in .NET Framework 2.0    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: Paulo Morgado       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article describes the implementation of a utility class that will allow HTTP requests informing the server (or any appliance in the network between the client and the server) what types of compression it can handle and uncompress the response from the server (if any) without changing the client application....

New C# Features in the .NET Framework 4    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Chris Burrows       Rating:  
Read Reviews | Write Review |   Your Rating: 

Since its initial release in 2002, the C# programming language has been improved to enable programmers to write clearer, more maintainable code. The enhancements have come from the addition of features such as generic types, nullable value types, lambda expressions, iterator methods, partial classes and a long list of other useful language constructs. And, often, the changes were accompanied by giving the Microsoft .NET Framework libraries corresponding support....

Extend Your Code's Global Reach With New Features In The .NET Framework 2.0    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 0 Author: Michael Kaplan and Cathy Wissink       Rating:  
Read Reviews | Write Review |   Your Rating: 

Extensibility is crucial to international users today. Users want the option to customize the data as appropriate for their needs. What if the built-in support for a particular language or culture is not adequate or appropriate, or the cultural data is missing entirely? The application of globalization standards (most obviously the Unicode Standard, but others as well) provides a common, non-proprietary approach to international text. Migrating data away from proprietary models and toward a comm...

How to access HTML controls in Server side code c#    Version: 0.00       Price: $0.00   
Total Hits: 4  |  Today: 0 Author: Praveenbattula       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is the simple way of getting or accessing the INPUT HTML controls value in server side coding. This will help you in dynamic programming like create HTML controls at runtime and read their values....

No Code Can Hide from the Profiling API in the .NET Framework 2.0    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 0 Author: Jay Hilyard       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is based on a prerelease version of the .NET Framework 2.0, formerly code-named "Whidbey." All information contained herein is subject to change....

Format Your Way to Success with the .NET Framework Versions 1.1 and 2.0    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: Juval Lowy       Rating:  
Read Reviews | Write Review |   Your Rating: 

Serialization is the act of persisting the state of an object, typically to a file or a memory stream. Serialization is crucial when it comes to composing an application out of independent components. If an application contains several components from various vendors, how will it persist its objects into a single file without having the individual components overwrite and destroy the information persisted by other components? By default, objects in .NET are not serializable. But the Microsoft® ....


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