C# Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 700 articles & tutorials regarding "C#".
- 559.) Format Your Way to Success with the .NET Framework Versions 1.1 and 2.0
- Juval Lowy This article discusses: Serialization events Secure serialization Serialization and generics The binary formatter and versioning This article uses the following technologies: .NET and C# Code download available at: AdvancedSerialization.exe (245KB) erialization is the act of persisting the state of an object, typically to a file or a memory stream. Serialization is crucial when it comes to composing an application out of independent components. If an application contains...
Found at MSDN Online
- 560.) Navigate the Web Services Hype Cycle
- Web services are a critical element of .NET, but they come with risks and maturity issues. by Mark Driver ADVERTISEMENT September 2002 Issue For this solution: .NET Framework, Visual Basic .NET, C# W hen you think of the new .NET platform,Web services are likely one of the first things that come to mind. In fact, the idea of software services exposed and consumed over the Internet using open and standard protocols is at the core of the .NET value proposition. Much has been written...
Found at .NET Magazine
- 561.) Using SQLXml Managed Classes
- By Peter A. Bromberg, Ph.D. Printer - Friendly Version SQLXML Managed Classes allow you to author .NET code that takes advantage of the XML features provided by SQLXML 3.0. You can write managed C# or VB.NET code that utilizes FOR XML, XML templates, annotated schemas, and DiffGrams. This article, first in a series here at eggheadcafe.com , will explain the mechanics of using SQLXML Managed Classes for returning XML from SQL Server. Subsequent articles will investigate other features of...
Found at EggHeadCafe
- 562.) Root Out Elusive Production Bugs with These Effective Techniques
- Matt Adamson This article discusses: ADPlus and dumps First-chance and second-chance exceptions Debugging managed and unmanaged hangs and crashes This article uses the following technologies: C++, C# Code download available at: Debugging.exe (194KB) rrors in code are inevitable. No matter how much testing you have done, when your application is deployed in a production environment, errors will occur. These problems can manifest as standard exceptions, as hangs where the CPU is being...
Found at MSDN Online
- 563.) The Story of a WML Generator
- By Radu Braniste Go to page: 1 2 3 Next This article presents a flexible, compile-time safe way of generating WML and WML-like dialects code. Two contrasting solutions are discussed-one relying on C# without generics and the other one on C++. A rarely used C# idiom is presented, increasing the reusability of the code, but C++ and templates related techniques confer the ultimate level of flexibility. Throughout the article, WML is used as an example of an XML dialect imposing strict...
Found at developer.com
- 564.) How to get an array of all files in a directory
- by Edward Tanguay Read Comments Rate this resource Viewed 111 times Rating: 0 users 0 out of 5 Next > This simple code will give you an array containing all files in a directory. <%@ Page Language="C#" %> <%@ Import Namespace="System.IO" %> <script runat="server"> void Page_Load(object sender, EventArgs e) { FileInfo fi = new FileInfo(Server.MapPath("")); DirectoryInfo di = fi.Directory; FileSystemInfo[] fsi = di.GetFiles(); Response.Write("The directory contains the following files and...
Found at Developer Fusion
More articles & tutorials (Index of all articles & tutorials)
|
|