niekumaty

Stories kicked by niekumaty

Sculpture - New track in the Model-Driven Development Dream.(codeplex.com)

submitted by ANegmANegm(50) 3 years, 8 months ago

What is Sculpture? * Sculpture is a .NET open source Model-Driven Development code generation framework ideal for creating and managing .NET Enterprise Applications. * With Sculpture you can model your application components, and then transform this model to deployable components for your favorite technology. * Sculpture comes with a host of ready-made Molds (The word “Molds” come from Molding) like (DAAB, NHibernate, LINQ, WCF, ASMX, SQL Server, MYSQL …). * Sculpture contains a Guidance Package for building your own Mold or customizes existing ones. If you have a custom architecture, using this Guidance Package, you can build a custom code generator with your favorite Technology to fit your needs. * Sculpture can generate any kind of text output using templates (source code, database scripts, web pages, XML, configuration files, etc.). * Sculpture raises the level of abstraction, for example the data access layer part in your model may be transformed to NHibernate implementation and with minor changes it can be transformed to LINQ implementation, and in the future can be transformed to “X” framework, which we don’t know it now. read more...

add a comment |category: |Views: 258

tags: another

How to respond with code 404 (Not Found) in ASP.NET(dotnettipoftheday.org)

submitted by rimsystemsrimsystems(6119) 3 years, 9 months ago

Quick tip on using HttpException read more...

1 comment |category: |Views: 297

tags: another

Completely Scripting a SQL Server Database(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 9 months ago

A guide on how to easily script out an entire database (schema and data) using the Database Publishing Wizard. A tool that you may not know you have access to. And if you have Visual Studio 2008, you already have installed! read more...

add a comment |category: |Views: 384

tags: another