Sandor Korozsi’s linkblog

  .NET Framework, C#, Smartphone, Pocket PC, Managed DirectX, Game development
Tool, .NET 3.5December 9, 2007 11:36

This release focuses on extending support for multiple target frameworks.

Support chart looks like this:

Framework Target Runtime
.NET Framework 1.0 * *
.NET Framework 1.1 * *
.NET Framework 2.0 * *
.NET Framework 3.5 * *
.NET Compact Framework 1.0 *  
.NET Compact Framework 2.0 *  
Mono 1.0 Profile * *
Mono 2.0 Profile * *
Mono 3.5 Profile * *
Moonlight 2.0 *  
Shared Source CLI 1.0 *  
Silverlight 2.0 *  

NAnt 0.86 Beta 1 Release 

DevelopmentDecember 7, 2007 12:46

"The Google Chart API lets you dynamically generate charts. To see the Chart API in action, open up a browser window and copy the following URL into it:

http://chart.apis.google.com/chart?cht=lc&chs=200x125&chd=s:helloWorld

Press the Enter or Return key and - presto! - you should see the following image:

Yellow line chart"

Uncategorized, LINQDecember 3, 2007 11:10

Take the following short quiz and test your knowledge of LINQ!

DevelopmentNovember 19, 2007 18:53

Visual Studio 2008 and .NET Framework 3.5 Training Kit

"The Visual Studio 2008 and .NET Framework 3.5 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2008 features and a variety of framework technologies including: LINQ, C# 3.0, Visual Basic 9, WCF, WF, WPF, ASP.NET AJAX, VSTO, CardSpace, SilverLight, Mobile and Application Lifecycle Management."

Download

Development 13:32

The wait for the final version of Visual Studio 2008 is over. Visual Studio 2008 available for download to MSDN subscribers.

Link, JavaScriptNovember 7, 2007 17:31

MochiKit by Example

An overview of MochiKit with three real-life examples. 

"MochiKit is a highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast. We took all the good ideas we could find from our Python, Objective-C, etc. experience and adapted it to the crazy world of JavaScript."

Link, Custom Control 17:23

Yet another list pager, but this one can use LinkButtons or simple hyperlinks, provides scrolling within an ASP.NET Ajax UpdatePanel, and behaves similarly to the paging found on Amazon.com.

PagerControl

Amazon-esque Pager By Daniel Vaughan. 

LinkNovember 6, 2007 0:49

This is a compiled connection strings reference list on how to connect to SQL Server 2005.

ConnectionStrings.com - How to connect to SQL Server 2005

Link, ToolOctober 15, 2007 17:23

"This article contains an InnoSetup install script that downloads (if setup files don’t exist) and installs the .net framework 2.0 and it’s dependencies.

The script checks if the following dependencies are installed:

  • NT4 sp6a - required by .net framework, when on nt4
  • IE6 - required by .net framework, when ie < 5
  • MDAC 2.8 - maybe required by some of your applications
  • Jet 4.0 sp8 - same here
  • Windows Installer 2.0 - when on win 98, me
  • Windows Installer 3.1 - when on win > me
  • .NET Framework 2.0"

.NET Framework 2.0 Installer for Innosetup - The Code Project - Installation

LinkSeptember 27, 2007 10:26

 ArticleImage

Outlook Style Grouped List Control - The Code Project - C# Controls