|
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Bechir Bejaoui
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Raj Kumar
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Dinesh Beniwal
|
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)....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Mahesh Chand
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Manikavelu V
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Saleth Prakash
|
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#....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Colin Vella
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Shai Raiten
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: ashish_2008
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: dmihailescu
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Ashley Davis
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Anas Karkoukli
|
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!...
|
|
|
|
|
|