473,473 Members | 1,999 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

MyGeneration for .NET

MyGeneration is 100% free. Are you tired of hand coding business objects,
stored
procedures? Why not spend your time doing other things? Let us help you.
See http://www.mygenerationsoftware.com

We also offer a free .NET Architecture available in C# and VB.NET called
dOOdads that you can generate in seconds, we also have Gentle.NET,
NHibernate and other templates.

With dOOdads you can point and click on a table and generate your stored
procedures, business entities from both table and views and it takes mere
seconds, then you can work with your data like this:

From the Employee Northwind database:
See http://www.mygenerationsoftware.com/...s/dOOdads.aspx

// Load and Save
Employees emps = new Employees();
if(emps.LoadByPrimaryKey(42))
{
emps.LastName = "Just Got Married";
emps.Save();
}

// Add a new record
Employees emps = new Employees();
emps.AddNew();
emps.FirstName = "Mr.";
emps.LastName = "dOOdad";
emps.Save();

// After save the identity column is already here for me.
int i = emps.EmployeeID;

Nov 21 '05 #1
2 1329


Nov 21 '05 #2


Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Mike | last post by:
Announcing MyGeneration (100% Free) MyGeneration is a .NET developer tool that generates code from templates effectively and efficiently by combining a well known scripting engine with a...
2
by: Mike | last post by:
I need to determine where the "bit data" flag (as applied on a CHAR and other columns) is stored in the system tables. I'm trying to add data mappings to our product (MyGeneration) so if you ask me...
0
by: Mike | last post by:
Our Product is 100% free, we are not trying to sell anything here. MyGeneration is a .NET Code Generator that allows you to create templates in either VBScript or JScript, it also serves up all...
0
by: Mike | last post by:
Announcing MyGeneration (100% Free) MyGeneration is a developer tool that generates code from templates effectively and efficiently by combining a well known scripting engine with a powerful...
0
by: MyGeneration | last post by:
MyGeneration is 100% free, tired of hand coding business objects, stored procedures, why not spend your time doing other things? Let us help you. See http://www.mygenerationsoftware.com We also...
38
by: Radi Radichev | last post by:
Hi! I'm making a database application and i heard from a friend that it is more proffecional and easy to do this with bussines objects. Can anyone tell me where i can find more info on bussines...
1
by: ABC | last post by:
c:\Inetpub\wwwroot\xxxxxxx\DALDataAccess.dll Referenced class 'DALDataAccess.Vendors' has base class or interface 'MyGeneration.dOOdads.SqlClientEntity' defined in an assembly that is not...
4
by: mike.griffin | last post by:
My name is Mike Griffin and we are adding PostgreSQL support to our product, MyGeneration. MyGeneration pulls meta-data from DBMS systems to generate business objects and stored procedures and...
1
by: trihanhcie | last post by:
Hello I'm using entityspaces with Mygeneration to create data access layers. However, while it works perfectly with SQL server 2005, it looks like it doesn't with Oracle. I think the reason...
0
by: dariosalvi78 | last post by:
Hi, I am trying to use MyGeneration with a SQLCe database in the Compact Framework 2 environment. My first problem now is that MyGeneration (its latest version) has no template for the SqlCe...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.