1.
Wallpaper Changer in C#
Wallpaper Changer in C# By Kfiz Arbel. using System; using System. .... private void timer1_Tick(object sender, System.EventArgs e) { GlobalTimer ...
2.
Simple Windows Application In C#
Simple Windows Application In C# C# Help c-sharp. ... defined two TextBoxes to receive inputs from the user and two buttons to ADD and to EXIT the form. ...
3.
Working with System.IO.Directory Class in C#
Working with System.IO.Directory Class in C# C# Help c-sharp.
4.
Designing Object-Oriented Programs In C#
Designing Object-Oriented Programs In C# C# Help c-sharp.
5.
Object Pooling with Managed Code
As you can see, creating an object pool has become a trivial task using the .NET framework. One improvement on the above code would be to add performance ...
6.
Object Pooling with Managed Code
Object Pooling with Managed Code C# Help c-sharp. ... No interop marshalling - Because all your object pooling code is written in the managed environment, ...
7.
Object Pooling with Managed Code
Object Pooling with Managed Code C# Help c-sharp. ... No interop marshalling - Because all your object pooling code is written in the managed environment, ...
8.
Objects & Classes in C#
Objects & Classes in C# C# Help c-sharp. ... He is working with VB, VB.NET, C#,ASP, ASP. NET, XML Web services, COM+, SQL Server 2000, Windows 2000 Server, ...
9.
Web Services between .NET, Java and MS SOAP Toolkit
NET, Java and MS SOAP Toolkit By Mihail Catalin Tomescu .... Services; [WebService(Namespace="http://www.catalin.com/webservices/")] public class MyService: ...
10.
Paging a DataList
Paging a DataList C# Help c-sharp. ... Page { protected System.Web.UI.WebControls.DataList DataList1; protected System.Web.UI.WebControls. ...