what is new in dotnet framework 4.0

TechDays 2010: What’s new in ASP.NET 4.0 http://channel9.msdn.com/posts/kreekman/TechDays-2010-Whats-new-in-ASPNET-40/ Introducing .NET 4.0 Parallel Programming By mohamad halabi | 7 Apr 201 http://www.codeproject.com/KB/Parallel_Programming/NET4ParallelIntro.aspx Parallel Programming with .NET http://blogs.msdn.com/b/pfxteam/ What’s New in C# 4.0: Live Presentation by Joe Albahari http://www.albahari.com/nutshell/WhatsNewCs4.aspx

Ten Must-Have Tools Every Developer Should Download Now

Ten Must-Have Tools Every Developer Should Download Now http://msdn.microsoft.com/en-us/magazine/cc300497.aspx

MOSS 2007 and Commerce Server 2009 Architecture

High-level Commerce Server 2009 architecture:http://msdn.microsoft.com/en-us/library/dd452198(CS.90).aspx

MOSS 2007 and Commerce Server 2009 Architecturehttp://social.msdn.microsoft.com/Forums/en-US/commserver2009/thread/8153e2ca-d51f-433f-895c-0de861d3fc6d

Build & Deploy Commerce Server Extensibility Kit for SP2007 http://blogs.msdn.com/b/commerce/archive/2010/04/21/using-microsoft-commerce-server-2009-web-part-extensibility-kit-for-sharepoint-2007-effectively.aspx

TFS Merges makes the history lost!

from the thread: http://stackoverflow.com/questions/45882/view-tfs-checkin-history-through-merges

` ‘tf merges’ and ‘tf merges /f:detailed’ provide the most complete merge tracking information. However, they are command-line only. And the only 3rd party tool I know of that attempts to provide a GUI is TFS Sidekicks.

July 21st, 2010 | Tags: | Category: Tips | Comments are closed

Human Intelligence Tasks

If you have huge amounts of tasks which require Human Intelligence, you can try Amazon’s Mechanical Turk;

http://aws.amazon.com/mturk/

Use your map offline on your mobile

“Mobile GMaps is a FREE application that displays maps from Windows Live Local (MSN Virtual Earth), Ask.com, Open Street Map and other sources on Java J2ME-enabled mobile phones, PDAs and other devices. MGMaps can connect to a GPS receiver over bluetooth or use internal GPS features on some phones in order to automatically display the […]

C# and .NET on the iPhone

“MonoTouch allows developers to create C# and .NET based applications that run on Apple’s iPhone, iPad, and iPod Touch devices, while taking advantage of the iPhone APIs and reusing both code and libraries that have been built for .NET, as well as existing skills.” http://monotouch.net/ http://monotouch.net/Store MonoDevelop HelloWorld http://monotouch.net/Tutorials/MonoDevelop_HelloWorld MonoTouch: .NET Development for the iPhone […]

Using Tracepoints in VS.NET

http://www.webpronews.com/expertarticles/2006/09/11/how-to-use-tracepoints http://en.csharp-online.net/How_to_Test_and_Debug_an_ASP.NET_Application—How_to_use_tracepoints http://msdn.microsoft.com/en-us/library/5557y8b4.aspx http://stackoverflow.com/questions/791930/how-to-programatically-add-a-tracepoint-for-visual-studio

building solutions from command line

Build a .NET Solution or Project from the Command Line

http://www.c-sharpcorner.com/UploadFile/tharakram/BuildDotNetSolution11162005052301AM/BuildDotNetSolution.aspx

ASP.NET Page Life Cycle Overview

Quoted from http://msdn.microsoft.com/en-us/library/ms178472.aspx

Page Event

Typical Use

PreInit

Raised after the start stage is complete and before the initialization stage begins.

Use this event for the following:

Check the IsPostBack property to determine whether this is the first time the page is being processed. The IsCallback and IsCrossPagePostBack properties have also been set at […]