Microsoft Standars..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am looking for microsoft standards for developing web applications using
..net 1.1 and C#.
Specifically i am looking for:

1. UI standards
2. Naming Convention
3. Good coding practices.
4. Any demo/sample demonstrating microsoft approach to developing .net web
application.
 
i found the 'FotoVision' sample application very useful for learning good
techniques, and seeing how the best programmers write their code.
it's also a very useful application with lots of clever features that you
can incorporate into your application. it showcases web services, web
applications, windows forms, and mobile applications.

http://msdn.microsoft.com/smartclient/codesamples/fotovision/default.aspx

if you get to know this application quite well i'm sure you would pick up
the naming conventions and coding techniques. you may prefer to get a book
for that stuff though, i always find a book is an easier way to learn
something from basics.

hope this helps
tim
 
Back
Top