Türkçe   |   English
Calendar
Categories
Archive
Links
Blogroll
Files

22.04.2009
How green is your pc?

Today while surfing on the internet I saw articles about Green IT which is one of the most popular topics. There was another topic about an application that can measure your computer is how environment friendly and also makes your computer work more environment friendly. Application is built on the idea of turning off your devices that consumes power such as screen, hard disks in period of inactivity. Application can also schedule timelines for different profiles such as work hours, non working hours. You can also see how much energy you saved by changing your profile and what is the amount of CO2 emission that your computer indirectly caused.

For further information you can visit http://www.microsoft.com/environment/edison.aspx .

News
Comments(0)

20.04.2009
Invalid Viewstate Exception
It is certain that you have recieved "System.Web.HttpException: The client disconnected. ---> System.Web.UI.ViewStateException: Invalid viewstate" message if you are logging exceptions in a web application. There are lots of reasons of this problem. These reasons may be the difference in machine key configuration of applications that are running in a web farm, Firewall or antivirus softwares that running on web server or trimming of hidden viewstate field at client's proxy server or firewall. However there are no possible solutions that can be made by developer for the first two reasons, there is a solution for the last reason. In web.config file at the pages element of System.Web node you can set maxPageStateFieldLength property to 512 or another value by typing maxPageStateFieldLength="512". This change made to web.config file will cause the application split viewstate field to strings that maximum 512 character length. I had significant decrease at the number of Invalid Viewstate errors.
Clues,Codes
Comments(0)

16.04.2009
Are You Certifiable?

This is a very funny game developed by Microsoft using Silverlight for whose want to have a certificate or just test their knowledge.

Also it is great to have different questions for IT Professionals and Developers.

If you are so ambitious to play, you can visit http://www.microsoft.com/click/areyoucertifiable/ without wasting time.

News,Funny
Comments(0)

01.04.2009
MVP Again
I have been awarded as Microsoft MVP this year. This is the fourth time I have been awarded in a row. I would like to thank everyone who has supported me. My category is C# as usual. C# Forever :)
News
Comments(0)




Photos

Los Angeles 28
Show All
Me in MSDN Forums
Entries
News
Articles