Whats the future of Web-based scripting under .NET? If one wanted to write Web scripts that work with the widest variety of browsers?
You want to look into something called ASP .NET, which is a server-side scripting environment. What this gives you is the ability to use any .NET compatible language, built-in browser detection features you won’t need to hand-code, and compatibility with non-PC devices like Smart Phones and Pocket PCs. The future of Web scripting is server-side.
Related Questions
- Why do many web developers use server-side scripting languages like PHP when everything they e trying to do can be done with JavaScript?
- Do I have to write documentation about the metadata I’ve created for future web managers to refer to if they need to?
- What scripting languages can I use to write ZoomText scripts?