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...

Home > Search > Articles & Samples
Search:
What's New - What's Hot
More Categories for .NET Framework .NET Framework (1673)
More Categories for .Net Framework 2.0 .Net Framework 2.0 (350)
More Categories for ADO.NET ADO.NET (387)
More Categories for AJAX AJAX (650)
More Categories for ASP.Net ASP.Net (19646)
More Categories for ASP.NET 2.0 ASP.NET 2.0 (3963)
More Categories for C-Sharp C-Sharp (16473)
More Categories for Exchange Server Exchange Server (58)
More Categories for SQL Server SQL Server (4543)
More Categories for Visual Basic.Net Visual Basic.Net (5809)
More Categories for Visual C# .NET Visual C# .NET (61)
More Categories for Visual C++ .NET Visual C++ .NET (7314)
More Categories for Visual Source Safe Visual Source Safe (41)
More Categories for Visual Studio 2005 Visual Studio 2005 (2046)
More Categories for Visual Studio.Net Visual Studio.Net (1774)
More Categories for WAP WAP (508)
Listings for WCF WCF (816)
More Categories for Web Web (43)
More Categories for Web Services Web Services (356)
More Categories for Windows Windows (697)
Listings for WPF WPF (1675)
Listings for WWF WWF (271)
More Categories for XML XML (62)
More Categories for XML And .NET XML And .NET (1089)


Toying with the C# 4.0    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Bechir Bejaoui       Rating:  
Read Reviews | Write Review |   Your Rating: 

As almost .net community people know, the .Net 4.0 introduced many features like the optional and named parameters, the covariance, the countravariance and the dynamic which is a new introduced type that comes with serveral advantages. Frankly, I wasn't convinced by this special kind of object from the beginning and I had some doubts about this for many reasons such as the utility of that kind of object, the benefit of using that kind of dynamic programming as the reflection can do perfectly the...

Data Access Application Block using MVC 2 Pattern    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Raj Kumar       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article I am trying to illustrate how to use Microsoft enterprise library data using MVC 2 pattern.

MVC - known as Model, Views Controller that separates the modelling of domain, the presentation and the actions based on user input into three classes....

Reading and Saving Images from/to a Database using C#    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Dinesh Beniwal       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you are new to database programming and ADO.NET, you may want to look at the ADO.NET section of C# Corner (http://www.c-sharpcorner.com). Plenty of source code samples and tutorials are available for free. You might want to check out my book for ADO.NET beginners: A Programmer's Guide to ADO.NET in C# (published by APress)....

ListBox in C#    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Mahesh Chand       Rating:  
Read Reviews | Write Review |   Your Rating: 

A ListBox control provides an interface to display a list of items. Users can select one or multiple items form the list. A ListBox may be used to display multiple columns and these columns may have images and other controls....

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!...


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