473,396 Members | 1,853 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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 1327


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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.