Dot Net Tips & Tricks , C# (C Sharp)Tips & Tricks

Visual Studio .NET Tips and Tricks, VB.NET Code Samples, C# Code Snippets, ASP.NET Code Samples, .NET Tips and Tricks, C# Tips & Tricks, Visual Studio 2010, .NET Framework Code Samples, VB.NET Tips & Tricks

Tuesday, August 30, 2011

How to count a string within another string in VB.NET/C#

›
How to get number of given string using C#/VB.NET After a lull I wanted to start somewhere; here is what I got for now (thanks to Arivuchu...
Tuesday, June 21, 2011

How to Change Permission of Folder in Visual Basic / C#

›
VB.NET Set Folder Permission / C# Set Folder Permission In this snippet we create a new directory and set the permission of it to Fullcon...

How to Convert a String to Array of Characters

›
The following snippet converts a string to a Character Array using CharArray private static void String2CharArray() { s...
1 comment:
Thursday, June 9, 2011

Queue in C# / Add and Remove items from Queue in C# (.NET)

›
Queues are common in real world - Flight checkins to School. Here is the way you can use it in C# private static void CustomerServiceQueue...
Tuesday, June 7, 2011

How to Override ToString Method in C# (VB.NET)

›
Customize ToString Method in C# (VB.NET) Overriding ToString Method has its own advantages. For example, the following class has four fi...

System.Xml.Serialization.XmlSerializer.XmlSerializer() is inaccessible due to its protection level

›
One reason for this error is if you haven't mentioned the type when you initialize the XmlSerializer object XmlSerializer Xser = new X...
Sunday, June 5, 2011

How to CreateFolder in C# (.NET) / How to Create a Directory in C# (VB.NET)

›
How to check if a directory exists in C# / How to check if a folder exists in C# Many times backups are created in a new folder with name ...
‹
›
Home
View web version
Powered by Blogger.