Welcome to Bangladesh Microsoft Technology Community Sign in | Join | Help

April 2007 - Posts

Check out this Article for Xml based codegeneration with SCG

I uploaded this new article in the Unedited Section of CodeProject. AbstractThis article describes how we can use XML as a metadata source for SCG Templates. It also shows step-by-step instructions of how to generate strongly typed objects from XSD and
posted by Shahed | 0 Comments

Example SmartCodeGenerator: BusinessObjectGenerator

While browsing the internet I found this article “Business Object for CodeSmith” by JR Hull, this comes with some CodeSmith templates that generates object layer, data access layer, and related sql from a schema defined in the XML. I thought this will
posted by Shahed | 0 Comments

MS Tool to Migrate from Oracle to SQL Server

Microsoft has released a new tool to migrate from Oracle to MS SQL."SQL Server Migration Assistant for Oracle V3.0 "http://go.microsoft.com/?linkid=6604763This download is a complete suite of tools that cuts the effort, cost, and risk of migrating from
posted by Shahed | 0 Comments

An alternative approach to XSLT with ASP.NET scripts

XSL stands for Extensible Stylesheet Language (OR XSL = Xml Style Sheet) and XSLT is the language to transform XML documents. Its a common practice to use XSLT to to transform an XML document into another XML document, or another type of document that
posted by Shahed | 0 Comments

Windows Workflow Foundation Web Workflow Approval Starter Kit

The first of a set of starter kits we have coming for WF and WCF on .NET Framework 3.0 is now released. These are planned to help developers new to these technologies to get started on their first project faster. The starter kits are not supported by
posted by Shahed | 0 Comments

Ajax.Asp.Net Tips and Tricks: Adding Dynamic Controls to UpdatePanel and Identifying what control has triggered the event.

Here is a cool technique on how to identify which control has triggered the UpdatePanel (when dynamic controls are added during runtime). Here we will use the Request Object to identify this. Lets say we have updatePanel1 <div><asp:UpdatePanel
posted by Shahed | 1 Comments

Asp.Net Ajax Resources, Links and Documentation

Getting Started Overview Installing ASP.NET AJAX Sample ASP.NET AJAX Application Introduction to the UpdatePanel Control Introduction to the UpdateProgress Control Introduction to the Timer Control ASP.NET AJAX Server Controls UpdatePanel Control
posted by Shahed | 0 Comments