Browse by Tags

ASP.NET 2.0 issues: Validation of viewstate MAC failed
31 August 07 04:44 AM | estoychev | 0 Comments   
Have you ever experienced such error? Well, today I did. It is not easy to get it - you have to browse too quickly trough pages (or in one page) and click buttons (causing postback). Yep, sounds strange. The point is that if you have a page, with lets Read More...
Filed under:
ASP.NET asynchronous operations presentation + source code
21 July 07 12:14 PM | estoychev | 0 Comments   
Here I'm back from the Linux-bg and RIABG seminar where i've talked about Asynchronous operations on the client and on the server using MS AJAX and ASP.NET . It was my first ever presentation, people seemed interested though, and I had some great questions Read More...
Asynchronous operations on the client and on the server using MS AJAX and ASP.NET
17 July 07 01:22 PM | estoychev | 0 Comments   
This Saturday (21.07.2007) I'm going to speak at the RIABG seminar about executing async operations on the client and on the server using ASP.NET async pages and Microsoft AJAX library . I'll try to reveal some interesting points about the usage of async Read More...
Filed under: , ,
Wicked ASP.NET Programming
04 July 07 08:05 AM | estoychev | 0 Comments   
Today was the first day of the Wicked ASP.NET Programming presented by Dino Esposito who talked about The ASP.NET Underlying Machinery. The talks were based mainly on his book Programming Microsoft® ASP.NET 2.0 Applications: Advanced Topics . HTTP runtime, Read More...
Back from REMIX’07 Budapest
15 June 07 09:57 AM | estoychev | 0 Comments   
There is no better start of the week than being an attendee in the REMIX'07 conference in Budapest. It was my first time attending Microsoft conference and it was really great to be a part of this event. I'll try to point out the most interesting moments Read More...
Wicked ASP.NET Programming Seminar
02 June 07 01:36 AM | estoychev | 0 Comments   
Dino Esposito , one of the most trustworthy ASP.NET and AJAX speakers, is going to visit Sofia, Bulgaria and have a talk about ASP.NET infrastructure, building asynchronous pages, utilizing ASP.NET AJAX machinery and monitoring requests. Check out the Read More...
Great article about JavaScript for ASP.NET developers
15 May 07 01:16 AM | estoychev | 0 Comments   
K. Scott Allen has written a great article for ASP.NET developers who have no experience in JavaScript programming. It is a well structured article defining the JavaScript basics – What is right/wrong with JavaScript, Object Oriented JavaScript, JavaScript Read More...
Filed under: ,
Consuming RSS Feeds using ASP.NET
04 May 07 04:54 AM | estoychev | 0 Comments   
Introduction R eally S imple S yndication (RSS) is a great way to stay in touch with latest news and blogs. RSS delivers its information in simple XML document called " RSS feed ", " RSS channel ", " webfeed " etc. More about RSS format can be learned Read More...
Filed under: ,