Why Should You Pursue a Microsoft Certification?
jun 28,
2017
If you’re considering taking a Microsoft Official Curriculum course (or your company is considering sending you to one) you should know that it’s a good choice for both of you. The most obvious benefit of taking a Microsoft Official Curriculum (MOC) course is that you’re getting information about Microsoft technologies from the source. Coupled with […]
Localizing ASP.NET MVC routes/URLs
jul 15,
2016
Most websites now use some form of ”pretty” URL. Gone are the days of URLs that exposed the relative path structure of the server…ending in ”Default.aspx”. There are many benefits to decoupling your URLs from the underlying technology. URLs should really be viewed as part of the presentation layer. They are part of the user […]
Logging ASP.NET MVC errors using ELMAH
feb 18,
2016
When beta testing an application it’s important that you receiving high quality error reports. We’ve all had users send reports such as "It’s broken." "My screen looks funny." "I can’t log in." Far better to have the application itself report any errors. That provides actionable data, including type of error location of error stack trace […]
Using Web Forms in an MVC Site
nov 21,
2013
I’m teaching an HTML5 course this week, but one of my students had an ASP.NET question: how do you combine Web Form pages with ASP.NET MVC? It’s an interesting question, and not one that’s covered in any of our courses. Our MVC class covers MVC, our Web Form course covers Web Forms… and never the […]
Supporting Multiple Versions of jQuery
okt 31,
2013
I was in New York recently teaching my ASP.NET Web Forms class while one of my colleagues was teaching my jQuery class a couple of doors away. One of the students in the jQuery class asked an interesting question, and since another instructor – Randy Casburn – was sitting in the back of the room, […]