css - Are Visual Studio web projects Web Standard friendly? -


I am struggling with some in-house developers that use some web apps using C # Are making

It seems that in VS 2008 native devices and components are not good about making web standard codes.

For example, the navigation component creates items in your table structure.

Anyway, create a nice, clean, browser-friendly code to create web projects from Visual Studio?

You can use the current ASP.NET controls to change the output. Set up is easy and you do not need to change any existing source code.

If you are bound to ASP.NET Winform, you can create your own control set or use 3rd party controls. There is also an XHTML that you can set to harden, so that the controls can be tried to provide a more legitimate core.

When you really want to write nice, clean, browser friendly code, you can put a look. ASP.NET MVC gives you full control over the output, but that means you have to do all the things for you WinForms currently ...

Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -