Project DescriptionMicrosoft C#/.NET technologies using WinForm, WPF, RIA, ADO.NET/EDM and WCF/Web Services. In addition, JavaFX (RIA) and J2EE will be included gracefully.
Windows 7 BETA Drivers and Utilitieshttp://www-307.ibm.com/pc/support/site.wss/WIN7-BETA.htmlSilverlight 4 Beta Informationhttp://silverlight.net/getstarted/silverlight-4-beta/Visual Studio 2010 can be installed side-by-side with Visual Studio 2008 SP1. For Silverlight 4 development, you will need Visual Studio 2010.
Limitations and Summary:
http://tomasz.janczuk.org/2009/11/wcf-nettcp-protocol-in-silverlight-4.html'
*Initialization of Mixed Assemblies*
[url:http://msdn.microsoft.com/en-us/library/ms173266(VS.80).aspxX-CTU downloadhttp://www.digi.com/support/productdetl.jsp?pid=3352&osvid=57&tp=5&s=316Windows 7 SDKhttp://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=enWindows 7 for Developers - The Windows Bloghttp://windowsteamblog.com/blogs/developers/default.aspxWindows 7 Ribbon Deep Divehttp://channel9.msdn.com/posts/yochay/Windows-7-Ribbon-Deep-Dive/Windows 7 Ribbon Samplehttp://www.microsoft.com/downloads/details.aspx?familyid=141e13e8-b10b-4356-aaa5-609b2981574a&displaylang=enDetecting USB device insertion and removalhttp://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/ea183afd-d070-4abd-8e00-a1784fdfedc5/How to receive notification of CD-ROM insertion or removalhttp://support.microsoft.com/kb/163503Windows 7 Training Kit for Developershttp://www.microsoft.com/downloads/thankyou.aspx?familyId=1c333f06-fadb-4d93-9c80-402621c600e7&displayLang=enhttp://www.microsoft.com/downloads/thankyou.aspx?familyId=1c333f06-fadb-4d93-9c80-402621c600e7&displayLang=en
Dsiable Last Logon User on Windows 7:1. Gpedit.msc
2. Windows settings -> Security settings -> Local Policy -> Security Options -> Interactive Logon -> Do not display last username: Enabled
Disable "Switch Users" on Windows 7:1. Gpedit.msc
2. Local computer policy -> Administrative Templates -> System -> Logon -> Hide entry point for Fast User Switching
3. Enabled
How to apply customized background on Windows 7:1. HKLM\Windows\CurrentVersion\Authentication\LogonUI\Backgroup
OEMBackgroup DWORD 1
2. Copy the customized background into <systemdir>\oobe\info\backgrounds\backgroundDefault.jpg
How to disable "Ctrl+Alt+Del" on Windows 7?HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
DisableCAD REG_DWORD 1
Tweak your Windows 7 Logon UI “button set”:ur:http://www.withinwindows.com/2009/06/13/tweak-your-windows-7-logon-ui-button-setWindows 7 to officially support logon UI background customization:http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customizationVisual Studio 2010 and .NET Framework 4.0 Beta 2 is available. You should try the WPF Master/Detail Data binding. It is now as easy as using WinForm with DataSet/Entify Framework.http://msdn.microsoft.com/en-us/vstudio/dd582936.aspxCustomizing GINA, Part 1:http://msdn.microsoft.com/en-us/magazine/cc163803.aspxCustomizing GINA, Part 2:http://msdn.microsoft.com/en-us/magazine/cc163786.aspxWindows User Experience Interaction Guidelines (UX Guide) ) for Windows 7 and Windows Vista:http://www.microsoft.com/Downloads/details.aspx?familyid=E49820CB-954D-45AE-9CB3-1B9E8EA7FE8C&displaylang=enWindows 7 Developer Guide:http://code.msdn.microsoft.com/Win7DeveloperGuideWindows XP to Windows 7 (XP2Win7):http://tinyurl.com/ltxfrd.NET Rx Framework: Asynchronous Development with LINQ over Events:http://blogs.msdn.com/innov8showcase/archive/2009/10/04/net-rx-framework-asynchronous-development-with-linq-over-events.aspxHow to: Safely Cast by Using as and is Operators:http://msdn.microsoft.com/en-us/library/cc488006.aspx Windows® API Code Pack for Microsoft® .NET Framework for Windows 7:http://code.msdn.microsoft.com/WindowsAPICodePack C# Screen Saver sample:http://msdn.microsoft.com/en-us/library/ms686421(VS.85).aspx Windows Vista Credential Provider Samples - It is also part of Windows 7 SDK:http://www.microsoft.com/downloads/details.aspx?FamilyID=b1b3cbd1-2d3a-4fac-982f-289f4f4b9300&displaylang=en Create Custom Login Experiences With Credential Providers For Windows Vista:http://msdn.microsoft.com/en-us/magazine/cc163489.aspx Using System.DirectoryServices to Search the Active Directoryhttp://msdn.microsoft.com/en-us/library/ms973834.aspx
C# Application Consume Java Web Services

Silverlight/RIA: Out of browser support



Application using Composition Application Guideline for WPF and Sliverlight/RIA
UML design
Control System UML Design.pptxHow to use ASMX and WCF services.docxSilverlight RIA:
http://blogs.msdn.com/brada/archive/2009/03/17/mix09-building-amazing-business-applications-with-silverlight-3.aspxRIA/Sliverlight Chart:

RIA/Sliverlight: Retrieve data from database through Domain Service hosted on the web server

VS2010 Data binding



Data Binding: Dispaly and Update data (WPF and WinForm)

Implement a web service with key validation:

WinForm Chart with Dynamic Data:
Using Microsoft Azure Storage
My Azure Storage account is ready, I plan to create a file system backup by utilizing the Azure Storage.
Using Microsoft Live Framework Tool
Get Started with F#
F# is a multiparadigm language that provides support for functional programming as well as traditional object-oriented and imperative (procedural) programming. The Visual F# product provides support for developing F# applications or extending other .NET applications with F# code. F# is a first class member of the .NET family of languages and retains a strong resemblance to the ML family of functional languages.
A simple function definition resembles the following:
let f x = x + 1
In the previous example, the function name is f, the argument is x, which has type int, the function body is x + 1, and the return value is of type int.
The fun keyword is used to define a lambda expression, that is, an anonymous function:
fun x -> x + 1
fun a b c -> printfn "%A %A %A" a b c
Cloud Computing - Microsoft Azure
The Azure Services Platform is an internet-scale cloud computing and services platform hosted in Microsoft data centers. The Azure Services Platform includes the foundation layer of Windows Azure as well as a set of developer services which can be used individually or together.
!! VS2010
Access Office Interop Objects by Using Visual C# 2010: dynamic type, AutoFormat and PasteSpecial
WinForm CAN Monitor Application
This WinForm application can monitor CAN Bus (J1939) in real time. A filter is provided so that you can monitor only messages you would like to monitor. In additon, you can export the data into a Excel.
User Interface Design Guideline
User interface is always the most essential part to the success of your product. It is the 7 seconds rule the end users will simply go away if the product does not have a good user interface. More guidelines, principals and material will be covered here.
The Microsoft Office Fluent user interface overview http://office.microsoft.com/en-us/products/HA101679411033.aspx
http://crystalconsultingny.blogspot.com