Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / .NET / .NET1.0

.NET1.0

.NET1.0

Great Reads

by Aydin Homay
In this article, I tried to show a real benchmark based on presser test method, for a Big Data collection deals on C++, C#, and VB.NET.
by Sadish Kumar.V
This article will help you to open an MS-Word Document (Document or Document template) or MS-Excel sheet from server side code (ASP.NET) with minimum configuration efforts.
by nssidhu
No web.config modifications required, for deployment.
by Oscar Bowyer
A Nullable C# DateEdit Control

Latest Articles

by Aydin Homay
In this article, I tried to show a real benchmark based on presser test method, for a Big Data collection deals on C++, C#, and VB.NET.
by Sadish Kumar.V
This article will help you to open an MS-Word Document (Document or Document template) or MS-Excel sheet from server side code (ASP.NET) with minimum configuration efforts.
by nssidhu
No web.config modifications required, for deployment.
by Oscar Bowyer
A Nullable C# DateEdit Control

All Articles

Sort by Score

.NET1.0 

by gUrM33T
A simple workaround to avoid boxing and unboxing while still using a non-generic IList implementation
by Paulo Morgado
C# 4.0: Alternative To Optional Arguments
by Ritesh Ramesh
Code Management on a budget
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 →
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 ...
by Shivprasad koirala
This blog explains C# Out and REF parameters in detail.
by Paulo Morgado
Patch For ASP.NET Vulnerability Available
by Pragmateek
How to reduce the size of MongoDB documents generated from .NET/C#
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
by Paulo Morgado
The Evolution Of C#
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
by Sebastian Solnica
Writing a .NET debugger (part 1) – starting the debugging session