Sunday, February 26, 2006

A framework to build rich Web apps on top of ASP.NET 2.0, "Atlas" First Look... Great video

ASP.NET "Atlas" First Look... Great video here...

Nikhil Kothari provides a brief overview of ASP.NET "Atlas", a framework to build rich Web apps on top of ASP.NET 2.0. The demo shows an app that uses the new server controls from the December CTP to incrementally enrich standard ASP.NET pages and an app that shows client-centric app development.

http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20060119AtlasNK/manifest.xml

Need Converting a Data-Oriented Application from VB 6 to VB 2005" - Series Part 1-3

Need Converting a Data-Oriented Application from VB 6 to VB 2005" Check this Series out Part 1 to 3...
http://msdn.microsoft.com/library/en-us/dnvs05/html/adotonet.asp

Tuesday, February 21, 2006

Monday, February 20, 2006

Simplify Development With The Declarative Model Of Windows Workflow Foundation

Simplify Development With The Declarative Model Of Windows Workflow Foundation

This article discusses:

  • Windows Workflow Foundation
  • What's inside a workflow Compo
  • site activities and execution
  • Context and state management

https://www.sdmediagroup.com/msdnmag/sub/msdnmagback.htm

Tuesday, February 14, 2006

Wednesday, February 08, 2006

Is .NET 2.0 Gridview more powerful?

Is Data grid obsolete... There's a New Grid in Town...GridView!

Read this article, http://msdn.microsoft.com/msdnmag/issues/04/08/GridView/ it discusses:
  • The ASP.NET 2.0 GridView, FormView, and DetailsView
  • Differences between the DataGrid and the GridView
  • The programming interfaces of these controls
  • How to achieve master/detail views

Happy Programming!

Sunday, February 05, 2006

.NET reverse engineering tools

Interested in finding out whats in a DLL, when you just have a .net DLL and NO source code...

Try Lutz Roeder’s .NET Reflector:

http://www.aisto.com/roeder/dotnet/

OR
http://www.programmersheaven.com/zone28/cat754/19049.htm for .net reverse engineering.
Cheers - D

Thursday, February 02, 2006

Google Maps - AJAX style application

Write AJAX-style Applications Using the ASP.NET 2.0 Client Callback Manager

With applications like Google Maps for inspiration, it seems everybody's been talking about what you can do with AJAX. But many don't know that writing AJAX-style applications that can do partial screen refreshes without a trip to the server are easy to write in ASP.NET 2.0 using the built-in Client Callback Manager.

Check this dex article for details...http://www.devx.com/webdev/Article/28451