Related resources for Code Generation
  • Scaffolding ASP.NET Core MVC10/11/2024 6:03:08 AM. In this article, you will learn about scaffolding ASP.NET Core MVC.
  • Database First Approach in .NET Core7/25/2024 7:54:49 AM. Discover the Database First Approach in .NET Core with our comprehensive guide. Learn how to efficiently integrate databases into your application using Entity Framework Core, design robust data model
  • Github Copilot: The Good Points and the Key Points 6/19/2024 7:48:48 AM. It is undeniable. Github Copilot has single-handedly revolutionized software development for all developers worldwide. The way development is done is bound to evolve but the key part is not AI, but th
  • Phi Silica is Microsoft’s AI model for Windows Developers5/27/2024 11:48:51 AM. Phi Silica, Microsoft's AI model for Windows developers, boosts productivity by offering AI-powered assistance in code generation and software engineering tasks. Tailored for the Windows ecosystem
  • How to Use Microsoft Copilot in Excel5/24/2024 4:28:07 AM. Microsoft Copilot in Excel is an AI-driven tool designed to assist users in performing data analysis, generating insights, and automating tasks. Herein this article we will learn how to get started wi
  • Introduction to Microsoft Copilot5/22/2024 10:54:38 AM. In today's fast-changing world of artificial intelligence (AI), Microsoft has launched a powerful new tool called Microsoft Copilot. Built into the Microsoft 365 suite, Copilot uses advanced AI to
  • Dynamic Objects And Alternatives To Reflection5/17/2024 10:22:34 AM. The CodexMicroORM open-source project on GitHub includes several features to help you create fast, concise .NET deliverables. One such feature is implemented in the Performance. cs file and enables dy
  • Generate Barcode Using Spire.Barcode Library5/17/2024 10:22:11 AM. The Spire. Barcode library offers a versatile solution for generating barcodes in C#. With comprehensive features and clear documentation, it simplifies barcode creation, encoding, and customization,
  • Create Your Custom Copilot And Integrate Into Teams5/14/2024 11:35:01 AM. Create your custom Copilot for Teams, integrating code generation into chats. Utilize Microsoft Bot Framework for seamless integration, enabling code assistance within Teams conversations for enhanced
  • Database First Approach in MVC 5: Part 24/25/2024 10:41:59 AM. In MVC 5's Database First Approach (Part 2), delve deeper into leveraging Entity Framework for seamless integration with existing databases. Explore scaffolded views, data validation, and CRUD ope
  • Create Your Customized Copilot Using Microsoft Copilot - Part 1 4/25/2024 10:13:39 AM. Create your own personalized Copilot with Microsoft Copilot, leveraging its AI prowess to enhance code generation and streamline development tasks. This series explores customizing Copilot for tailore
  • Database First Approach in MVC 5: Part 14/25/2024 10:10:15 AM. This article shows the development of an ASP.NET Web application in an MVC 5 project template that connects with a database that exists already and allows the users to interact with the data.
  • Table Splitting in Entity Framework4/25/2024 5:56:24 AM. Entity Splitting in Entity Framework involves mapping an entity across multiple database tables, aiding in organizing data and optimizing performance. Table Splitting divides a single table into two,
  • Mapping TVFs Using Entity Framework Database First4/24/2024 7:43:49 AM. Map table-valued functions (TVFs) in Entity Framework Database First by importing them as function imports. Utilize EDM Designer to create complex types for TVF results, enhancing data retrieval and m
  • Terminologies in MVC: Part 3 (Scaffolding)4/1/2024 8:34:00 AM. This article is a sub-part of my MVC article series. This series contains all the terminologies, acronyms and terms usually used in the MVC framework. Knowledge of these is as important as knowing Mod
  • Exploring Blackbox AI Code Generation, Code Chat, and Code Search for VS Code3/15/2024 5:31:56 AM. Discover the latest enhancements in Visual Studio Code (VS Code) with Blackbox AI Code Generation, Code Chat, and Code Search features. Boost productivity, streamline collaboration, and navigate code
  • Entity Framework 6.0: NGen.exe and Startup Performance3/7/2024 8:48:20 AM. This content discusses native code generation, focusing on the process where the Just In Time (JIT) compiler converts MSIL code into native code for execution. It explains how the Native Image Generat
  • Exploring AI-Driven C# Development with GitHub Copilot3/7/2024 4:00:58 AM. One of the most exciting advancements in this space is GitHub Copilot, an AI-powered coding assistant specifically designed to streamline the development process for C# programmers. This article delve
  • Build ASP.NET Core API Using Existing Database2/28/2024 10:16:53 AM. I’m sharing a short overview of Asp.NET Core. The journey of .NET Core started with the purpose of Microsoft to build a common .NET base library that provides a common foundation to all its platforms.
  • Microsoft Kiota Command Line Tool10/16/2023 11:59:25 AM. The Microsoft Kiota Command Line Tool is a software utility designed by Microsoft that aids developers in generating code for Microsoft's Kiota API client libraries. It offers a command line inter
  • Dynamic Code Generation And Code Compilation9/25/2023 4:55:50 AM. Dynamic code generation and code compilation refer to the process of creating and compiling code at runtime rather than at compile time. This technique is often used in scenarios where the structure o
  • For Developers Everywhere: Experience the Power of GitHub CoPilot5/22/2023 2:22:50 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 CRM7/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 PowerShell6/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 65/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.
  • Choosing A Technology For Your Data Access Tier11/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 Phone6/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 Generation1/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# Code9/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.