Archive for July, 2005
Saturday, November 29, 2008 10:16
DotNetOpenMail is an open-source library written in C# for sending HTML and plain-text email with attachments using Microsoft’s .Net platform.
Bookmark It
Hide Sites
$$(‘div.d697′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });
Saturday, November 29, 2008 10:16
Juval Lowy provides the BackgroundWorker component to facilitate easy asynchronous invocation with Windows Forms in Net 1.1, but when an exception occurs in BackgroundWorker(DoWork event) – it behaves as though happened nothing.It is possible to understand what happened just by analyzing Error argument as shown below:
private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
{
[...]
Saturday, November 29, 2008 10:16
Interesting information about DataSet
DataSet FAQ – By ObjectSharp
Nix the DataSet?????? – Andrew Conrad
DataSets Are Not Evil – Jelle Druyts
Returning DataSets from WebServices is the Spawn of Satan and Represents All That Is Truly Evil in the World – Scott Hanselman
DataSets vs. Collections – Dino Esposito
Bookmark It
Hide Sites
$$(‘div.d695′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });
Saturday, November 29, 2008 10:16
GRID computing, in the sense of distributed computing with a focus on large-scale resource sharing and high performance computing Below are links to several projects that lets you create Grids using the .NET platform:
MS.NETGrid – An open source .NET implementation of Open Grid Services Architecture and Infrastructure OGSI.NET – Another [...]
Saturday, November 29, 2008 10:16
The June 2005 release of Enterprise Library is a minor update of the original January 2005 release. This release contains the same seven Microsoft patterns & practices application blocks, and it incorporates the patches and extensions previously released to the Enterprise Library Community site. In addition, it includes several minor fixes and improvements.
Download [...]