|
|
Stories recently tagged with 'CodeGeneration'
|
|
submitted by
olegsych
13 days, 7 hours ago
olegsych.com — This article describes a custom T4 directive processor for converting XML schema definitions into .NET classes, which allows using strongly-typed code to extract information from various XML files. In particular, this simplifies creating custom T4 code generation templates for LINQ to SQL .dbml files and ADO.NET Entity Framework .edmx files. The article includes links to ready to use xsd directive processor and sample source code. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
1 month, 7 days ago
olegsych.com — Database tables often contain columns that store “codes”, or values with special meaning. In application code, these special values can be encapsulated as enumerations. This article demonstrates how to use T4 code generation templates and Visual Studio CodeModel API to generate SQL views that encapsulate the special values for use in SQL code. read more...
|
|
tags:
CodeGeneration, SQL, VisualStudio, T4 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
reinberger
1 month, 11 days ago
mdafun.blogspot.com — This is part three of my five-part tutorial that shows how to implement a web-based database application with a powerful MDA-Tool called OlivaNova Modeler. In this part, I'll explain how to implement nearly any business logic within the software model. When generating the code, the business logic is also transformed into C# code that matches the business logic defined in the model - and of course - you could also transform it into Java J2EE code that behaves identically. read more...
add a comment
|
category: C# | Views: 7
|
|
tags:
Database, ASP.NET, CodeGeneration, UML, MDA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
reinberger
1 month, 16 days ago
mdafun.blogspot.com — This is part two of my five-part tutorial about implementing a web-based database application with the OlivaNova Modeler. In this part, we're going to discuss a rather simple task, the creation of classes, attributes, associations and inheritance. Modeling the class diagram is the foundation of modeling all other logics and user interface features, such as transactional business logic and AJAXified data views, filters and service forms. read more...
add a comment
|
category: ASP.NET | Views: 33
|
|
tags:
UML, MVC, MDA, AJAX, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
reinberger
1 month, 18 days ago
mdafun.blogspot.com — This article shows you how to implement a rock-solid, multi-tier, scalable, AJAXified C# ASP.NET client/server-application with ease. The tutorial consists of five parts that show how the application has been modeled. Today, I'd like to start with a short introduction and the specification of the application. read more...
add a comment
|
category: C# | Views: 53
|
|
tags:
AJAX, UML, Database, CodeGeneration, MDA | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
1 month, 30 days ago
olegsych.com — This post shows how to create unit tests that run during T4 template transformation. This approach allows creating automated tests for template code that relies on specific capabilities of a T4 host, such as access to Visual Studio extensibility APIs. The post includes a ready to use test runner for T4 unit tests. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
fintz69
2 months, 28 days ago
javicrespotech.blogspot.com — Javi shows how unique index information can be retrieved from SQL Server catalog in order to determine the relationship type (One-To-One or One-To-Many) in a code generation scenario. read more...
|
|
tags:
SQLServer, CodeGeneration, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
3 months, 1 day ago
olegsych.com — This article provides an in-depth look at the architecture of T4 template transformation process, discusses some constraints that limit template design, describes techniques that can be used to work around these limitations and points out some (sometimes undocumented) mechanisms for making your T4 templates more powerful. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
3 months, 30 days ago
olegsych.com — This article discusses design challenges developers face as complexity of their T4 templates increases; defines qualities of a reusable T4 templates; discusses techniques that can be used to achieve these qualities and compares their pros and cons. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
4 months, 13 days ago
olegsych.com — For some code generation tasks, like generating SELECT stored procedures based on indexes of a given database table, number of output artifacts may not be known upfront. Because T4 was designed to generate a single output file from one template file, developers are forced to generate multiple code artifacts in the same source file. This conflicts with the widely used practice of using one source file per code artifact. This article demonstrates how to work around this limitation of T4, generate multiple files from a single template and automatically add them to a Visual Studio project. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
madhavraop
5 months, 1 day ago
olegsych.com — Very good article on how to use T4 to generate strongly typed class for AzMan instead of accessing it using security application block read more...
|
|
tags:
T4, CodeGeneration, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
olegsych
5 months, 4 days ago
dotnet.org.za — Hilton Giesenow posted a link to the new MSDN how-to video about creating T4 templates and several ready-to-use project item templates that make T4 items available in the Add New Item dialog box of Visual Studio. read more...
|
|
tags:
CodeGeneration, T4, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Mike.Griffin
6 months, 4 days ago
entityspaces.net — Imagine never having to leave Visual Studio while creating and shaping your EntitySpaces based application. Simply pop into the "CodeSmith Explorer", right mouse on our "Master Template", execute it, include the newly generated files into your solution, compile, and you're off and running in a matter of a few minutes. So Sweet. read more...
1 comment
|
category: Architecture | Views: 1
|
|
tags:
ORM, CodeGeneration, 2008, Architecture, EntitySpaces | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
kirchi
6 months, 10 days ago
blog.devarchive.net — Automatic Generation of release version of javascript files using AjaxControlToolkit's JavascripCommentStripper.dll and T4 templates read more...
|
|
tags:
VisualStudio, CodeGeneration, T4 | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|