Quantcast
Channel: CSLA .NET
Viewing all articles
Browse latest Browse all 764

How T Save() will work ?

$
0
0
Normal 0 false false false EN-US X-NONE X-NONE

I am trying to learn CSLA framework, I'm not able to save  some table data. Please let me guide about step-by-step on how to create CSLA ASP.NET website.

I am trying to build a simple CSLA ASP.NET website with simple save , update and delete .

I am having book also of Rockford Lhotka . I would start with a simple template and expand it.

How can I save with given example : If Iam having Employee table with Employee class

Employee newEmployee = Employee.NewEmployee();

Then set the properties and call the save method....

newEmployee.FirstName = " jhon";

newEmployee.Save();

 

I found  public T Save();this  in BusinessBase<T> from metadata

How it will work ? Any Sample application or reference site that  you can provide ?

 

Thanks & Regards:

Jhon


Viewing all articles
Browse latest Browse all 764

Trending Articles