NovoGeek's Blog (Archive)

Technical insights of a web geek

Handling AJAX exceptions of ASP.NET using jQuery

Exception handling is an important feature in any business application. In simple words, it is all about catching ugly errors thrown by server and displaying them in a user friendly manner to the end user. (Of course, logging exceptions/notifications etc may also be a part of exception handling. ) ... [More]

Passing JSON objects in .NET 3.5

In my previous post, I have explained how to pass complex types using jQuery and JayRock in .NET 2.0 framework. I was digging a bit into Dave’s example (using complex types to make calling services less complex) in .NET 3.5 framework, to find how easier JSON serilaization/deserialization can b... [More]

jQuery and Microsoft!!

A good news to all jQuery and ASP.NET lovers! Microsoft supports jQuery and announces to ship it with the coming versions of Visual Studio!! Plz check the blog of Scott Gu (Corporate Vice President in Microsoft) and the blog of John Resig (creator of jQuery library!) for more info.

Rock On with JQuery & JayRock!!

I was telling in one of my previous blogs regarding mashups. Since then, I have been working on AJAX related stuff in my free time[ @ office also? :-) ]. As I told you, I was very much impressed by Omar Al Zabir's site. I was lucky enough to get a copy of his book and read it for few days. I can... [More]