Previously in ASP.NET when you wanted to output html directly on the aspx page, you would do something like:
<%= myString %>
In ASP.NET 4, there is a new shorthand which also html encodes your output string:
<%: myString %>
enjoy!
Previously in ASP.NET when you wanted to output html directly on the aspx page, you would do something like:
<%= myString %>
In ASP.NET 4, there is a new shorthand which also html encodes your output string:
<%: myString %>
enjoy!
So I moved this site over to my new webhost, hostgator, last night and I can already tell it was a good move. I was a bit wary at first because of some negative things I’ve read about them, but thus far I have no complaints. The control panel is noticeably more responsive and stuff doesn’t just time out anymore. Hopefully this performance is consistent as I continue to use their service.