Best practices in ASP.NET application development

  • Thread starter Thread starter Amelyan
  • Start date Start date
A

Amelyan

Could anyone recommend a book (or a web site) that defines best practices in
ASP.NET application development?

E.g.
1) Precede your control id's with type of control btnSubmit, txtName, etc.
2) Group relevant .aspx files into subfolders within your project
etc.
 
Microsoft best practices don't deal a whole lot with naming conventions.
Hungarian notation has kind of gone by the waysite.

The best practices really focus on important stuff such as security,
performance,
and object oriented practices. Where you put your files and what you
name variables just isn't that important anymore.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top