0

All tutorials I can find is with database or entity framework. I just want a simple class as model with field creation and update from the view and using .aspx template.

Can somebody give me as simplest example as possible or point me an article on the web I've bee googling all day long without finding any.

1
  • You can always use ado.net directly, not sure what you are looking for exactly. Commented Dec 2, 2013 at 0:44

1 Answer 1

2

Simply use an EF Code First tutorial and remove the calls to DbContext - without DbContext, the entities are simply POCOs. Replace those calls with however you plan to persist/read your data.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.