|
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Bechir Bejaoui
|
Rating:
|
|

In this article, I will try to make understand the importance of the where keyword used as a part of a generic class context through answering two questions why? And When or in witch case the where keyword is used....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: johnnycantcode
|
Rating:
|
|

UPDATE: I am working on a FedEx, UPS and DHL version of this tool. The DHL version should be the next one I release. I will post them here on codeproject.com when I am finished but you can check www.johnnycantcode.com until then for updates and to contact me directly. I was in need of a library that would integrate the USPS Web Tools into my windows form application. (This library will work in ASP.NET web applications also.) The USPS Web tools are fairly easy to integrate but I wanted to create ...
|
|
|
|
Total Hits: 3 | Today: 3
|
Author: Yazeed Hamdan
|
Rating:
|
|

I have been playing with LINQ to SQL for a bit, it is a great and easy to use along with the designer that ships with VS.NET 2008. so i wanted to create a FACADE layer that integrates with LINQ to SQL classes, the old school way is to create a public class (Manager) and this class calls your Database mappers to get/set the required info, now LINQ TO SQL replaces the mapper classes and the way to do your operations is to open the dataContext and start defining queries to perform such operations....
|
|
|
|
Total Hits: 3 | Today: 3
|
Author: Jimmy Zhang
|
Rating:
|
|

This article introduces a new C#-XML data binding technique based entirely on VTD-XML (http://vtd-xml.sourceforge.net) and XPath. The new approach differs from traditional C# XML data binding tools in that it doesn't mandate schema, takes advantage of XML's inherent loose encoding, and is also more flexible and efficient ....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: edwin_vermeer
|
Rating:
|
|

There are some very nice additions to the new C# 3.0 language. For instance Automatic Properties, Object and Collection Initializers, Extension Methods, Lambda Expressions, Anonymous Types and of course LINQ. As a developer you probably often write code for accessing data with OLEDB, DAO, ODBC, ADO or ADO.NET. Or maybe you are using an object relational mapper like NHibernate or even ActiveRecord. You probably noticed that each time you needed more coding than you wanted. In this demo applicatio...
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: SK Genius
|
Rating:
|
|

The aim of these tutorials is initially to show you how to create a simple game, from scratch, without the help of higher level API's like XNA or DirectX which automate half the process for you. All we will be using, is a windows form and GDI+ to do some basic drawing, and for a little extra convenience a few of the form's events....
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Liu Xia
|
Rating:
|
|

This article describes an approach to constructing a cool segmented LED displayer that is similar to the LEDs used in alarm clocks and industry monitors. This control can be used to display time, numerical values and even some English characters. I hope it will be helpful in programs such as hardware simulators. In this section, I would like to give a brief introduction to the ideas behind this control. In a 7-segment LED displayer, one character is composed of at most 7 segments, as in the pict...
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Mohit Soam
|
Rating:
|
|

I implemented a virtual keyboard to translate from En/US layout to hindi Inscript (Indian Script) keyboard overlay which was standardized by DOE in 1986. This article demonstrates a virtual keyboard in Hindi (official language of India) in this we use an image having all possible hindi characters and then generate a map to capture mouse movement on image....
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Jimmy Zhang
|
Rating:
|
|

Most readers of The Code Project are familiar with various types of XML parsers in the .NET environment. This article series introduces to The Code Project community a new XML processing model called VTD-XML (http://vtd-xml.sourceforge.net). It goes significantly beyond those traditional models by fundamentally overcoming many tough technical challenges hampering SOA and enterprise XML application development. The first part of this series demonstrates the benefits of VTD-XML as an indexer and a...
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: Travis Montgomery
|
Rating:
|
|

Without proper preparation, converting a scanned image to text via OCR can produce substandard results. Without the proper tools, preparing a scanned image for OCR can be a complex, if not an impossible task. LEADTOOLS Document Imaging Suite solves both of these problems by providing functions that get the image from the scanner, removes nonessential elements that could cause problems for OCR and finally converts the image to a text or document format with the industry leader OCR engine....
|
|
|
|
Total Hits: 27 | Today: 19
|
Author: Bean Software
|
Rating:
|
|

This tutorial will give you some extras like how to add a record to the data source by using the GridView, how to sort and divide your data over several pages. For the basics of the GridView class and how to use an ObjectDataSource object, please check this tutorial. The second part of this tutorial explains the use of a DetailsView. This class shows one single record in table form. It's used to give a view on all the details of any object selected by a GridView or another control (like DropDown...
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: Bean Software
|
Rating:
|
|

Language integrated query (LINQ) in .NET 3.5 provides querying capabilities to Object Oriented programming languages like C# or VB.NET. This integration of querying capabilities allows compile time checking of query expressions as well as intellisence support from IDE's using the reflection. Linq allows the developer to write query expressions in his own choice of programming language with out having the necessity to learn different databases and query languages. Linq defines a set of standard q...
|
|
|
|
|
|