Visual Basic Code , VB.NET Code
Find Code:
  All
  VB.NET
  ASP.NET
  C#
  VB Classic
  ASP Classic
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Link to us
 Home >> C# code

Binary TreeVersion: C#
Author: Zvonimir BegicSubmitted: 2/25/2012Downloads: 1835
This is example of building your own binary tree. You can learn how to make generic classes from these exmple. In this application you have comparation of searching in for loop and with binary search. Then you can compare time for search. If you have ...more>>

Html ParserVersion: C#
Author: Zvonimir BegicSubmitted: 2/25/2012Downloads: 1763
With these examples you can learn how to make WCF services. It enables you to parse any web page and get their elements. You can also use HtmlParser to show only some part of web page on your own page. In zip file you have and demo client applic ...more>>

SQL HelperVersion: C#
Author: Gehan FernandoSubmitted: 2/21/2012Downloads: 1994
SQL Helper class avoid duplicate create objects and methods. This application helps to deal with SQL server easily. Developers you can directly link with your data access layer, so no need to create again again same method. Enjoy your code .... test ...more>>

Remove Duplicates In DataTableVersion: C#
Author: Gehan FernandoSubmitted: 2/16/2012Views: 11204
Remove Duplicates Data-table. Using this code sample you can remove thousands of duplicate data in less than 3 seconds.

Web browserVersion: C#
Author: usmanSubmitted: 1/26/2012Downloads: 2837
Web browser in C# 2010.

Complete Log EntryVersion: C#
Author: Gehan FernandoSubmitted: 1/2/2012Views: 6675
This application helps you to track data.

CalculatorVersion: C#
Author: ArJun AroraSubmitted: 12/26/2011Downloads: 3020
It's a standard calculator, same as windows. It's in c#.net 2010.

Explore God Mode ( Super Control Panel in Win 7 )Version: C#
Author: Gehan FernandoSubmitted: 12/23/2011Views: 6543
Windows 7 has changed Control Panel a little, but it's still too difficult to locate all the applets and options that you might need. God Mode, however, while not being particularly godlike, does offer an easier way to access everything you could want fro ...more>>

FileFormatReader - like Entity framework for filesVersion: C#
Author: Zvonimir BegicSubmitted: 12/15/2011Downloads: 1826
This class can simplify file using. When you have a file with some formatting, you can use FileFormatReader. You can imagine Entity like some structre. Every structure represent lines of text. Formated lines you can imagine like columns. How to use it: ...more>>

Multi clipboard applicationVersion: C#
Author: Zvonimir BegicSubmitted: 12/3/2011Downloads: 1833
This is newest, and much improved version. Start application, and just normaly copy anything in clipboard, it will automatically save data in application(maximum delay is 3 seconds). You can choose desired data clicking on item. User must think about free ...more>>

<< Previous  Page 10 of  21  Next >>

Go to page: 10  11  12  13  14  15  ...