<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Smart Code Generator (Asp.Net)</title><link>http://smartcodegenerator.codeplex.com/Project/ProjectRss.aspx</link><description>Smart Code Generator is 100&amp;#37; ASP.NET based codegeneration framework with intellisense, compilation, debug, sourceview and designview support powered by Visual Studio 2005. Smart Code Generator is a...</description><item><title>New Post: QUESTION</title><link>http://www.codeplex.com/smartcodegenerator/Thread/View.aspx?ThreadId=46317</link><description>&lt;div style="line-height: normal;"&gt;Shaked.&lt;br&gt;
&lt;br&gt;
I'm Newbie in this,&lt;br&gt;
I have an error :&lt;br&gt;
&lt;br&gt;
Parser error&lt;br&gt;
&lt;br&gt;
safeitemname!!&lt;br&gt;
&lt;/div&gt;</description><author>hvgo</author><pubDate>Thu, 05 Feb 2009 15:59:10 GMT</pubDate><guid isPermaLink="false">New Post: QUESTION 20090205035910P</guid></item><item><title>Updated Release: SCG CTP 2.7.0 (Oct 02, 2008)</title><link>http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559</link><description>&lt;div&gt;
Turn any ASP.NET IDE example &amp;quot;Visual Studio&amp;quot; in to a code generator.&lt;br&gt;
&lt;/div&gt;</description><author>shahedkhan</author><pubDate>Tue, 28 Oct 2008 07:32:37 GMT</pubDate><guid isPermaLink="false">Updated Release: SCG CTP 2.7.0 (Oct 02, 2008) 20081028073237A</guid></item><item><title>Released: SCG CTP 2.7.0 (Oct 02, 2008)</title><link>http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559</link><description>&lt;div&gt;
Turn any ASP.NET IDE example &amp;quot;Visual Studio&amp;quot; in to a code generator.&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 28 Oct 2008 07:32:36 GMT</pubDate><guid isPermaLink="false">Released: SCG CTP 2.7.0 (Oct 02, 2008) 20081028073236A</guid></item><item><title>UPDATED RELEASE: SCG CTP 2.7.0 Beta (Mar 22, 2007)</title><link>http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559</link><description>SmartCodeGenerator CTP 2.7, 22 March 2007 contains support for .Net2.0.&lt;br /&gt;This version now ships with scg_console.exe which integrates SCG development cycle with NANT and Cassini. The current version also remembers your past Property Entries. And you get out of the box DBSchemaProvider for MSSQL2000, MSSQL2005, Oracle and MySql.&lt;br /&gt;&lt;br /&gt;For online tutorial please refer to (http://www.smartcodegenerator.com). &lt;br /&gt;For latest codes and teamblog please refer to (url:http://community.smartcodegenerator.com).&lt;br /&gt;&lt;br /&gt;At minimal please download the following files to start with: &lt;br /&gt;* VS2005 Template Csharp OR &lt;br /&gt;* VS2005 Template Vb &lt;br /&gt;&lt;br /&gt;Impemented DataBaseSchemaProviders: &lt;br /&gt;*MSSQL2000 &lt;br /&gt;*MSSQL2005 &lt;br /&gt;*MySql &lt;br /&gt;*Oracle. &lt;br /&gt;&lt;br /&gt;For an Architectural Overview please refer to this Article at CodeProjects:.&lt;br /&gt;SmartCodeGenerator - Code Generation experience with Visual Studio and ASP.NET - Architectural Overview &lt;br /&gt;(http://www.codeproject.com/useritems/smartcodegenerator.asp). &lt;br /&gt;&lt;br /&gt;For an Overview on How to use SCG please refer to this Article at CodeProjects: &lt;br /&gt;SmartCodeGenerator - Code Generation experience with Visual Studio and ASP.NET - Usage Overview &lt;br /&gt;(http://www.codeproject.com/useritems/smartcodegeneratorusage.asp). &lt;br /&gt;&lt;br /&gt;For an Overview on How NAnt and Cassini can be integrated with SCG Development cycle please refer to this Article at CodeProjects: &lt;br /&gt;Smart Code Generator: Code Generation experience with ASP.NET, NAnt and Cassini &lt;br /&gt;(http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp).&lt;br /&gt;&lt;br /&gt;For an Overview of XML based code generation with SCG please refer to this link at CodeProjects&lt;br /&gt;(http://www.codeproject.com/useritems/smartcodegeneratorxml.asp)</description><author></author><pubDate>Thu, 19 Jul 2007 00:23:27 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SCG CTP 2.7.0 Beta (Mar 22, 2007) 20070719122327A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=Home&amp;version=29</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/smartcodegenerator/Project/FileDownload.aspx?DownloadId=4165" alt="logo.gif" /&gt;&lt;br /&gt;Smart Code Generator is 100% ASP.NET based codegeneration framework with intellisense, compilation, debug, sourceview and designview support powered by Visual Studio 2005.&lt;br /&gt; &lt;br /&gt;Smart Code Generator is an ASP.NET 2.0 website OR an ASP.NET 1.1 web application and is a fully-fledged template-based code generator that allows you to generate code for any text language. Templates are written in Visual Studio as ASP.NET User Controls. The code generation process can be dynamically customised by using properties. The SmartCodeGenerator Framework generates UIProperty objects in the web page by reading the customised properties. The UIProperty objects are custom User Interface objects which are created based on the property types of a defined class.&lt;br /&gt; &lt;br /&gt;The SmartCodeGenerator Project is simply an ASP.NET website project, and the SmartCodeGenerator Templates are ASP.NET User Controls, so there is no need to learn any new technologies. Code is written as you would normally write for an ASP.NET application. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;The current feature list of SmartCodeGenerator includes:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;All development can be done in VS2005 OR VS2003.&lt;/li&gt;&lt;li&gt;Integration with NAnt and Cassini. &lt;/li&gt;&lt;li&gt;Extensible Template Generation Engine. &lt;/li&gt;&lt;li&gt;Open source Database Schema discovery API for MS SQL, Oracle and MySQL.&lt;/li&gt;&lt;li&gt;Uses existing ASP.NET 2.0 website application OR ASP.NET 1.1 web application concepts &lt;/li&gt;&lt;li&gt;Generates text based output &lt;/li&gt;&lt;li&gt;Fully customisable template-based code generation&lt;/li&gt;&lt;li&gt;Remembers custom property data entries &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The entire development life cycle of creating custom templates using SmartCodeGenerator is done using Visual Studio by creating an ASP.NET application. So during the generation of templates, intellisense, compilation, debug, sourceview, designview, codebehind file and all other features of Visual Studio (2005 or 2003) are available to you.&lt;br /&gt; &lt;br /&gt;After you play with this great framework for 5 min, I think you will agree with me saying &lt;b&gt;&amp;quot;Code generation has never been this easy&amp;quot;&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Current Release: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559"&gt;SCG CTP 2.7.0 Beta&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;Other existing Releases: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1871"&gt;SCG CTP 2.6.0 Alpha&lt;/a&gt;*&lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1500"&gt;Release SCG_CTP_2.5 Alpha&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Community: &lt;a href="http://community.smartcodegenerator.com" class="externalLink"&gt;http://community.smartcodegenerator.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community Forums: &lt;a href="http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=http%3a%2f%2fcommunity.smartcodegenerator.com%2fforums%2fdefault.aspx&amp;amp;referringTitle=Home"&gt;http://community.smartcodegenerator.com/forums/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Tutorials: &lt;a href="http://www.smartcodegenerator.com" class="externalLink"&gt;http://www.smartcodegenerator.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Article at Code Project, SCG Architectural Overview &lt;a href="http://www.codeproject.com/aspnet/smartcodegenerator.asp" class="externalLink"&gt;http://www.codeproject.com/aspnet/smartcodegenerator.asp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article as Code Project, SCG Usage Overview &lt;a href="http://www.codeproject.com/aspnet/smartcodegeneratorusage.asp" class="externalLink"&gt;http://www.codeproject.com/aspnet/smartcodegeneratorusage.asp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article at Code Project, SCG with NAnt and Cassini &lt;/li&gt;
&lt;/ul&gt;&lt;a href="http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Article at Code Project, XML based code generation with SCG&lt;a href="http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fsmartcodegeneratorxml.asp&amp;amp;referringTitle=Home"&gt;http://www.codeproject.com/useritems/smartcodegeneratorxml.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;TeamBlog:&lt;a href="http://community.smartcodegenerator.com/blogs/team_blog/default.aspx" class="externalLink"&gt;http://community.smartcodegenerator.com/blogs/team_blog/default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;And MyBlog: &lt;a href="http://www.geekswithblogs.net/shahed" class="externalLink"&gt;http://www.geekswithblogs.net/shahed&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="www.msmvps.com/blogs/shahed" class="externalLink"&gt;www.msmvps.com/blogs/shahed&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Good Luck on your next SmartCodeGenerator Template. And please join the community and share you scg templates and uiproperties.&lt;br /&gt;
&lt;/div&gt;</description><author>shahedkhan</author><pubDate>Sun, 03 Jun 2007 07:53:26 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070603075326A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=Home&amp;version=28</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/smartcodegenerator/Project/FileDownload.aspx?DownloadId=4165" alt="logo.gif" /&gt;&lt;br /&gt;Smart Code Generator is 100% ASP.NET based codegeneration framework with intellisense, compilation, debug, sourceview and designview support powered by Visual Studio 2005.&lt;br /&gt; &lt;br /&gt;Smart Code Generator is an ASP.NET 2.0 website OR an ASP.NET 1.1 web application and is a fully-fledged template-based code generator that allows you to generate code for any text language. Templates are written in Visual Studio as ASP.NET User Controls. The code generation process can be dynamically customised by using properties. The SmartCodeGenerator Framework generates UIProperty objects in the web page by reading the customised properties. The UIProperty objects are custom User Interface objects which are created based on the property types of a defined class.&lt;br /&gt; &lt;br /&gt;The SmartCodeGenerator Project is simply an ASP.NET website project, and the SmartCodeGenerator Templates are ASP.NET User Controls, so there is no need to learn any new technologies. Code is written as you would normally write for an ASP.NET application. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;The current feature list of SmartCodeGenerator includes:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;All development can be done in VS2005 OR VS2003.&lt;/li&gt;&lt;li&gt;Integration with NAnt and Cassini. &lt;/li&gt;&lt;li&gt;Extensible Template Generation Engine. &lt;/li&gt;&lt;li&gt;Open source Database Schema discovery API for MS SQL, Oracle and MySQL.&lt;/li&gt;&lt;li&gt;Uses existing ASP.NET 2.0 website application OR ASP.NET 1.1 web application concepts &lt;/li&gt;&lt;li&gt;Generates text based output &lt;/li&gt;&lt;li&gt;Fully customisable template-based code generation&lt;/li&gt;&lt;li&gt;Remembers custom property data entries &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The entire development life cycle of creating custom templates using SmartCodeGenerator is done using Visual Studio by creating an ASP.NET application. So during the generation of templates, intellisense, compilation, debug, sourceview, designview, codebehind file and all other features of Visual Studio (2005 or 2003) are available to you.&lt;br /&gt; &lt;br /&gt;After you play with this great framework for 5 min, I think you will agree with me saying &lt;b&gt;&amp;quot;Code generation has never been this easy&amp;quot;&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Current Release: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559"&gt;SCG CTP 2.7.0 Beta&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;Other existing Releases: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1871"&gt;SCG CTP 2.6.0 Alpha&lt;/a&gt;*&lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1500"&gt;Release SCG_CTP_2.5 Alpha&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Community: &lt;a href="http://community.smartcodegenerator.com" class="externalLink"&gt;http://community.smartcodegenerator.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community Forums: &lt;a href="http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=http%3a%2f%2fcommunity.smartcodegenerator.com%2fforums%2fdefault.aspx&amp;amp;referringTitle=Home"&gt;http://community.smartcodegenerator.com/forums/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Tutorials: &lt;a href="http://www.smartcodegenerator.com" class="externalLink"&gt;http://www.smartcodegenerator.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Article at Code Project, SCG Architectural Overview &lt;a href="http://www.codeproject.com/aspnet/smartcodegenerator.asp" class="externalLink"&gt;http://www.codeproject.com/aspnet/smartcodegenerator.asp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article as Code Project, SCG Usage Overview &lt;a href="http://www.codeproject.com/aspnet/smartcodegeneratorusage.asp" class="externalLink"&gt;http://www.codeproject.com/aspnet/smartcodegeneratorusage.asp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article at Code Project, SCG with NAnt and Cassini &lt;/li&gt;
&lt;/ul&gt;&lt;a href="http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Article at Code Project, XML based code generation with SCG &lt;/li&gt;
&lt;/ul&gt;&lt;a href="http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=http%3a%2f%2fwww.codeproject.com%2fuseritems%2fsmartcodegeneratorxml.asp&amp;amp;referringTitle=Home"&gt;http://www.codeproject.com/useritems/smartcodegeneratorxml.asp&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;TeamBlog:&lt;a href="http://community.smartcodegenerator.com/blogs/team_blog/default.aspx" class="externalLink"&gt;http://community.smartcodegenerator.com/blogs/team_blog/default.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;And MyBlog: &lt;a href="http://www.geekswithblogs.net/shahed" class="externalLink"&gt;http://www.geekswithblogs.net/shahed&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;a href="www.msmvps.com/blogs/shahed" class="externalLink"&gt;www.msmvps.com/blogs/shahed&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Good Luck on your next SmartCodeGenerator Template. And please join the community and share you scg templates and uiproperties.&lt;br /&gt;
&lt;/div&gt;</description><author>shahedkhan</author><pubDate>Sun, 03 Jun 2007 07:48:01 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070603074801A</guid></item><item><title>UPDATED RELEASE: SCG CTP 2.7.0 Beta (Mar 22, 2007)</title><link>http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559</link><description>SmartCodeGenerator CTP 2.7, 22 March 2007 contains support for .Net2.0.
This version now ships with scg_console.exe which integrates SCG development cycle with NANT and Cassini. The current version also remembers your past Property Entries. And you get out of the box DBSchemaProvider for MSSQL2000, MSSQL2005, Oracle and MySql.

For online tutorial please refer to (http://www.smartcodegenerator.com). 
For latest codes and teamblog please refer to (url:http://community.smartcodegenerator.com).

At minimal please download the following files to start with: 
* VS2005 Template Csharp OR 
* VS2005 Template Vb 

Impemented DataBaseSchemaProviders: 
*MSSQL2000 
*MSSQL2005 
*MySql 
*Oracle. 

For an Architectural Overview please refer to this Article at CodeProjects:.
SmartCodeGenerator - Code Generation experience with Visual Studio and ASP.NET - Architectural Overview 
(http://www.codeproject.com/useritems/smartcodegenerator.asp). 

For an Overview on How to use SCG please refer to this Article at CodeProjects: 
SmartCodeGenerator - Code Generation experience with Visual Studio and ASP.NET - Usage Overview 
(http://www.codeproject.com/useritems/smartcodegeneratorusage.asp). 

For an Overview on How NAnt and Cassini can be integrated with SCG Development cycle please refer to this Article at CodeProjects: 
Smart Code Generator: Code Generation experience with ASP.NET, NAnt and Cassini 
(http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp).

For an Overview of XML based code generation with SCG please refer to this link at CodeProjects
(http://www.codeproject.com/useritems/smartcodegeneratorxml.asp)</description><author></author><pubDate>Sun, 03 Jun 2007 07:35:47 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SCG CTP 2.7.0 Beta (Mar 22, 2007) 20070603073547A</guid></item><item><title>UPDATED RELEASE: SCG CTP 2.7.0 Beta (Mar 22, 2007)</title><link>http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559</link><description>SmartCodeGenerator CTP 2.7, 22 March 2007 contains support for .Net2.0.
This version now ships with scg_console.exe which integrates SCG development cycle with NANT and Cassini. The current version also remembers your past Property Entries. And you get out of the box DBSchemaProvider for MSSQL2000, MSSQL2005, Oracle and MySql.

For online tutorial please refer to (http://www.smartcodegenerator.com). 
For latest codes and teamblog please refer to (url:http://community.smartcodegenerator.com).

At minimal please download the following files to start with: 
* VS2005 Template Csharp OR 
* VS2005 Template Vb 

Impemented DataBaseSchemaProviders: 
*MSSQL2000 
*MSSQL2005 
*MySql 
*Oracle. 

For an Architectural Overview please refer to this Article at CodeProjects:.
SmartCodeGenerator - Code Generation experience with Visual Studio and ASP.NET - Architectural Overview 
(http://www.codeproject.com/useritems/smartcodegenerator.asp). 

For an Overview on How to use SCG please refer to this Article at CodeProjects: 
SmartCodeGenerator - Code Generation experience with Visual Studio and ASP.NET - Usage Overview 
(http://www.codeproject.com/useritems/smartcodegeneratorusage.asp). 

For an Overview on How NAnt and Cassini can be integrated with SCG Development cycle please refer to this Article at CodeProjects: 
Smart Code Generator: Code Generation experience with ASP.NET, NAnt and Cassini 
(http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp).</description><author></author><pubDate>Sun, 03 Jun 2007 07:30:25 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SCG CTP 2.7.0 Beta (Mar 22, 2007) 20070603073025A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=Home&amp;version=27</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/smartcodegenerator/Project/FileDownload.aspx?DownloadId=4165" alt="logo.gif" /&gt;&lt;br /&gt;Smart Code Generator is 100% ASP.NET based codegeneration framework with intellisense, compilation, debug, sourceview and designview support powered by Visual Studio 2005.&lt;br /&gt; &lt;br /&gt;Smart Code Generator is an ASP.NET 2.0 website OR an ASP.NET 1.1 web application and is a fully-fledged template-based code generator that allows you to generate code for any text language. Templates are written in Visual Studio as ASP.NET User Controls. The code generation process can be dynamically customised by using properties. The SmartCodeGenerator Framework generates UIProperty objects in the web page by reading the customised properties. The UIProperty objects are custom User Interface objects which are created based on the property types of a defined class.&lt;br /&gt; &lt;br /&gt;You can define any.NET Object Type as properties of the “TheProperties” class in the project. Each property type in the “TheProperties” class is then mapped to a UIProperty object. At this stage it supports common types such as string, int, boolean and a ScTableSchema type (which represents the SQL Server database table schema). However, the SmartCodeGenerator Framework is extensible and UIProperty objects for any .NET types are easily written. (for extending UIProperty please refer to the posts at the Teamblog) &lt;br /&gt; &lt;br /&gt;The SmartCodeGenerator Project is simply an ASP.NET website project, and the SmartCodeGenerator Templates are ASP.NET User Controls, so there is no need to learn any new technologies. Code is written as you would normally write for an ASP.NET application. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;The current feature list of SmartCodeGenerator includes:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;All development can be done in VS2005 OR VS2003.&lt;/li&gt;&lt;li&gt;Integration with NAnt and Cassini. &lt;/li&gt;&lt;li&gt;Extensible Template Generation Engine. &lt;/li&gt;&lt;li&gt;Open source Database Schema discovery API for MS SQL, Oracle and MySQL.&lt;/li&gt;&lt;li&gt;Uses existing ASP.NET 2.0 website application OR ASP.NET 1.1 web application concepts &lt;/li&gt;&lt;li&gt;Generates text based output &lt;/li&gt;&lt;li&gt;Fully customisable template-based code generation&lt;/li&gt;&lt;li&gt;Remembers custom property data entries &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The entire development life cycle of creating custom templates using SmartCodeGenerator is done using Visual Studio by creating an ASP.NET application. So during the generation of templates, intellisense, compilation, debug, sourceview, designview, codebehind file and all other features of Visual Studio (2005 or 2003) are available to you.&lt;br /&gt; &lt;br /&gt;After you play with this great framework for 5 min, I think you will agree with me saying &lt;b&gt;&amp;quot;Code generation has never been this easy&amp;quot;&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Current Release: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559"&gt;SCG CTP 2.7.0 Beta&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;Other existing Releases: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1871"&gt;SCG CTP 2.6.0 Alpha&lt;/a&gt;*&lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1500"&gt;Release SCG_CTP_2.5 Alpha&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Community: &lt;a href="http://community.smartcodegenerator.com" class="externalLink"&gt;http://community.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community Forums: &lt;a href="http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=http%3a%2f%2fcommunity.smartcodegenerator.com%2fforums%2fdefault.aspx&amp;amp;referringTitle=Home"&gt;http://community.smartcodegenerator.com/forums/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Tutorials: &lt;a href="http://www.smartcodegenerator.com" class="externalLink"&gt;http://www.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Article at Code Project, Architectural Overview &lt;a href="http://www.codeproject.com/aspnet/smartcodegenerator.asp" class="externalLink"&gt;http://www.codeproject.com/aspnet/smartcodegenerator.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article as Code Project, Usage Overview &lt;a href="http://www.codeproject.com/aspnet/smartcodegeneratorusage.asp" class="externalLink"&gt;http://www.codeproject.com/aspnet/smartcodegeneratorusage.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article at Code Project, SCG with NAnt and Cassini &lt;a href="http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;TeamBlog:&lt;a href="http://community.smartcodegenerator.com/blogs/team_blog/default.aspx" class="externalLink"&gt;http://community.smartcodegenerator.com/blogs/team_blog/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;And MyBlog: &lt;a href="http://www.geekswithblogs.net/shahed" class="externalLink"&gt;http://www.geekswithblogs.net/shahed&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Good Luck on your next SmartCodeGenerator Template. And please join the community and share you scg templates and uiproperties.&lt;br /&gt;
&lt;/div&gt;</description><author>shahedkhan</author><pubDate>Mon, 26 Mar 2007 18:02:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070326060232P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=Home&amp;version=26</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/smartcodegenerator/Project/FileDownload.aspx?DownloadId=4165" alt="logo.gif" /&gt;&lt;br /&gt;SmartCodeGenerator is an ASP.NET 2.0 website OR an ASP.NET 1.1 web application and is a fully-fledged template-based code generator that allows you to generate code for any text language. Templates are written in Visual Studio as ASP.NET User Controls. The code generation process can be dynamically customised by using properties. The SmartCodeGenerator Framework generates UIProperty objects in the web page by reading the customised properties. The UIProperty objects are custom User Interface objects which are created based on the property types of a defined class.&lt;br /&gt; &lt;br /&gt;You can define any.NET Object Type as properties of the “TheProperties” class in the project. Each property type in the “TheProperties” class is then mapped to a UIProperty object. At this stage it supports common types such as string, int, boolean and a ScTableSchema type (which represents the SQL Server database table schema). However, the SmartCodeGenerator Framework is extensible and UIProperty objects for any .NET types are easily written. (for extending UIProperty please refer to the posts at the Teamblog) &lt;br /&gt; &lt;br /&gt;The SmartCodeGenerator Project is simply an ASP.NET website project, and the SmartCodeGenerator Templates are ASP.NET User Controls, so there is no need to learn any new technologies. Code is written as you would normally write for an ASP.NET application. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;The current feature list of SmartCodeGenerator includes:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;All development can be done in VS2005 OR VS2003.&lt;/li&gt;&lt;li&gt;Integration with NAnt and Cassini. &lt;/li&gt;&lt;li&gt;Extensible Template Generation Engine. &lt;/li&gt;&lt;li&gt;Open source Database Schema discovery API for MS SQL, Oracle and MySQL.&lt;/li&gt;&lt;li&gt;Uses existing ASP.NET 2.0 website application OR ASP.NET 1.1 web application concepts &lt;/li&gt;&lt;li&gt;Generates text based output &lt;/li&gt;&lt;li&gt;Fully customisable template-based code generation&lt;/li&gt;&lt;li&gt;Remembers custom property data entries &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The entire development life cycle of creating custom templates using SmartCodeGenerator is done using Visual Studio by creating an ASP.NET application. So during the generation of templates, intellisense, compilation, debug, sourceview, designview, codebehind file and all other features of Visual Studio (2005 or 2003) are available to you.&lt;br /&gt; &lt;br /&gt;After you play with this great framework for 5 min, I think you will agree with me saying &lt;b&gt;&amp;quot;Code generation has never been this easy&amp;quot;&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Current Release: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559"&gt;SCG CTP 2.7.0 Beta&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;Other existing Releases: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1871"&gt;SCG CTP 2.6.0 Alpha&lt;/a&gt;*&lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1500"&gt;Release SCG_CTP_2.5 Alpha&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Community: &lt;a href="http://community.smartcodegenerator.com" class="externalLink"&gt;http://community.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community Forums: &lt;a href="http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=http%3a%2f%2fcommunity.smartcodegenerator.com%2fforums%2fdefault.aspx&amp;amp;referringTitle=Home"&gt;http://community.smartcodegenerator.com/forums/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Tutorials: &lt;a href="http://www.smartcodegenerator.com" class="externalLink"&gt;http://www.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Article at Code Project, Architectural Overview &lt;a href="http://www.codeproject.com/aspnet/smartcodegenerator.asp" class="externalLink"&gt;http://www.codeproject.com/aspnet/smartcodegenerator.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article as Code Project, Usage Overview &lt;a href="http://www.codeproject.com/aspnet/smartcodegeneratorusage.asp" class="externalLink"&gt;http://www.codeproject.com/aspnet/smartcodegeneratorusage.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article at Code Project, SCG with NAnt and Cassini &lt;a href="http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;TeamBlog:&lt;a href="http://community.smartcodegenerator.com/blogs/team_blog/default.aspx" class="externalLink"&gt;http://community.smartcodegenerator.com/blogs/team_blog/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;And MyBlog: &lt;a href="http://www.geekswithblogs.net/shahed" class="externalLink"&gt;http://www.geekswithblogs.net/shahed&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Good Luck on your next SmartCodeGenerator Template. And please join the community and share you scg templates and uiproperties.&lt;br /&gt;
&lt;/div&gt;</description><author>shahedkhan</author><pubDate>Mon, 26 Mar 2007 17:53:17 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070326055317P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=Home&amp;version=25</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/smartcodegenerator/Project/FileDownload.aspx?DownloadId=4165" alt="logo.gif" /&gt;&lt;br /&gt;SmartCodeGenerator is an ASP.NET 2.0 website OR an ASP.NET 1.1 web application and is a fully-fledged template-based code generator that allows you to generate code for any text language. Templates are written in Visual Studio as ASP.NET User Controls. The code generation process can be dynamically customised by using properties. The SmartCodeGenerator Framework generates UIProperty objects in the web page by reading the customised properties. The UIProperty objects are custom User Interface objects which are created based on the property types of a defined class.&lt;br /&gt; &lt;br /&gt;You can define any.NET Object Type as properties of the “TheProperties” class in the project. Each property type in the “TheProperties” class is then mapped to a UIProperty object. At this stage it supports common types such as string, int, boolean and a ScTableSchema type (which represents the SQL Server database table schema). However, the SmartCodeGenerator Framework is extensible and UIProperty objects for any .NET types are easily written. (for extending UIProperty please refer to the posts at the Teamblog) &lt;br /&gt; &lt;br /&gt;The SmartCodeGenerator Project is simply an ASP.NET website project, and the SmartCodeGenerator Templates are ASP.NET User Controls, so there is no need to learn any new technologies. Code is written as you would normally write for an ASP.NET application. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;The current feature list of SmartCodeGenerator includes:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;All development can be done in VS2005 OR VS2003.&lt;/li&gt;&lt;li&gt;Integration with NAnt and Cassini. &lt;/li&gt;&lt;li&gt;Extensible Template Generation Engine. &lt;/li&gt;&lt;li&gt;Open source Database Schema discovery API for MS SQL, Oracle and MySQL.&lt;/li&gt;&lt;li&gt;Uses existing ASP.NET 2.0 website application OR ASP.NET 1.1 web application concepts &lt;/li&gt;&lt;li&gt;Generates text based output &lt;/li&gt;&lt;li&gt;Fully customisable template-based code generation&lt;/li&gt;&lt;li&gt;Remembers custom property data entries &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The entire development life cycle of creating custom templates using SmartCodeGenerator is done using Visual Studio by creating an ASP.NET application. So during the generation of templates, intellisense, compilation, debug, sourceview, designview, codebehind file and all other features of Visual Stution (2005 or 2003) are available to you.&lt;br /&gt; &lt;br /&gt;After you play with this great framework for 5 min, I think you will agree with me saying &lt;b&gt;&amp;quot;Code generation has never been this easy&amp;quot;&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Current Release: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559"&gt;SCG CTP 2.7.0 Beta&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;Other existing Releases: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1871"&gt;SCG CTP 2.6.0 Alpha&lt;/a&gt;*&lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1500"&gt;Release SCG_CTP_2.5 Alpha&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Community: &lt;a href="http://community.smartcodegenerator.com" class="externalLink"&gt;http://community.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community Forums: &lt;a href="http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=http%3a%2f%2fcommunity.smartcodegenerator.com%2fforums%2fdefault.aspx&amp;amp;referringTitle=Home"&gt;http://community.smartcodegenerator.com/forums/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Tutorials: &lt;a href="http://www.smartcodegenerator.com" class="externalLink"&gt;http://www.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Article at Code Project, Architectural Overview &lt;a href="http://www.codeproject.com/aspnet/smartcodegenerator.asp" class="externalLink"&gt;http://www.codeproject.com/aspnet/smartcodegenerator.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article as Code Project, Usage Overview &lt;a href="http://www.codeproject.com/aspnet/smartcodegeneratorusage.asp" class="externalLink"&gt;http://www.codeproject.com/aspnet/smartcodegeneratorusage.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article at Code Project, SCG with NAnt and Cassini &lt;a href="http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;TeamBlog:&lt;a href="http://community.smartcodegenerator.com/blogs/team_blog/default.aspx" class="externalLink"&gt;http://community.smartcodegenerator.com/blogs/team_blog/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;And MyBlog: &lt;a href="http://www.geekswithblogs.net/shahed" class="externalLink"&gt;http://www.geekswithblogs.net/shahed&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Good Luck on your next SmartCodeGenerator Template. And please join the community and share you scg templates and uiproperties.&lt;br /&gt;
&lt;/div&gt;</description><author>shahedkhan</author><pubDate>Fri, 23 Mar 2007 18:09:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070323060918P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=Home&amp;version=24</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/smartcodegenerator/Project/FileDownload.aspx?DownloadId=4165" alt="logo.gif" /&gt;&lt;br /&gt;SmartCodeGenerator is an ASP.NET 2.0 website OR an ASP.NET 1.1 web application and is a fully-fledged template-based code generator that allows you to generate code for any text language. Templates are written in Visual Studio as ASP.NET User Controls. The code generation process can be dynamically customised by using properties. The SmartCodeGenerator Framework generates UIProperty objects in the web page by reading the customised properties. The UIProperty objects are custom User Interface objects which are created based on the property types of a defined class.&lt;br /&gt; &lt;br /&gt;You can define any.NET Object Type as properties of the “TheProperties” class in the project. Each property type in the “TheProperties” class is then mapped to a UIProperty object. At this stage it supports common types such as string, int, boolean and a ScTableSchema type (which represents the SQL Server database table schema). However, the SmartCodeGenerator Framework is extensible and UIProperty objects for any .NET types are easily written. (for extending UIProperty please refer to the posts at the Teamblog) &lt;br /&gt; &lt;br /&gt;The SmartCodeGenerator Project is simply an ASP.NET website project, and the SmartCodeGenerator Templates are ASP.NET User Controls, so there is no need to learn any new technologies. Code is written as you would normally write for an ASP.NET application. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;The current feature list of SmartCodeGenerator includes:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;All development can be done in VS2005 OR VS2003.&lt;/li&gt;&lt;li&gt;Integration with NAnt and Cassini. &lt;/li&gt;&lt;li&gt;Extensible Template Generation Engine. &lt;/li&gt;&lt;li&gt;Open source Database Schema discovery API for MS SQL, Oracle and MySQL.&lt;/li&gt;&lt;li&gt;Uses existing ASP.NET 2.0 website application OR ASP.NET 1.1 web application concepts &lt;/li&gt;&lt;li&gt;Generates text based output &lt;/li&gt;&lt;li&gt;Fully customisable template-based code generation&lt;/li&gt;&lt;li&gt;Remembers custom property data entries &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The entire development life cycle of creating custom templates using SmartCodeGenerator is done using Visual Studio by creating an ASP.NET application. So during the generation of templates, intellisense, compilation, debug, sourceview, designview, codebehind file and all other features of Visual Stution (2005 or 2003) are available to you.&lt;br /&gt; &lt;br /&gt;After you play with this great framework for 5 min, I think you will agree with me saying &lt;b&gt;&amp;quot;Code generation has never been this easy&amp;quot;&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Current Release: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559"&gt;SCG CTP 2.7.0 Beta&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;Other existing Releases: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1871"&gt;SCG CTP 2.6.0 Alpha&lt;/a&gt;*&lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1500"&gt;Release SCG_CTP_2.5 Alpha&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Community: &lt;a href="http://community.smartcodegenerator.com" class="externalLink"&gt;http://community.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community Forums: &lt;a href="http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=http%3a%2f%2fcommunity.smartcodegenerator.com%2fforums%2fdefault.aspx&amp;amp;referringTitle=Home"&gt;http://community.smartcodegenerator.com/forums/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Tutorials: &lt;a href="http://www.smartcodegenerator.com" class="externalLink"&gt;http://www.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Article at Code Project, Architectural Overview &lt;a href="http://www.codeproject.com/useritems/smartcodegenerator.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegenerator.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article as Code Project, Usage Overview &lt;a href="http://www.codeproject.com/useritems/smartcodegeneratorusage.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegeneratorusage.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article at Code Project, SCG with NAnt and Cassini &lt;a href="http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;TeamBlog:&lt;a href="http://community.smartcodegenerator.com/blogs/team_blog/default.aspx" class="externalLink"&gt;http://community.smartcodegenerator.com/blogs/team_blog/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;And MyBlog: &lt;a href="http://www.geekswithblogs.net/shahed" class="externalLink"&gt;http://www.geekswithblogs.net/shahed&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Good Luck on your next SmartCodeGenerator Template. And please join the community and share you scg templates and uiproperties.&lt;br /&gt;
&lt;/div&gt;</description><author>shahedkhan</author><pubDate>Thu, 22 Mar 2007 13:03:16 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070322010316P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=Home&amp;version=23</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/smartcodegenerator/Project/FileDownload.aspx?DownloadId=4165" alt="logo.gif" /&gt;&lt;br /&gt;SmartCodeGenerator is an ASP.NET 2.0 website OR an ASP.NET 1.1 web application and is a fully-fledged template-based code generator that allows you to generate code for any text language. Templates are written in Visual Studio as ASP.NET User Controls. The code generation process can be dynamically customised by using properties. The SmartCodeGenerator Framework generates UIProperty objects in the web page by reading the customised properties. The UIProperty objects are custom User Interface objects which are created based on the property types of a defined class.&lt;br /&gt; &lt;br /&gt;You can define any.NET Object Type as properties of the “TheProperties” class in the project. Each property type in the “TheProperties” class is then mapped to a UIProperty object. At this stage it supports common types such as string, int, boolean and a ScTableSchema type (which represents the SQL Server database table schema). However, the SmartCodeGenerator Framework is extensible and UIProperty objects for any .NET types are easily written. (for extending UIProperty please refer to the posts at the Teamblog) &lt;br /&gt; &lt;br /&gt;The SmartCodeGenerator Project is simply an ASP.NET website project, and the SmartCodeGenerator Templates are ASP.NET User Controls, so there is no need to learn any new technologies. Code is written as you would normally write for an ASP.NET application. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;The current feature list of SmartCodeGenerator includes:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;All development can be done in VS2005 OR VS2003.&lt;/li&gt;&lt;li&gt;Integration with NAnt and Cassini. &lt;/li&gt;&lt;li&gt;Extensible Template Generation Engine. &lt;/li&gt;&lt;li&gt;Open source Database Schema discovery API for MS SQL, Oracle and MySQL.&lt;/li&gt;&lt;li&gt;Uses existing ASP.NET 2.0 website application OR ASP.NET 1.1 web application concepts &lt;/li&gt;&lt;li&gt;Generates text based output &lt;/li&gt;&lt;li&gt;Fully customisable template-based code generation&lt;/li&gt;&lt;li&gt;Remembers custom property data entries &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The entire development life cycle of creating custom templates using SmartCodeGenerator is done using Visual Studio by creating an ASP.NET application. So during the generation of templates, intellisense, compilation, debug, sourceview, designview, codebehind file and all other features of Visual Stution (2005 or 2003) are available to you.&lt;br /&gt; &lt;br /&gt;After you play with this great framework for 5 min, I think you will agree with me saying &lt;b&gt;&amp;quot;Code generation has never been this easy&amp;quot;&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Current Release: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559"&gt;SCG CTP 2.7.0 Beta&lt;/a&gt;. &lt;/li&gt;&lt;li&gt;Other existing Releases: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1871"&gt;SCG CTP 2.6.0 Alpha&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community: &lt;a href="http://community.smartcodegenerator.com" class="externalLink"&gt;http://community.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community Forums: &lt;a href="http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=http%3a%2f%2fcommunity.smartcodegenerator.com%2fforums%2fdefault.aspx&amp;amp;referringTitle=Home"&gt;http://community.smartcodegenerator.com/forums/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Tutorials: &lt;a href="http://www.smartcodegenerator.com" class="externalLink"&gt;http://www.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Article at Code Project, Architectural Overview &lt;a href="http://www.codeproject.com/useritems/smartcodegenerator.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegenerator.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article as Code Project, Usage Overview &lt;a href="http://www.codeproject.com/useritems/smartcodegeneratorusage.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegeneratorusage.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article at Code Project, SCG with NAnt and Cassini &lt;a href="http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;TeamBlog:&lt;a href="http://community.smartcodegenerator.com/blogs/team_blog/default.aspx" class="externalLink"&gt;http://community.smartcodegenerator.com/blogs/team_blog/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;And MyBlog: &lt;a href="http://www.geekswithblogs.net/shahed" class="externalLink"&gt;http://www.geekswithblogs.net/shahed&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Good Luck on your next SmartCodeGenerator Template. And please join the community and share you scg templates and uiproperties.&lt;br /&gt;
&lt;/div&gt;</description><author>shahedkhan</author><pubDate>Thu, 22 Mar 2007 12:53:37 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070322125337P</guid></item><item><title>UPDATED RELEASE: SCG CTP 2.7.0 Beta</title><link>http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559</link><description>SmartCodeGenerator CTP 2.7, 22 March 2007 contains support for .Net2.0.
This version now ships with scg_console.exe which integrates SCG development cycle with NANT and Cassini. The current version also remembers your past Property Entries. And you get out of the box DBSchemaProvider for MSSQL2000, MSSQL2005, Oracle and MySql.

For online tutorial please refer to (http://www.smartcodegenerator.com). 
For latest codes and teamblog please refer to (url:http://community.smartcodegenerator.com).

At minimal please download the following files to start with: 
* VS2005 Template Csharp OR 
* VS2005 Template Vb 

Impemented DataBaseSchemaProviders: 
*MSSQL2000 
*MSSQL2005 
*MySql 
*Oracle. 

For an Architectural Overview please refer to this Article at CodeProjects:.
SmartCodeGenerator - Code Generation experience with Visual Studio and ASP.NET - Architectural Overview 
(http://www.codeproject.com/useritems/smartcodegenerator.asp). 

For an Overview on How to use SCG please refer to this Article at CodeProjects: 
SmartCodeGenerator - Code Generation experience with Visual Studio and ASP.NET - Usage Overview 
(http://www.codeproject.com/useritems/smartcodegeneratorusage.asp). 

For an Overview on How NAnt and Cassini can be integrated with SCG Development cycle please refer to this Article at CodeProjects: 
Smart Code Generator: Code Generation experience with ASP.NET, NAnt and Cassini 
(http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp).</description><author></author><pubDate>Thu, 22 Mar 2007 12:35:01 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SCG CTP 2.7.0 Beta 20070322123501P</guid></item><item><title>UPDATED RELEASE: SCG CTP 2.7.0 Beta</title><link>http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=2559</link><description>SmartCodeGenerator CTP 2.7, 22 March 2007 contains support for .Net2.0.
This version now ships with scg_console.exe which integrates SCG development cycle with NANT and Cassini. The current version also remembers your past Property Entries. And you get out of the box DBSchemaProvider for MSSQL2000, MSSQL2005, Oracle and MySql.

For online tutorial please refer to (http://www.smartcodegenerator.com). 
For latest codes and teamblog please refer to (url:http://community.smartcodegenerator.com).

At minimal please download the following files to start with: 
* VS2005 Template Csharp OR 
* VS2005 Template Vb 

Impemented DataBaseSchemaProviders: 
*MSSQL2000 
*MSSQL2005 
*MySql 
*Oracle. 

For an Architectural Overview please refer to this Article at CodeProjects:.
SmartCodeGenerator - Code Generation experience with Visual Studio and ASP.NET - Architectural Overview 
(http://www.codeproject.com/useritems/smartcodegenerator.asp). 

For an Overview on How to use SCG please refer to this Article at CodeProjects: 
SmartCodeGenerator - Code Generation experience with Visual Studio and ASP.NET - Usage Overview 
(http://www.codeproject.com/useritems/smartcodegeneratorusage.asp). 

For an Overview on How NAnt and Cassini can be integrated with SCG Development cycle please refer to this Article at CodeProjects: 
Smart Code Generator: Code Generation experience with ASP.NET, NAnt and Cassini 
(http://www.codeproject.com/useritems/smartcodegeneratorconsole.asp).</description><author></author><pubDate>Thu, 22 Mar 2007 07:00:00 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SCG CTP 2.7.0 Beta 20070322070000A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=Home&amp;version=22</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/smartcodegenerator/Project/FileDownload.aspx?DownloadId=4165" alt="logo.gif" /&gt;&lt;br /&gt;SmartCodeGenerator is an ASP.NET 2.0 website OR an ASP.NET 1.1 web application and is a fully-fledged template-based code generator that allows you to generate code for any text language. Templates are written in Visual Studio as ASP.NET User Controls. The code generation process can be dynamically customised by using properties. The SmartCodeGenerator Framework generates UIProperty objects in the web page by reading the customised properties. The UIProperty objects are custom User Interface objects which are created based on the property types of a defined class.&lt;br /&gt; &lt;br /&gt;You can define any.NET Object Type as properties of the “TheProperties” class in the project. Each property type in the “TheProperties” class is then mapped to a UIProperty object. At this stage it supports common types such as string, int, boolean and a ScTableSchema type (which represents the SQL Server database table schema). However, the SmartCodeGenerator Framework is extensible and UIProperty objects for any .NET types are easily written. (for extending UIProperty please refer to the posts at the Teamblog) &lt;br /&gt; &lt;br /&gt;The SmartCodeGenerator Project is simply an ASP.NET website project, and the SmartCodeGenerator Templates are ASP.NET User Controls, so there is no need to learn any new technologies. Code is written as you would normally write for an ASP.NET application. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;The current feature list of SmartCodeGenerator includes:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;All development done in VS2005 OR VS2003. &lt;/li&gt;&lt;li&gt;Extensible Template Generation Engine. &lt;/li&gt;&lt;li&gt;Open source Database Schema discovery API for MS SQL, Oracle and MySQL.&lt;/li&gt;&lt;li&gt;Uses existing ASP.NET 2.0 website application OR ASP.NET 1.1 web application concepts &lt;/li&gt;&lt;li&gt;Generates text based output &lt;/li&gt;&lt;li&gt;Fully customisable template-based code generation&lt;/li&gt;&lt;li&gt;Remembers custom property data entries &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The entire development life cycle of creating custom templates using SmartCodeGenerator is done using Visual Studio by creating an ASP.NET application. So during the generation of templates, intellisense, compilation, debug, sourceview, designview, codebehind file and all other features of Visual Stution (2005 or 2003) are available to you.&lt;br /&gt; &lt;br /&gt;After you play with this great framework for 5 min, I think you will agree with me saying &lt;b&gt;&amp;quot;Code generation has never been this easy&amp;quot;&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Current Release: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1871"&gt;SCG CTP 2.6.0 Alpha&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community: &lt;a href="http://community.smartcodegenerator.com" class="externalLink"&gt;http://community.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community Forums: &lt;a href="http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=http%3a%2f%2fcommunity.smartcodegenerator.com%2fforums%2fdefault.aspx&amp;amp;referringTitle=Home"&gt;http://community.smartcodegenerator.com/forums/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Tutorials: &lt;a href="http://www.smartcodegenerator.com" class="externalLink"&gt;http://www.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Article at Code Project, Architectural Overview &lt;a href="http://www.codeproject.com/useritems/smartcodegenerator.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegenerator.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Article as Code Project, Usage Overview &lt;a href="http://www.codeproject.com/useritems/smartcodegeneratorusage.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegeneratorusage.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;TeamBlog:&lt;a href="http://community.smartcodegenerator.com/blogs/team_blog/default.aspx" class="externalLink"&gt;http://community.smartcodegenerator.com/blogs/team_blog/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;And MyBlog: &lt;a href="http://www.geekswithblogs.net/shahed" class="externalLink"&gt;http://www.geekswithblogs.net/shahed&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Good Luck on your next SmartCodeGenerator Template. And please join the community and share you scg templates and uiproperties.&lt;br /&gt;
&lt;/div&gt;</description><author>shahedkhan</author><pubDate>Fri, 16 Feb 2007 07:01:47 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070216070147A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=Home&amp;version=21</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/smartcodegenerator/Project/FileDownload.aspx?DownloadId=4165" alt="logo.gif" /&gt;&lt;br /&gt;SmartCodeGenerator is an ASP.NET 2.0 website OR an ASP.NET 1.1 web application and is a fully-fledged template-based code generator that allows you to generate code for any text language. Templates are written in Visual Studio as ASP.NET User Controls. The code generation process can be dynamically customised by using properties. The SmartCodeGenerator Framework generates UIProperty objects in the web page by reading the customised properties. The UIProperty objects are custom User Interface objects which are created based on the property types of a defined class.&lt;br /&gt; &lt;br /&gt;You can define any.NET Object Type as properties of the “TheProperties” class in the project. Each property type in the “TheProperties” class is then mapped to a UIProperty object. At this stage it supports common types such as string, int, boolean and a ScTableSchema type (which represents the SQL Server database table schema). However, the SmartCodeGenerator Framework is extensible and UIProperty objects for any .NET types are easily written. (for extending UIProperty please refer to the posts at the Teamblog) &lt;br /&gt; &lt;br /&gt;The SmartCodeGenerator Project is simply an ASP.NET website project, and the SmartCodeGenerator Templates are ASP.NET User Controls, so there is no need to learn any new technologies. Code is written as you would normally write for an ASP.NET application. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;The current feature list of SmartCodeGenerator includes:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;All development done in VS2005 OR VS2003. &lt;/li&gt;&lt;li&gt;Extensible Template Generation Engine. &lt;/li&gt;&lt;li&gt;Open source Database Schema discovery API for MS SQL, Oracle and MySQL.&lt;/li&gt;&lt;li&gt;Uses existing ASP.NET 2.0 website application OR ASP.NET 1.1 web application concepts &lt;/li&gt;&lt;li&gt;Generates text based output &lt;/li&gt;&lt;li&gt;Fully customisable template-based code generation&lt;/li&gt;&lt;li&gt;Remembers custom property data entries &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The entire development life cycle of creating custom templates using SmartCodeGenerator is done using Visual Studio by creating an ASP.NET application. So during the generation of templates, intellisense, compilation, debug, sourceview, designview, codebehind file and all other features of Visual Stution (2005 or 2003) are available to you.&lt;br /&gt; &lt;br /&gt;After you play with this great framework for 5 min, I think you will agree with me saying &lt;b&gt;&amp;quot;Code generation has never been this easy&amp;quot;&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Current Release: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1871"&gt;SCG CTP 2.6.0 Alpha&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community: &lt;a href="http://community.smartcodegenerator.com" class="externalLink"&gt;http://community.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community Forums: &lt;a href="http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=http%3a%2f%2fcommunity.smartcodegenerator.com%2fforums%2fdefault.aspx&amp;amp;referringTitle=Home"&gt;http://community.smartcodegenerator.com/forums/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Tutorials: &lt;a href="http://www.smartcodegenerator.com" class="externalLink"&gt;http://www.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Articles at Code Project &lt;/li&gt;
&lt;/ul&gt;Architectural Overview &lt;a href="http://www.codeproject.com/useritems/smartcodegenerator.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegenerator.asp&lt;/a&gt;&lt;br /&gt;Usage Overview &lt;a href="http://www.codeproject.com/useritems/smartcodegeneratorusage.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegeneratorusage.asp&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;TeamBlog:&lt;a href="http://community.smartcodegenerator.com/blogs/team_blog/default.aspx" class="externalLink"&gt;http://community.smartcodegenerator.com/blogs/team_blog/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;And MyBlog: &lt;a href="http://www.geekswithblogs.net/shahed" class="externalLink"&gt;http://www.geekswithblogs.net/shahed&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Good Luck on your next SmartCodeGenerator Template. And please join the community and share you scg templates and uiproperties.&lt;br /&gt;
&lt;/div&gt;</description><author>shahedkhan</author><pubDate>Fri, 16 Feb 2007 06:59:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070216065956A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=Home&amp;version=20</link><description>&lt;div class="wikidoc"&gt;
&lt;img src="http://www.codeplex.com/smartcodegenerator/Project/FileDownload.aspx?DownloadId=4165" alt="logo.gif" /&gt;&lt;br /&gt;SmartCodeGenerator is an ASP.NET 2.0 website OR an ASP.NET 1.1 web application and is a fully-fledged template-based code generator that allows you to generate code for any text language. Templates are written in Visual Studio as ASP.NET User Controls. The code generation process can be dynamically customised by using properties. The SmartCodeGenerator Framework generates UIProperty objects in the web page by reading the customised properties. The UIProperty objects are custom User Interface objects which are created based on the property types of a defined class.&lt;br /&gt; &lt;br /&gt;You can define any.NET Object Type as properties of the “TheProperties” class in the project. Each property type in the “TheProperties” class is then mapped to a UIProperty object. At this stage it supports common types such as string, int, boolean and a ScTableSchema type (which represents the SQL Server database table schema). However, the SmartCodeGenerator Framework is extensible and UIProperty objects for any .NET types are easily written. (for extending UIProperty please refer to the posts at the Teamblog) &lt;br /&gt; &lt;br /&gt;The SmartCodeGenerator Project is simply an ASP.NET website project, and the SmartCodeGenerator Templates are ASP.NET User Controls, so there is no need to learn any new technologies. Code is written as you would normally write for an ASP.NET application. &lt;br /&gt; &lt;br /&gt;&lt;b&gt;The current feature list of SmartCodeGenerator includes:&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;All development done in VS2005 OR VS2003. &lt;/li&gt;&lt;li&gt;Extensible Template Generation Engine. &lt;/li&gt;&lt;li&gt;Open source Database Schema discovery API for MS SQL, Oracle and MySQL.&lt;/li&gt;&lt;li&gt;Uses existing ASP.NET 2.0 website application OR ASP.NET 1.1 web application concepts &lt;/li&gt;&lt;li&gt;Generates text based output &lt;/li&gt;&lt;li&gt;Fully customisable template-based code generation&lt;/li&gt;&lt;li&gt;Remembers custom property data entries &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;The entire development life cycle of creating custom templates using SmartCodeGenerator is done using Visual Studio by creating an ASP.NET application. So during the generation of templates, intellisense, compilation, debug, sourceview, designview, codebehind file and all other features of Visual Stution (2005 or 2003) are available to you.&lt;br /&gt; &lt;br /&gt;After you play with this great framework for 5 min, I think you will agree with me saying &lt;b&gt;&amp;quot;Code generation has never been this easy&amp;quot;&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Current Release: &lt;a href="http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1871"&gt;SCG CTP 2.6.0 Alpha&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community: &lt;a href="http://community.smartcodegenerator.com" class="externalLink"&gt;http://community.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Community Forums: &lt;a href="http://www.codeplex.com/smartcodegenerator/Wiki/View.aspx?title=http%3a%2f%2fcommunity.smartcodegenerator.com%2fforums%2fdefault.aspx&amp;amp;referringTitle=Home"&gt;http://community.smartcodegenerator.com/forums/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Tutorials: &lt;a href="http://www.smartcodegenerator.com" class="externalLink"&gt;http://www.smartcodegenerator.com&lt;/a&gt;.&lt;/li&gt;&lt;li&gt;Architectural Overview &lt;a href="http://www.codeproject.com/useritems/smartcodegenerator.asp" class="externalLink"&gt;http://www.codeproject.com/useritems/smartcodegenerator.asp&lt;/a&gt;&lt;/li&gt;&lt;li&gt;TeamBlog:&lt;a href="http://community.smartcodegenerator.com/blogs/team_blog/default.aspx" class="externalLink"&gt;http://community.smartcodegenerator.com/blogs/team_blog/default.aspx&lt;/a&gt;&lt;/li&gt;&lt;li&gt;And MyBlog: &lt;a href="http://www.geekswithblogs.net/shahed" class="externalLink"&gt;http://www.geekswithblogs.net/shahed&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Good Luck on your next SmartCodeGenerator Template. And please join the community and share you scg templates and uiproperties.&lt;br /&gt;
&lt;/div&gt;</description><author>shahedkhan</author><pubDate>Wed, 14 Feb 2007 04:28:45 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070214042845A</guid></item><item><title>CTP2.0 also makes Vb.Net Developers Happy: </title><link>http://www.codeplex.com/smartcodegenerator/Thread/View.aspx?ThreadId=2702</link><description>Sorry for the late reply:
Yes you have to copy the zip files in SmartCodeGenerator.zip from Visualstudio2005_Templates folder to your My Documents\Visual Studio 2005\Templates\ProjectTemplates folder

The Tutorial Page with the the latest CTP is under construction. The examples are available in archieved CTP "Release SCG_CTP2_02Dec06 Alpha". 
http://www.codeplex.com/smartcodegenerator/Release/ProjectReleases.aspx?ReleaseId=1181

I did not get chance to write the examples on top of the latest CTP2.5. Sorry for the inconvenience.</description><author>shahedkhan</author><pubDate>Tue, 13 Feb 2007 06:50:01 GMT</pubDate><guid isPermaLink="false">CTP2.0 also makes Vb.Net Developers Happy:  20070213065001A</guid></item><item><title>SCG CTP 2.6.0 Released: </title><link>http://www.codeplex.com/smartcodegenerator/Thread/View.aspx?ThreadId=7227</link><description>SCG CTP 2.6.0 now remembers property entries. So you do not need to enter data for custom properties repeatedly.

Also fix done on SQLServer2005 implemented Provider. There was a issue with the DateTime Columns and now been solved.

Out of the Box you get Database SchemaExplorers for MSSQL2000, MSSQL2005, Oracle and MySQL.

Please refer to this article at codeproject for architectural overview.
http://www.codeproject.com/useritems/smartcodegenerator.asp</description><author>shahedkhan</author><pubDate>Tue, 13 Feb 2007 06:43:30 GMT</pubDate><guid isPermaLink="false">SCG CTP 2.6.0 Released:  20070213064330A</guid></item></channel></rss>