.NET architecture, programming tips and tricks around Microsoft technology stack - Azure, WCF Services, SQL and strategy work.
Monday, February 27, 2006
"Mendocino" - Microsoft / SAP alliance focusing on the implementation and integration of Microsoft and SAP technologies...
Check this:-
http://www.microsoft-sap.com/technology.aspx
Mendocino press release from SAP:-
http://www.sap.com/company/press/press.epx?pressID=4520
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
http://msdn.microsoft.com/library/en-us/dnvs05/html/adotonet.asp
Thursday, February 23, 2006
Some excellent LINQ bloggers!
Updated VB 9.0 (LINQ + XML) preview out!
http://www.panopticoncentral.net/archive/2006/02/06/11119.aspx
Updates to the XML integration syntax http://www.panopticoncentral.net/archive/2006/02/22/11276.aspx
The Developer Division Lame Listhttp://www.panopticoncentral.net/archive/2006/02/15/11225.aspx
Just because it comes in your size, doesn't mean you should wear it.
http://www.panopticoncentral.net/archive/2006/02/13/11146.aspx
Check Out the New LINQ Preview from the Visual Basic Team VB 9.0
The January tech preview of Visual Basic support for LINQ is now available for download! This is an additive release to the one that came out in the PDC timeframe. It expands the XML integration in both the language and IDE, provides some editor features for the LINQ syntax, and enables DLinq for Visual Basic.
Future VB9.0:
http://msdn.microsoft.com/vbasic/Future/default.aspxDownload Visual Basic 9.0 LINQ Technology Preview: http://msdn.microsoft.com/vbasic/Future/default.aspx
XLING Overview:
http://msdn.microsoft.com/VBasic/Future/XLinq%20Overview.doc
Tuesday, February 21, 2006
User Interface Controls in Visual Basic 6 and Visual Basic 2005
http://msdn.microsoft.com/vbrun/default.aspx?pull=/library/en-us/dnvs05/html/UIConVB6and05.asp
Monday, February 20, 2006
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
Tuesday, February 14, 2006
Sunday, February 12, 2006
Visual Studio Add-In that "Converts C# Code To Visual Basic"
Paste As Visual Basic
http://msdn.microsoft.com/msdnmag/issues/06/02/PasteAs/default.aspx
Great... is it? - DJ
Thursday, February 09, 2006
Microsoft Dynamics GP 9.0...try it (over 90 days of trial version)
Microsoft Dynamics GP 9.0
Highlights:
•Microsoft Dynamics GP 9.0: New version of Microsoft Great Plains empowers your people
•Special offer: Save up to 61% and nurture bigger business on a small budget
•Customer video: Orange County Choppers leaves data-management headaches in the dust
Using Microsoft Dynamics GP
•Microsoft Dynamics training
•Technical information and white papers
About the Product:
•Product overview
•Customer stories
•Demos
•Fact sheets
Wednesday, February 08, 2006
Is .NET 2.0 Gridview more powerful?
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/
ORhttp://www.programmersheaven.com/zone28/cat754/19049.htm for .net reverse engineering.
Cheers - D
Thursday, February 02, 2006
Google Maps - AJAX style application
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