Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, September 03, 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...
Search:
What's New - What's Hot
More Categories for .NET Namespaces .NET Namespaces (1927)
.NET Framework Namespaces
More Categories for Applications Applications (1110)
Management, Email, Graphics, Search..
More Categories for Articles & Samples Articles & Samples (70305)
Assembly, Caching, Controls, Reflection..
More Categories for Community Community (95)
Conferences, Chat Rooms, Jobs, Training..
More Categories for Component & Controls Component & Controls (1436)
Forums, Management, Email, more..
More Categories for Developers Sites Developers Sites (154)
Sites dedicated to developer community..
More Categories for Developers Training Developers Training (496)
Training CD-ROMs, Videos, Courseware..
More Categories for Downloads Downloads (434)
Service Packs, Code, Msdn Show..
More Categories for Hosting Services Hosting Services (136)
ASP and ASP.Net Hosting sites..
More Categories for Introduction Introduction (597)
ASP, ADO.Net, C#, VB.NET, XML
More Categories for Knowledge Base Knowledge Base (2408)
Knowledge Base Articles, Samples, Tutorials, HowTos...
More Categories for Sample Chapters Sample Chapters (240)
Sample Chapters from Developer Books..
More Categories for Silverlight Silverlight (1500)
Silverlight
More Categories for Support WebCasts Support WebCasts (1600)
Microsoft's Support WebCasts

Code Review and Code Optimization - ASP.NET    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Manikavelu V       Rating:  
Read Reviews | Write Review |   Your Rating: 

* Use Close or Dispose on objects that support it using the Using Statement

* Implement Finalize only if you hold unmanaged resources across client calls, UnManaged code should be removed, since it won't be managed by the CLR...

Addition, Multiplication of Very Long Integers    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Saleth Prakash       Rating:  
Read Reviews | Write Review |   Your Rating: 

Well, I am posting an article after a long gap. When i was reading a C++ Programming, i came across a programme that was showing using of very long integers. It was quiet good and that impressed me and made me write the same in C#....

Implementing auto-tiling functionality in a tile map editor    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Colin Vella       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article presents a simple algorithm and supporting data structures for implementing auto transitioning tiles in applications such as tile-based level editors like RPG Maker and the Starcraft level editor. When this functionality is implemented in a tile map editor, it significantly speeds up content generation and ensures consistent tile usage....

Black Jack Using Scrum – Winner Winner Chicken Dinner    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Shai Raiten       Rating:  
Read Reviews | Write Review |   Your Rating: 

Last year I attended MIX10 conference in Las Vegas, because MIX is very near (Yes I’m GOING!!!!) I decided to plan my strategy of wining (I lost the last time…) in “Black Jack” based on Scrum Methodology.

Many thanks Yaniv Kessler for helping me finish this article....

New Features in .NET 4.0    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: ashish_2008       Rating:  
Read Reviews | Write Review |   Your Rating: 

Since ASP.NET 1.0, output caching has is being used to store the generated output of pages and controls. On subsequent requests ASP.NET can serve the HTML content more quickly from memory instead of generating the output from scratch. However this approach has the limitation that the generated output always has to be stored in memory and if the website experiences heavy traffic the memory requirements can be drastic....

Benchmark start-up and system performance for .Net, Mono, Java, C++ and their respective UI    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: dmihailescu       Rating:  
Read Reviews | Write Review |   Your Rating: 

Any computing device has a finite amount of hardware resources and as more applications and services are competing for them, the user experience often becomes sluggish.
Some of the performance degradation is because of the installed crapware, but some may be inherent to the underlying technology of the programs that run during the system start-up, while you use your application or just run in the background regardless if you need them or not. To make matters worse, mobile devices will deplete...

Defining WPF Adorners in XAML    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Ashley Davis       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article explains a technique that I have used to define WPF adorners in XAML. The technique requires two custom classes.

These classes are used to define:

* the control to be adorned; and
* the UI elements that make up the adorner...

Composed LINQ Queries using the Decorator Pattern    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Anas Karkoukli       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article series will explore practical uses and applications of design patterns in day to day development practices, using practical examples in C#. The first article (one of hopefully many more to come) will cover the Decorator Pattern. This series is also published on my Blog C# | B# | Stay# [^] which as its name implies celebrates the #-ness in all things!...

Getting Started in Azure - The PhluffyFotos Sample Application    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: TheyCallMeMrJames       Rating:  
Read Reviews | Write Review |   Your Rating: 

I initially wanted to create a post that would get someone up-and-running with Windows Azure, start to finish, but the reality is that there is no “simple” app you can create. While you can create a simple data service, or a simple MVC web site, or even walk through the implementation of a simple worker role, there are many parts to an Azure application, each warranting their own series of posts....

Exploring The Continuum Of Test Doubles    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Mark Seemann       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the past couple of years, unit testing has gained tremendously in popularity; but while most developers understand the overall concept, certain aspects have been more elusive. Among these is how to effectively replace component servers for testing purposes. Most people call these replacements stubs or mocks, but as I will show in this article, these are only two types in a larger continuum of replacements....

Test automation with Windows XP Embedded    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Dr. James McCaffrey and Mike Hall       Rating:  
Read Reviews | Write Review |   Your Rating: 

Have you ever worked with the Windows® XP Embedded operating system? This is essentially a developer-customized, slimmed-down version of the Windows XP operating system intended for use on PC-like devices—game consoles, information kiosks, network appliances, and the like. With the rapid growth in the use of mobile and embedded devices, this platform is increasingly important....

Debugging finalizers    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Stephen Toub       Rating:  
Read Reviews | Write Review |   Your Rating: 

I have a bunch of custom types that, for one reason or another, need to implement IDisposable. I want to make sure that the other developers on my team using this class always dispose of my types correctly. What can I do to warn one of my teammates if he forgets to call Dispose?...


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