Click here to Skip to main content
15,881,092 members
Everything / .NET / .NET 1.0

.NET 1.0

.NET1.0

Great Reads

by Stoyan Damov
Internet File System from scratch - making web services and peer-to-peer technology work together to build a virtual file system
by Nish Nishant
Demonstrates the usage of splitters, treeviews, listviews, panels, toolbars
by Dan Peverill
A managed DirectX class library that can be used as a foundation for basic 2D games. Demo included.
by almere109
DirectX.Capture class examples showing how to grab a frame from video and how to make a VU meter for audio

Latest Articles

by Shivprasad koirala
6 steps to enable transactions in WCF
by Shivprasad koirala
This article explains plug and play architecture using policy application blocks.
by Randy Kroeger
This article provides an example on how you can change application configuration settings within an existing ClickOnce publish, update the manifest files, followed by using the Mage utility for updating the manifest using the existing cert file.
by User 257328
Demonstrates how to call ASP.NET webservices from the client within other languages and platforms

All Articles

Sort by Score

.NET 1.0 

3 Feb 2017 by tranthanhtu.vn
In "REST - Overview" article, I were introduced the basic rules in RESTful, Can you show me how to implement in WebApi?Ok, in this article, we will learn how to implement those rules in WebApi using C#.Where could I get sourcode was used in this article?Please checkout the code at https://github.com
18 Mar 2014 by Pragmateek
How to reduce the size of MongoDB documents generated from .NET/C#
15 Apr 2010 by Paulo Morgado
28 Sep 2010 by Paulo Morgado
Patch For ASP.NET Vulnerability Available
28 Sep 2015 by Shivprasad koirala
This blog explains C# Out and REF parameters in detail.
28 Oct 2010 by Sebastian Solnica
Writing a .NET debugger (part 1) – starting the debugging session
5 Sep 2015 by Pragmateek
Introduction If you've already developed COM APIs with .Net, typically in C# with VBA as the consuming language, you've probably leveraged two powerful features: by-reference parameter passing that allows the API to change the input object itself, not only its ... Continue reading ...
7 Sep 2009 by Abhishek Sur
Some of both Documented and Undocumented Keywords that we dont use often like Check, StackAlloc, Fixed,default,@variables,Nullables, __arglist,__reftype etc are explained with simple examples
24 Apr 2014 by Pragmateek
Introduction Following my previous article on a similar subject, Extend your VBA code with C#, VB.Net or C++/CLI, I’ve received an interesting feedback from a VBA developer who wanted to leverage the advanced support of the .Net framework for regular … Continue reading →
17 Apr 2010 by Paulo Morgado
C# 4.0: Alternative To Optional Arguments
18 May 2009 by gUrM33T
A simple workaround to avoid boxing and unboxing while still using a non-generic IList implementation