0% found this document useful (0 votes)
32 views10 pages

How To Create Fast and Much More Efficient

To create a fast and efficient database without coding, define classes to relate tables through references, create a context class to access and interact with the database, and write interfaces tagged for visibility to clients. When running the code, the database will be generated automatically the first time.

Uploaded by

Abhi Sharma
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views10 pages

How To Create Fast and Much More Efficient

To create a fast and efficient database without coding, define classes to relate tables through references, create a context class to access and interact with the database, and write interfaces tagged for visibility to clients. When running the code, the database will be generated automatically the first time.

Uploaded by

Abhi Sharma
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

How to create fast and much more efficient database without database coding

For creating database in this model we write normal coding classes as in other program, object are related by reference from one table to other depending upon classes defined in class attribute as once class can be defined as member attribute in other table

Now we define a context for accessing and interacting with database Here dbcontext is class defined in namespaces as defined in slides for accessing databse.

Now we write the interfaces that will be accessible by clients .ie functionality that can be visible on client side Tags placed over interfaces act as or guide studio to make them visible on client side for functionlty.

Know writing code for above functionality and defining various logic .// as sample given for idea

Know we just need run the code by just programing new class that will give final call to service and Dbcontext.

Know when debug DB for first time data base will be generated on fly..only thing iis

Database sample UI

You might also like