Click here to Skip to main content
15,891,657 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 Updated

.NET 1.0 

N 2 May 2024 by Pete O'Hanlon
So you are looking at setting up password flow for this. You can find details on how to accomplish this from here[^].
N 2 May 2024 by Office Systems
I have developed Identity server in asp.net core the problem is I want to use dhis2 users credentials to authenticate the user and get the token that can be used in authentication of the API's below is the implementation What I have tried: ...
14 Mar 2023 by sweta bhardwaj
Dim wbnew As Workbook Set wbnew = Workbooks.Add Dim datim As String datim = Format(CStr(Now), "mm") Range("D1").Value = Format(Now, "mm") Range("A2:D2").Merge Range("A2:D3").Interior.Color = vbYellow Range("A3:D3").Merge...
14 Mar 2023 by OriginalGriff
Check if the file exists (use the Dir function (Visual Basic for Applications) | Microsoft Learn[^] ) and if it does, don't try to save. That way, the MessageBox never appears ...
16 Jun 2022 by n.deny
i want to re-arrange the id number after delete the selected row from the datagridview . if id was 1,2,3,4,5 then after delete the third row output should be 1,2,3,4. i dont have idea about it please help!! What I have tried: private void...
16 Jun 2022 by n.deny
thankyou @originalGriff for your comment .As, you said it wasnt changed in id column .so, i duplicate the id with another heading and its working.
14 Jun 2022 by OriginalGriff
Don't. ID's should not have to be sequential, they should be unique. If you change ID values, then any data which was not removed relating to the old ID will be associated with the new instead, and that can cause massive data integrity problems...
23 Jun 2021 by Shivprasad koirala
6 steps to enable transactions in WCF
23 Jun 2021 by Shivprasad koirala
This article explains plug and play architecture using policy application blocks.
31 Dec 2018 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.
18 Oct 2018 by User 257328
Demonstrates how to call ASP.NET webservices from the client within other languages and platforms
18 Oct 2018 by Emre Guldogan
A System for Simulation and Analysis of Logic Circuits
12 Oct 2018 by Tom Clement
A magical edit menu that works with no connections to the rest of your project
10 Sep 2018 by Evaldas Jocys
JavaScript class library which partly replicates Microsoft .NET Framework structure and functionality.
17 Jan 2018 by honey the codewitch
Dependency free, fast, lightweight JSON parsing and light query
28 Dec 2017 by Am Gayathri
Am trying to add items to share point list using C # code.But am getting error " Column 'xxx' does not exist. It may have been deleted by another user. /Lists/Test "I dont know why am getting this error, all the fields whci am trying to call from program is available in List. but still...
28 Dec 2017 by Member 12537104
you should use internal name.(below is the image to find internal name of column) go to list setting -> Click on column name [Column (click to edit)] -> then you will see below image
21 Dec 2017 by Prem Kumar Rathrolla
Hello friends, I have a application where VB6 will Send response to Soap Tool Kit and then Soap will get response from a web service and revert that response back to VB6 application. Untill here, are you clear? Now, Soap Tool kit acts a Middleware in my current archietecture, isn't? Now i...
21 Dec 2017 by David_Wimbley
I think you need to look at your architecture and question why you need a C# console application to act as a middle man between the Web Service (presumably the soap webservice) and your vb6 forms. I'm slightly confused to your question so to establish my understanding here is what I think...
26 Mar 2017 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.
24 Feb 2017 by Ebenezar John Paul
An Ideal Code Review Checklist that applies for most programming languages
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
9 Dec 2016 by Shashangka Shekhar
In this post we are going to explore how to create model based on existing database (Db-First), with the help of Entityframework Core Command then learn how to generate Controller & Views using Scaffolding (Interface & Code-Generator Command) based on model.
29 Nov 2016 by Shashangka Shekhar
In this article, we will learn about .NET Core Features & short overview on .NET Framework (existing). We will discuss about what changes were made/added in new environment of .NET Core.
29 Sep 2016 by QuentinEllison19
The following errors occurred while attempting to load the app.- No assembly found containing an OwinStartupAttribute.- No 'Configuration' method was found in class 'Microsoft.VisualStudio.Web.PageInspector.Runtime.Startup, Microsoft.VisualStudio.Web.PageInspector.Runtime, Version=1.0.0.0,...
29 Sep 2016 by Shashangka Shekhar
Add OWIN Startup class name it : Startupthen enable the service :)public void Configuration(IAppBuilder app){ app.MapSignalR();}
11 Sep 2016 by Avatar2400
This is a simple class that allows you to have message box with checkbox and other small features.
18 Aug 2016 by agent_kruger
i know that the password of Windows is stored in dll with hash encoding but i need to know that is it possible to decode it. Any piece of code in c# will be appriciated:)
22 Jul 2016 by Member 10482465
I have to extract the attachments from a .msg file that saved on the harddisk and save the attachments with the email received date. Right now I am using an open source class called OutlookStorage.Cs which I've downloaded from here. That class works for me for .net 2.0 and above. Since class is...
22 Jul 2016 by OriginalGriff
Very, very unlikely..NET V2 was released in 2007 - nine years ago, and made massive improvements to V1.0It is not likely that anyone is going to have a version that supports .NET V1 sitting around ready to be "bolted in" to your application.Instead, I'd strongly recommend upgrading your...
6 Apr 2016 by Member 12439929
Hi , i have been trying to update my flash player for internet explorer activex in my windows 2012 server . but it is still showing up flash player version is something way beyond this one (now showing version 11 , but active version is something around 21), please help , how to update this...
6 Apr 2016 by Richard Deeming
Strange - you're the second person this week to ask that question! :)You need to install the "Flash Player content debugger for Internet Explorer - ActiveX" file[^] from the "Additional Downloads" page[^].You should then have the latest version of the OCX file in...
2 Apr 2016 by David Vanson
A progress bar control you can customize
9 Jan 2016 by OriginalGriff
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.Try it yourself, you may find it...
29 Dec 2015 by Rajesh Buddaraju
A simplified example is used to describe the state pattern
25 Nov 2015 by OriginalGriff
The chances are that ZedGraph is written for a very different version of .NET - VS2003 is a very old IDE these days (it's 12 years old which in computing terms is nearly paleolithic!)If you want to use a relatively modern assembly in your application, you are almost certainly going to have...
25 Nov 2015 by parthapratimdey007
I am trying to add zedgraph.dll as reference in VS2003. But i am facing a problem. A message has been popped up mentioned that "This is not a valid assembly or COM component."
22 Nov 2015 by saleemy2ks
This Article discusses on Memory allocation in .Net and how JIT compiler optimizes non-volatile code. It also talk about Value Type, Reference type, Stack, Heap, Boxing, Unboxing, Ref, Out and Volatile.
1 Oct 2015 by mano6
hi friends,i am new to asp.net ...i need a help from you people...i am creating a page like service bill for car showroom...so while billing...i need to add item lists into a grid view... here is used drop down list to select the specific tools which will be connect to the database so if...
28 Sep 2015 by Shivprasad koirala
This blog explains C# Out and REF parameters in detail.
11 Sep 2015 by Johnny J.
A ToggleSwitch that presents on/off values in a more interesting way than a standard CheckBox
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 ...
5 Aug 2015 by OriginalGriff
From the lack of any substance in your question, I'd guess you are a beginner.So start with a trivial project: a console application that prints "Hello world!" is traditional, and work your way up from there.But...I'd suggest that you need to start following a structured book or course on...
22 Jul 2015 by The Tigerman
Work in progress, but a simple HTML to RTF converter
21 Jul 2015 by Sven So.
A column sorter that sorts columns with strings and numbers (also decimals), but also the first column on image and then on string.
30 Jun 2015 by Nikhil Awatade
Algorithm for Tree view binding
27 May 2015 by Member 11724277
Clear out the temporary framework files for your project in: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\
11 May 2015 by Perić Željko
This would be the alternative only to the one algorithm for edge detection described inside the main article, "Difference Edge Detection".
25 Mar 2015 by Chivate Atul
Tracing dead-locks in multi-threaded applications.
13 Mar 2015 by anjankant
Below is perfect code to move next control in windows forms using c#private void txtLoginID_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar == (char)Keys.Return) { this.SelectNextControl(this.ActiveControl, true, true, true,...
10 Feb 2015 by Leo Chapiro
The first one is a public variable (a field) of type string, the second one is a property.Here you see 5 reasons why use properties over fields (http://stackoverflow.com/questions/4142867/what-is-difference-between-property-and-variable-in-c-sharp[^]): 1 - Fields can not be used in...
10 Feb 2015 by Am Gayathri
I want to know the diffrence between the public string test; and public string test{get; set;}.see below codeclass test{ public string Name1;public string Name2{get; set;}}class abc{test objtest = new test();objtest.Name1="Hai Developers..";objtest.Name2 =...
8 Feb 2015 by SupperSlonic
The Web API token based authentication via OWIN OAuth2 middleware supported by Facebook, Google, Microsoft.Extracting additional user's information from social networks.
5 Feb 2015 by TheRealSteveJudge
That sounds like ASP.NET Real World Controlshttps://aspnetrealworldcontr.codeplex.com/[^]The tag prefix is not registered.This article will explain,how to register tag prefixes:http://weblogs.asp.net/scottgu/tip-trick-how-to-register-user-controls-and-custom-controls-in-web-config[^]
5 Feb 2015 by Sujith Karivelil
I think cwc is TagPrefixFor registering Telerik.Web.UI you can use something like this:]]>and are helpful to access telerik controls using tagprefix as
5 Feb 2015 by Am Gayathri
What does this mean 'Am analyzing some new code. When i run the application am getting error "unknown server tag". Error is due to IS it any custom control ?
23 Jan 2015 by ali_reza_zareian
A conversion operator converts an object of your class into another type
16 Dec 2014 by syed shanu
Check this link hope this will help you.http://www.aspdotnet-suresh.com/2013/03/4-jquery-price-range-slider-example.html[^]http://jqueryui.com/slider/#range[^]
16 Dec 2014 by Am Gayathri
How do i create a drag control in my asp .net form ? drag control in my asp.net form for price range (like in online shopping sites).The user should be able to drag and values and search field should change based on this (without post back).So i need a drag control how to do this ?Let me...
15 Dec 2014 by DamithSL
it is called lambda operator, parameter specify in the left side and the right side of the operator you can specify the expression/ statement block.read : Lambda Expressions (C# Programming Guide)[^]CP articles:- Basics of LINQ & Lamda Expressions[^]- Exploring Lambda Expression in...
15 Dec 2014 by Manoj Kumar Choubey
A Lambda expressions are a simpler syntax for anonymous delegates and can be used everywhere an anonymous delegate can be used. However, the opposite is not true; lambda expressions can be converted to expression trees which allows for a lot of the magic like LINQ to SQL. For ExampleList...
15 Dec 2014 by Member 8112455
Its a Lambda Expression.Reference: Understand Lambda Expressions in 3 minutes
15 Dec 2014 by TheRealSteveJudge
"=>" is an operator.A detailed explanation as well as an example can be found here:http://msdn.microsoft.com/de-de/library/bb311046.aspx[^]
15 Dec 2014 by Am Gayathri
I have seen so place .net code is using => symbol.For example:e => e.LocalNameWhat doe it mean? I have seen it in Linq syntax also. What is this actually ?
26 Nov 2014 by Pascal Ganaye
In this article, I try to highlight some issues in the .NET Framework generic list and how to circumvent them
25 Nov 2014 by willington.d
Call the function using System.Threading.Thread thread = new System.Threading.Thread(new System.Threading.ThreadStart(FunctionName)); thread.Start();private void FunctionName(){ EnableProgressBar(true); //... //... ...
12 Nov 2014 by Am Gayathri
I have to fetch data from data base which contains a particular word.Am using below query to fetch values(UPPER(columnname) LIKE UPPER('%test%') so this query is working fine and returning values.Above query returning values like below...
11 Nov 2014 by Maciej Los
Add something like this at the end of query:ORDER BY CASE WHEN FieldName = 'test' then 0 Else 1 END, FieldName[EDIT]Example: http://sqlfiddle.com/#!6/ca7a1/2[^]
11 Nov 2014 by Shweta N Mishra
Apply the order by clause by replacing the Test word with blanke.g. Order by Replace(columnname,'test','')
30 Oct 2014 by User 11060979
In very short:Read Solution #1 from CPallini. He is explaining why the situation you described is not multiple inheritance.To give you a basic idea what multiple inheritance is:You have e.g. two classesclass Aclass Band from this you do (not possible in c#)class AB: A, BSo...
30 Oct 2014 by CPallini
When you write:class B : A {/*...*/}class B inherits from Object via class A, hence you have Object
30 Oct 2014 by Smart_Mohit
MSDN says, System.Object is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.When C# doesnt allow multiple inheritance, how can I inherit, say a Class A to Class B. ? Because all classes, already inherits from System.Object right? Here I am...
24 Oct 2014 by Stephen Hewison
Hi,Putting this job into an ASPX page doesn't seem appropriate. If it was me I'd take the code from your ASP.Net page, put it into a command line application and then set the task scheduler to run the command line application instead.But that said...DamithSL is correct that you...
23 Oct 2014 by Am Gayathri
I have created a website which contains more than 10 pages.Here one page will do some kind of extraction of data and create pdf files.This should happen on daily basis at midnight.I have written the code in pageload of one page (say job.aspx) so when i run this page this process will happen(ie...
8 Sep 2014 by Pragmateek
"MCSD Certification Toolkit (Exam 70-483): Programming in C#” - book review
4 Sep 2014 by kbrandwijk
Officially, you need to use the Google Custom Search API, which allows limited number of searches for free, and has fees above that.See https://developers.google.com/custom-search/json-api/v1/overview[^] for more information.Doing it through a http call would require scraping the results,...
4 Sep 2014 by john1990_1
a way (preferably in C#) to upload thousands of images to Google Images, and replace each with a higher resolution if Google finds higher resolution for that pic? (basic code snippet to upload image and get result is enough)
30 Aug 2014 by Emiliarge
2 ways to read and write data to *.xls and *.xls files and display it on DataGridView.
28 Aug 2014 by ZurdoDev
As mentioned in comments, you need to move whatever code you want to call into its own method. Then you can call it whenever you want including in the event for FormClosing. That is the proper way to do it.
28 Aug 2014 by BotCar
http://stackoverflow.com/a/12185598[^]
28 Aug 2014 by KUMAR619
I need to perform a forms Event without making that happen.For Example;frmOrderNew is the form.private void frmOrderNew_FormClosing(object sender, FormClosingEventArgs e)How to programatically achieve this.
24 Aug 2014 by Sergey Alexandrovich Kryukov
Some recommendations from Microsoft: http://msdn.microsoft.com/en-us/library/ms973813.aspx[^].Some software (did not try): http://www.asp.net/downloads/archived-v11/migration-assistants/asp-to-aspnet[^].—SA
24 Aug 2014 by Suvabrata Roy
Hi,Go Through this link : http://blogs.msdn.com/b/jeff/archive/2008/04/19/migrating-from-asp-to-asp-net.aspx[^]Please verify code after migration.
24 Aug 2014 by Am Gayathri
I want to convert my asp application to asp.net. How can i do this?Do i need to write all codes and classes which am writing in asp in asp.net project? Or any other way to convert that?
22 Aug 2014 by Am Gayathri
Hi Developers,Am in a tricky situation, I should use some intelligence.I need your help. Your experience can help me.Problem:I have one master page and one child page.i have some menu items i have some menu items in my master page.Am using div as menu. So when i place mouse over...
20 Aug 2014 by Prakriti Goyal
Hello,ViewState can only save data during postback of your page. Here, what you are doing is transferring it to other page and hence viewstate loses data. While Session maintains data for current user and that is why it does not loses data.For...
20 Aug 2014 by Am Gayathri
What is the diffrence between session and view state.Am a beginner in asp.net.Am trying to get the diff between session and view state.I just created one sample application Session["user"] = textbox1.Text; ViewState["vwuser"] =...
18 Aug 2014 by mukesh.netdev
Try this.... function Clear() { alert("Testing the code"); return false; } ...
18 Aug 2014 by Kumarbs
You need to prepend "return" in the click click method like as follows.Hope it fix your issue.
18 Aug 2014 by Snesh Prajapati
You must add "return" asfor more...Have a look on How to Call javascript function on button click event[^]Thanks.
18 Aug 2014 by Am Gayathri
Hi I want to call one javascript on click of one asp button.Am using below code, function clear() { alert("Testing"); return false; }
18 Aug 2014 by pradiprenushe
Set CausesValidation property to false for clear button
18 Aug 2014 by Am Gayathri
Hi Developers, I have one form, some of the fields are mandatory. Am using required field validator.i have two buttons Submit and Clear. So when i use required field validator,it shows error message when i click on clear button. i want to fire that validator only when i click submit...
23 Jun 2014 by abhigad
Journey of C# up to LINQ in less than 10/15 minutes
14 Jun 2014 by Kaveh Yazdi Nezhad
A simple solution to capture entire HTML code of a web page which is displaying on Internet Explorer
13 Jun 2014 by future2015
It's not difficult. Use below code, please.string input = Microsoft.VisualBasic.Interaction.InputBox("Title", "Prompt", "Default", 0, 0);if (input == verificode){// entered number matches with verification number// do something}else{// not match}