HardCodeD
This is where I get to teach code
8.1.12
Get Web Browser History in C# - Google Chrome
›
This post is a sort-of sequel to my previous blog post on getting web browser history in C#. Google Chrome is the browser I had missed in...
33 comments:
12.1.10
Using extension methods in C#
›
One of the most exciting features of the .NET Framework is Extension Methods . Extension methods allow you to extend the functionality of a ...
2 comments:
4.1.10
A brief introduction to WPF
›
My previous post was an out-of-nowhere post on WPF (Windows Presentation Foundation) , a technology not many developers know. Although you c...
27.12.09
Visual inheritance in WPF
›
My final year .NET project was a medium-weight WPF application which had some 8 windows in all. Creating the windows and customizing the int...
20.12.09
MD5 and TripleDES encryption in .NET
›
The .NET Framework provides classes for MD5 hashing and TripleDES encryption , both of which, when used together with a good enough key, fo...
1 comment:
23.11.09
Using FileUpload control in ASP.NET 2.0
›
The FileUpload control in ASP.NET 2.0 allows users to upload files onto the server. It is a familiar control on social networking sites and...
2 comments:
22.10.09
(Ab)using Registry classes in .NET
›
The .NET Framework provides wonderful classes in the Microsoft.Win32 namespace to read and write values to any key or set of keys in the Wi...
›
Home
View web version