Articles
Tutorials
Resources
RSS Feeds
Book Shop
Programmer Software
Webmaster Corner
Web Hosting Articles
Search




Coupon Codes - never pay more again.. find discount coupon codes before making any online purchase just for free at couponrefund.com




Books : Programming C#, Third Edition
Programming C#, Third Edition
Buy Now


Microsoft C# Language Specifications
Microsoft C# Language Specifications
Buy Now


C# How to Program
C# How to Program
Buy Now


Sams Teach Yourself C# in 21 Days
Sams Teach Yourself C# in 21 Days
Buy Now


Books : Windows Forms Programming in C#
Windows Forms Programming in C#
Buy Now


Sams Teach Yourself C# in 24 Hours
Sams Teach Yourself C# in 24 Hours
Buy Now


Mastering Visual C# .NET
Mastering Visual C# .NET
Buy Now


 

  Home > C# > C# Tutorials

C# Tutorials

Prev 1 2 3 4 5 6 7 8 9 Next

Passing data over .Net Web Services
This article is a continuation of the introductory Web Services article and expands with specific examples of passing ADO.NET DataSet objects over Web Services to be consumed in a Windows Form application. The article discusses the DataSet object in some detail and delves into how data is consumed and displayed in the Windows Form environment along with a number of related issues such as security. More info
Views: 262Submitted: 2nd of November 2006Report Dead Link

COM Interoperability in .NET: Part 2
This article elucidates how to build and install-managed code that will be used from COM applications. A classic COM server is activated using the Service Control Manager (SCM). It looks up numerous information such as CLSIDs, IIDs, ProgIDs etc. More info
Views: 261Submitted: 2nd of November 2006Report Dead Link

dotNet Threading, Part I
This is part one of a two part series on threading in C#. It's fairly complex so you have to have a good idea of what you're doing to jump into it. However, it describes how to create a thread and use join, monitor, and other features in accordance with threading. More info
Views: 260Submitted: 2nd of November 2006Report Dead Link

COM Interoperability in .NET: Part 3
In this article I cover the area how to use a COM server in a .NET client. Existing COM components are precious resources to your managed applications. So now let us observe how you can build a .NET Client that uses a COM Server. More info
Views: 244Submitted: 2nd of November 2006Report Dead Link

How to avoid writing SQL for Ado.Net DataAdapter
One of most repetitive, boring and thus error prone tasks when accessing databases from C# (or other language) is writing SQL commands. And when there is explicit SQL, no matter whether it's in stored procedures or inside your code, it has to be maintained. For instance if column is added to database, that one must be added to all 4 commands (INSERT, SELECT, UPDATE, DELETE - aka CRUD), and there are often more than one SELECTs with different filters. There are certainly times when you must write some SQL, but it would be better if machine could create as much as possible. This article is about writing some code that can do that job. It was made for SQL Server but you shouldn't have too much problems to customize it to db you use. More info
Views: 240Submitted: 2nd of November 2006Report Dead Link

Creating Web Services with .NET and Visual Studio.NET
Find out how Web Services work and are created in the .Net framework. This article introduces the concepts of Web Services, the technology and then demonstrates how Web Services are created and consumed via several examples. Source code available for download. More info
Views: 240Submitted: 2nd of November 2006Report Dead Link

TheCodeBehind - Blogs and Resources for Programmers
TheCodeBehind is a friendly community of programmers and developers sharing work and experiences through blogs, articles and code. We welcome users from all levels of experience and knowledge, whether you're just starting out or have been programming for decades! More info
Views: 239Submitted: 6th of May 2005Report Dead Link

Boxing and unboxing in C#
Boxing and unboxing is a essential concept in C#’s type system. With Boxing and unboxing one can link between value-types and reference-types by allowing any value of a value-type to be converted to and from type object. Boxing and unboxing enables a unified view of the type system wherein a value of any type can ultimately be treated as an object. More info
Views: 232Submitted: 2nd of November 2006Report Dead Link

HowTo NNTP in C#
This article describes NNTP in C#. It explains how to connect to a newsgroup and grab the news and then re-use the information for your own use. More info
Views: 231Submitted: 2nd of November 2006Report Dead Link

C# School, lesson #1
The first of fifteen lessons exclusively available on Programmers Heaven to teach you about the .NET platform and the C# language. This lesson introduces the course, details the architecture of the .NET platform and gives a high level overview of the C# language. More info
Views: 223Submitted: 2nd of November 2006Report Dead Link

Prev 1 2 3 4 5 6 7 8 9 Next

See Also:
C# Articles C# Resources



Home Write for Us Advertising Add Link

2000-2008 ProgrammerTutorials.com  Privacy Policy


Partners: Web Design Directory | JavaScript tutorials | Free Webmaster Tools | Free Layouts | Make Money Online