Browse by Tags
All Tags »
C# (
RSS)
At the end of last year, I took the personal challenge to create multiple apps for Windows 8, XAML and C#. I had at the time one app ready but difficulties to pass the certification process. How things have changed since that dreadfu time ;-) The whole...
In this article, Brian examines extension methods and how they can be used with .NET Framework applications. He begins with a short introduction and then provides a detailed explanation of the application of extension methods with the help of source code...
The standard .NET Framework offers quite a few generic functions to munipulate arrays, however there are some functionalities where extra code will be needed such as Appending to the array, removing an element from the array, or removing all elements...
This article presents a simple HTML parser library developed for an automated application. The parser mainly detects tag syntax and it can collect a tag pair as a group. The parser was intended to be used with HTML content retrieved by .Net WebResponse...
You are developing a desktop application for managing a fitness center. The members information is of course to be stored in a database, so you define a "Members" table with fields such as name, birth date, telephone, and the like. But your happiness...
Interfaces are a very useful tool built into C#. In this article Brendan explains the basics of how interfaces work and for what they may be used. He explains how to create simple custom interfaces and how to implement them. Read more...
In this short tutorial Chetan Kudalkar is going to discuss nested classes. Nested classes are classes within classes. Read more...
If you want to know more about the future of C# check Ayende contribution here .
Cool project! Done without even WPF! Using this, control bitmaps are created "on the fly" according to the attributes of the control. Colour, Height, Width, Font Size and Text. The slow rendering speed of the graphics is negated by using cached...
More Posts
Next page »