6,630,289 members and growing! (21,687 online)
Email
Password
Remember me?
Lost your password?
Home
Articles
Search
Latest Articles
Top Articles
Beginner Articles
Technical Blogs
Post an Article
Post Tip/Trick
Post your Blog
Posting/Update Guidelines
Article Competition
Topic List
Quick Answers
Ask a Question
Search for an Answer
Latest Questions
Unanswered Questions
Top Questions
Help! (our FAQ)
Message Boards
ASP.NET
ATL / WTL / STL
C / C++ / MFC
Managed C++/CLI
C#
COM
Hardware & Devices
LINQ
.NET Framework
System Admin
Silverlight
General Database
Sharepoint
Visual Basic
Web Development
WPF / WCF / WF
XML / XSL
General IT Issues
Site Bugs / Suggestions
The Soapbox 2.0
All Message Boards...
Job Board
Latest
Search
Post a Job
FAQ and Pricing
Catalog
Latest
Search
Post a Catalog Item
FAQ and Pricing
Help!
What is 'The Code Project'?
General FAQ
Post a Question
Site Directory
About Us
Lounge
Soapbox
Announcements
Windows 7 Comp
Win a laptop!
Monthly Competition
Articles
Desktop Development
Button Controls
Clipboard
Combo & List Boxes
Dialogs and Windows
Desktop Gadgets
Document / View
Edit Controls
Files and Folders
Grid & Data Controls
List Controls
Menus
Miscellaneous
Printing
Progress Controls
Selection Controls
Shell and IE programming
Smart Client
Splitter Windows
Static & Panel Controls
Status Bar
Tabs & Property Pages
Toolbars & Docking windows
Tree Controls
Web Development
Ajax and Atlas
Applications & Tools
ASP
ASP.NET
ASP.NET Controls
ATL Server
Caching
Charts, Graphs and Images
Client side scripting
Custom Controls
HTML / CSS
ISAPI
Site & Server Management
Session State
Silverlight
Trace and Logs
User Controls
Validation
View State
WAP / WML
Web Security
Web Services
Enterprise Systems
Content Management Server
Microsoft BizTalk Server
Microsoft Exchange
Office Development
SharePoint Server
Multimedia
Audio and Video
DirectX
GDI
GDI+
General Graphics
OpenGL
Database
Database
SQL Reporting Services
Platforms, Frameworks & Libraries
ATL
MFC
STL
WTL
COM / COM+
.NET Framework
Win32/64 SDK & OS
Vista API
Vista Security
Cross Platform
Game Development
Mobile Development
Windows CardSpace
Windows Communication Foundation
Windows Presentation Foundation
Windows Workflow Foundation
Libraries
Windows Powershell
LINQ
Languages
C / C++ Language
C++ / CLI
C#
MSIL
VBScript
VB.NET
VB6 Interop
Other .NET Languages
XML
Java
General Programming
Algorithms & Recipes
Bugs & Workarounds
Collections
Cryptography & Security
Date and Time
DLLs & Assemblies
Exception Handling
Localisation
Macros and Add-ins
Programming Tips
String handling
Internet / Network
Threads, Processes & IPC
WinHelp / HTMLHelp
Uncategorised Quick Answers
Graphics / Design
Expression
Usability
Development Lifecycle
Debug Tips
Design and Architecture
Installation
Work Issues
Testing and QA
Code Generation
General Reading
Book Chapters
Book Reviews
Hardware Reviews
Interviews
Scrapbook
Hardware & System
Uncategorised Technical Blogs
Author Resources
Third Party Products
Product Showcase
Solution Center
Mentor Resources
Services
Product Catalog
Code-signing Certificates
Job Board
CodeProject VS2008 Addin
Feature Zones
Product Showcase
Code Signing Resources
WhitePapers / Webcasts
ASP.NET Web Hosting
News & Community
Site Map
Who's Who @ CodeProject
CodeProject MVPs
Competitions
Company Listings
Latest Articles
News
Newsletter Archive
Press Releases
Surveys
Submit an Article
Stuff from CodeProject
The Code Project
About Us
Our Awards
Media kit & Advertising info
Legal Stuff
License Info
Search
Articles / Quick Answers
Messages
Jobs
Product Catalog
Add to IE Search
Articles by Shahed.Khan (7 articles found)
Average article rating: 3.77
Articles
Technical Blogs
Tips
Applications & Tools
Applications
Smart Code Generator .Net - Code Generation experience with Visual Studio and ASP.NET- Architectural Overview.
Last Updated: 23 Mar 2007 Page Views: 50,076 Rating: 3.84/5 Votes: 15 Popularity: 4.52
Bookmark Count: 95
This article describes how I coupled Visual Studio and ASP.NET and created a very powerful code generator. Also describes the internals of SmartCodeGenerator and how it is possible to extend the framework to meet your needs. SmartCodeGenerator uses cutting edge technologies that are available today.
ASP.NET
General
Smart Code Generator: Use ASP.NET, NAnt and Cassini for Code Generation
Last Updated: 27 Oct 2008 Page Views: 25,520 Rating: 3.07/5 Votes: 12 Popularity: 3.31
Bookmark Count: 46
Licence: The Code Project Open License (CPOL)
This article describes how NAnt and Cassini can be integrated with the Smart Code Generator development cycle. This article can also used as a reference for ASP.NET developers who want to build, run and deploy ASP.NET projects seamlessly using NAnt and Cassini.
SmartCodeGenerator – Drive Code Generation with XML. Transform XML with ASP.NET instead of XSLT.
Last Updated: 27 Oct 2008 Page Views: 24,027 Rating: 2.80/5 Votes: 8 Popularity: 2.53
Bookmark Count: 51
Licence: The Code Project Open License (CPOL)
This article describes how we can drive codegeneration with xml. Shows step by step instruction of how to generate strongly typed objects from XSD. ASP.NET developers can also use this paper as reference, who wants to transform xml using ASP.NET instead of XSLT.
User Controls
General
Smart Code Generator .NET : Code Generation experience with Visual Studio and ASP.NET – Usage Overview
Last Updated: 14 Feb 2007 Page Views: 30,264 Rating: 3.26/5 Votes: 13 Popularity: 3.63
Bookmark Count: 30
SmartCodeGenerator is a full-fledged template-based code generator. Templates are written in Visual Studio as ASP.NET User Controls.This article is more of a usage guideline and tries to answer how to use SmartCodeGenerator for template based output.
C#
Applications
Write your own Code Generator or Template Engine in .NET
Last Updated: 26 Sep 2006 Page Views: 82,957 Rating: 4.60/5 Votes: 50 Popularity: 7.81
Bookmark Count: 197
This paper demonstrates building a code generator, template engine, template parser, or template processor in .NET. The demo implementation uses cutting edge .NET technologies available today such as C#, .NET 2.0, MS Provider Pattern, Enterprise Library January 2006, CodeDom etc.
Internet / Network
Email
Ready-to-use Mass Emailing Functionality with C#, .NET 2.0, and Microsoft® SQL Server 2005 Service Broker
Last Updated: 7 Sep 2006 Page Views: 80,041 Rating: 4.34/5 Votes: 29 Popularity: 6.35
Bookmark Count: 131
This paper demonstrates an extensible mass emailing framework (Smart Mass Email SME). The demo implementation uses cutting edge .NET technologies available today such as C#, .NET 2.0, Microsoft® SQL Server 2005 Service Broker, MS Provider Pattern, Enterprise Library January 2006 etc.
Design and Architecture
Patterns and Practices
Flexible and Plug-in-based .NET Application using Provider Pattern
Last Updated: 1 Dec 2005 Page Views: 57,683 Rating: 4.45/5 Votes: 25 Popularity: 6.22
Bookmark Count: 116
This paper demonstrates creating a flexible, extensible, plug-in-based .NET application (JOM - Smart Job Manager). JOM is an asynchronous job processing engine built using the MS Provider design pattern and the .NET technology available today.
Shahed.Khan
Member
I have been awarded MVP (Visual C#) for year 2007, 2008, 2009. I am a Microsoft Certified Application Developer (C# .Net). I am born in Bangladesh and currently live in Melbourne, Australia. I am a co-founder and core developer of Pageflakes
www.pageflakes.com
and CEO at
Simplexhub
, a highly experienced software development company based in Melbourne Australia and Dhaka, Bangladesh.
My BLOG
http://www.geekswithblogs.net/shahed
http://msmvps.com/blogs/shahed/Default.aspx
.
Occupation:
Web Developer
Location:
Australia
Last Updated 21 Nov 2009
Web20 | 2.2.0175 |
Advertise
|
Privacy
Copyright ©
CodeProject
, 1999-2009
All Rights Reserved.
Terms of Use