B-net Software is a PHP & MySQL web project of a personal content management system which includes news articles, photo gallery, polls, guestbook, shoutbox, clickable smilies, english and swahili languges (and felxibility for transaltions into more languages) and theming.
B-net Software is a PHP & MySQL web project of a personal content management system which includes news articles, photo gallery, polls, guestbook, shoutbox, clickable smilies, english and swahili languges (and felxibility for transaltions into...
A beginner's guide to threading in C# is an easy to learn tutorial in which the author discusses about the principles of multi threading, which helps in executing multiple operations at a same time. The author offers details about how the multi...
An SVG framework in C# and an SVG-GDI+ bridge is an article through which programmers can gain knowledge about SvgNet, which is a C# library that facilitates the process of creating SVG images. Here the author explains about various classes that...
Creating and Using Custom Attributes in C# is a web based tutorial in which the author gives you the method for definining your own attributes in C#. Attributes are declared for the methods and properties of the class. The author gives you the...
Find Files in C# is a web based tutorial in which author explains about the procedure for searching the files in the hard disk using .NET application, which is written in C#. Here the author uses System.IO namespace for retrieving the classes from...
FTP Server in C# is a simple article in which author deals with FTP server in C#, which has multi threading facility to handle multiple client. The author describes elaborately about the execution process of FTP model with the help of example. The...
Handling optional parameters in C# is an article which provides you some information about using the optional parameters in the user defined functions of C#. You can accomplish this operation by creating a class that encapsulates all the possible...
Optional Parameters in C# is a tutorial which provides you some information about using the optional parameters in the functions of C#. The author explains the procedure with sample programs. This is a simple and easy to learn tutorial.
Overloading Strings in C# is a web based tutorial in which author discusses about using string in C#. The author describes the method of using SuperStringFunction() in string processing. The author provides code for performing various operation in...
Properties in C# : A new cover on old book is a tutorial which gives you more information about the properties in C#. Properties in C# helps you to get and put the values in fields of a class and thus it protects the fields. These properties...
Testing a Full-Text Search Stemmer in C# is an informative article in which the author discusses about testing the output of the stemmer component in C#. You can use the stemmer component for FREETEXT queries and CONTAINS queries using the...
Using NameValueCollection in C# is an easy to understand tutorial in which author gives details about NameValueCollection which has hoseted string and string values. The author gives details about the method of collecting the string with the help...
A simple calculator that works with whole numbers written in C/Python.
The purpose of this implementation is only to show how a simple extension C/Python that can help people who are starting with C/Python.
In this cookbook...
Library for the W3C Markup Validator API in C#.This library uses the API of the W3 HTML Validator application (http://validator.w3.org/) to validate an HTML document and receive as response if it is valid or not as well as errors and warnings.
Provides formatted output and input for C++ STL streams, like printf and scanf in C. Iof combines robustness and versatility of streams with clarity and conciseness of printf/scanf. Can use either functions or operators.
NeuronDotNet is a neural network engine written in C#. It provides an interface for advanced AI programmers to design various types of artificial neural networks and use them.
Create Dynamic ASP.NET Excel Workbooks In C# is a web based article in which author discusses about generating excel work book using C# in ASP.NET applications. Here author explains about the method CreateExcelWorkbook and GenerateCSVReport which...
Exception Handling in C# is a tutorial which gives the solution to catch the run time errors and to eliminate it through exception. There are many standard exceptions which is available in ASP.NET framework. The author describes about the main...
Handling Exceptions in C# is a web based tutorial through which the programmers can gather details about error handling by using C#. The author describes the procedure to create a own error handling class, which can be called as Exception class.... |