Are you searching for webcasts to learn about Microsoft Silverlight 2.0 ? well then, here is a good news for you all.Mike Taulty recently uploaded and amazing collection of Silverlight 2.0 screencasts on how Silverlight works, controls, File IO, networking, UI design, data-binding, interacting with HTML pages, and more.if you want to have a good start on Silverlight, then go get them!. it will help you for sure.
-
Diigo bookmarks 04/03/2009 (p.m.)
Posted on April 3rd, 2009 No comments-
44 Silverlight 2.0 Videos | Aneef.Net
Are you searching for webcasts to learn about Microsoft Silverlight 2.0 ? well then, here is a good news for you all.Mike Taulty recently uploaded and amazing collection of Silverlight 2.0 screencasts on how Silverlight works, controls, File IO, networking, UI design, data-binding, interacting with HTML pages, and more.if you want to have a good start on Silverlight, then go get them!. it will help you for sure.
- JUST GREAT!!!!!!! – post by countnazgul
-
The Monster List of Freelancing Job Sites
When it comes to freelancing, one of the biggest challenges can be finding work. Even the most successful of freelancers will experience a lean month here and there, so it pays to have as many sources of potential work as possible. That’s why we’ve compiled a monster list of job sites from around the net. There is sure to be a site in here that is listing a job tailor made for you!
-
Very usefully job serarch
Posted from Diigo. The rest of my favorite links are here.
-
-
Diigo bookmarks 04/03/2009 (a.m.)
Posted on April 3rd, 2009 No comments-
CodeGuru: Asynchronous Socket Programming in C#: Part II
CodeGuru: Asynchronous Socket Programming in C#: Part II
Posted from Diigo. The rest of my favorite links are here.
-
-
Diigo bookmarks 03/31/2009 (p.m.)
Posted on March 31st, 2009 No comments-
8 Excellent Tools to Extract Insights from Twitter Streams
8 Excellent Tools to Extract Insights from Twitter Streams
-
Quick and easy SHA1 Hash of a String – Annotated
-
There is a relatively obscure static method in the System.Web.Security namespace appropriately entitled “HashPasswordForStoringInConfigFile”. You can use this method anywhere, it does not need to be a Web Application. All you need is a reference to the System.Web assembly.
Here is some sample code to use this:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Web.Security; namespace HashPassword { class Program { static void Main(string[] args) { Console.WriteLine("Enter a password to hash:"); string password= Console.ReadLine(); string hashed= System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(password, "SHA1"); Console.WriteLine("HASHED: " +hashed); Console.WriteLine("Any key to quit."); Console.ReadLine(); } } }
- SHA1 in ASP.NET C# – post by countnazgul
-
Posted from Diigo. The rest of my favorite links are here.
-
-
Diigo bookmarks 09/02/2008 (p.m.)
Posted on September 2nd, 2008 No comments-
DotNetZip is a small, easy-to-use class library for manipulating .zip files. It can enable .NET applications written in VB.NET, C#, any .NET language, to easily create, read, and update zip files. It supports these kinds of scenarios:
- creating a zip archive, adding files or directories into the archive
- extracting files from an existing archive
- modifying an existing archive – removing entries from an archive or adding new entries to an archive
- password protecting entries in the archive
- getting entry input from a file or a stream
- reading a zip file from a file or a stream
- extracting an entry into a file or a stream
-
-
Diigo bookmarks 08/25/2008 (p.m.)
Posted on August 25th, 2008 No comments-
.NET – 30 Common String Operations in C# and VB.NET – Part I
In this article, I have compiled some common String operations that we encounter while working with the String class. In Part I, I have covered 15 common string operations. In the next article, I will continue this article and cover 15 more.
-
.NET – 30 Common String Operations in C# and VB.NET – Part II
In the previous article, 30 Common String Operations in C# and VB.NET – Part I, we explored 15 common String operations while working with the String class. In Part II of the article, we will continue with the series and cover 15 more.
-
-
Diigo bookmarks 07/30/2008 (a.m.)
Posted on July 30th, 2008 No comments -
Diigo bookmarks 07/29/2008 (a.m.)
Posted on July 29th, 2008 No comments-
CodeProject: Track File Activites.
Track File Activites.
-
CodeProject: Editing and Displaying Database Values through a DropDownList in GridView.
Editing and Displaying Database Values through a DropDownList in GridView.
-
CodeProject: Printing of DataGridView.
C# printing datagrid
-
-
Diigo bookmarks 07/27/2008 (p.m.)
Posted on July 27th, 2008 No comments -
Diigo bookmarks 07/25/2008 (p.m.)
Posted on July 25th, 2008 No comments -
Diigo bookmarks 07/25/2008 (a.m.)
Posted on July 25th, 2008 No comments-
-
-
C#: Generate WebPage Thumbmail Screenshot Image
C#: Generate WebPage Thumbmail Screenshot Image
-
















