Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About Code Generation
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Venkata Subbarao Polisetty (2)
Chris Love (1)
Aly Elhaddad (1)
Rajeev Ranjan (1)
Ajay Yadav (1)
Neophytos Christodoulides (1)
Abhishek Kumar Ravi (1)
Shirsendu Nandi (1)
Mike Gold (1)
mercy_gp (1)
Related resources for Code Generation
No resource found
For Developers Everywhere: Experience the Power of GitHub CoPilot
1/20/2023 3:41:22 PM.
Unlock the power of GitHub and take your development projects to the next level with GitHub CoPilot. Get faster and streamlined results with the assistance of powerful and intuitive tools and streamli
ThunderboltIoc - .Net Dependency Injection Without Reflection!
1/19/2022 4:30:40 AM.
Introduction and documentation for the new ThunderboltIoc framework which achieves dependency injection in .Net without reflection.
Generate EarlyBoundClass File With Code GenerationTool In Dynamics CRM
7/14/2021 1:23:01 PM.
In this article, you will learn how to generate EarlyBoundClass file with code generation tool in Dynamics CRM.
Download Dynamics CRM Tools Using PowerShell
6/23/2021 12:32:43 PM.
Dynamics CRM Development team require basic tools to work on for moving data, registering plugins, so this power shell script is used to create Configuration Migration Tool,Package Deployer,Plug-in Re
Getting Started With ASP.Net Web API 2: Day 6
5/24/2021 10:06:01 AM.
We will learn Scaffolding in Web API 2 in this article. Scaffolding is a Text Template Transformation and Toolkit (T4) based code generation framework for ASP.NET.
.NET Reverse Engineering: Part 2
1/11/2021 10:46:16 AM.
This article describes details of the .NET CLR and ILASM coding, including a detailed analysis of each opcode instruction and how to integrate an IL code into an existing high-level C# written code an
Choosing A Technology For Your Data Access Tier
11/25/2020 11:37:43 PM.
What are the criteria that software architects and developers should consider when choosing a technology to build their database access tier?
QR Code Generation App in Windows Phone
6/14/2014 2:17:06 PM.
We are implementing QR Codes in a Windows Phone 8 App.
Modifying or Adding the Default Code Generation/Scaffolding Templates in ASP.NET MVC3 Using T4 Code Generation
1/31/2012 11:42:25 PM.
In this article I will describe how to modify existing code or adding our own custom code generation for a scaffolding column for generating a Controller class and view in ASP.NET MVC3 using T4 Code Generation.
Using NVelocity and WithClass to Generate C# Code
9/23/2010 12:39:35 AM.
NVelocity is a powerful template engine for rendering text. When NVelocity is used in conjunction with a UML tool such as WithClass, you can generate code from diagrams you create with the tool. This article steps you through generating C# classes using the NVelocity engine inside of WithClass.
Dynamic Code Generation and Code Compilation
2/3/2006 4:44:04 AM.
This is a simple application for generating the code dynamically and compiling it dynamically.