DCSIMG
TECH - LINQED.NET

LINQED.NET

This blog is about .NET and related technologies
By Vlad Azarkhin

Browse by Tags

All Tags » TECH (RSS)
WDC.IL February Meeting: Facebook for Developers
Update: the event date has changed due to the “Family Day” The February Web Developers Community meeting will be held on February 3, 2011 ,February 6, 2011 as usually at Microsoft Israel Offices in Ra'anana. This is going to be a special meeting. First, we are saying good bye to Noam King, who has established this community 3 years ago. Vlad Azarkhin and Gal Kogman will take of this communty starting with this meeting. Second, we're launching the WDC Israel official Facebook page , and following...
Posted: Jan 25 2011, 01:55 PM by linqed | with no comments
תגים:, , , ,
Network Traffic Capturing with IE9 Developer Tools
  Internet Explorer 8 has introduced developers tools for inspecting and debugging web pages. It allows, for example, selecting a DOM element and investigating it, debugging JavaScript by stopping on errors or breakpoints and some other useful stuff. However, one thing was missing there: network traffic capturing and analysis. Traffic capturing is vital for analysis of your web site. Such tools usually show all the resources that are downloaded during a request, along with their response status...
Posted: Oct 06 2010, 02:37 PM by linqed | with 2 comment(s)
תגים:, , , ,
AppFabric Caching Talk Materials
Thanks to all the attendants of the yesterday’s session. I had a lot of fun, hope you had too. Please feel free sending me questions and comments. You can find slides and demos from the session on my SkyDrive: Have fun. Yours, Vlad Share | var addthis_config = {"data_track_clickback":true};
AppFabric Caching Talk @ WDC Today!
It is still not late to register and take part in the talk. This talk is going to be one of the richest sources of information about AppFabric Caching available, so you will definitely benefit from it. For details and registration: https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032460308&Culture=he-IL Here is the abstract for the talk: A vast majority of web applications use some kind of relational database to keep data. As it turns out, databases, while being robust, are the source...
Dealing with the “Padding Oracle” ASP.NET Security Vulnerability
I was planning updating my previous post , further explaining the “Padding Oracle” vulnerability, but have decided to write new post instead, explaining how you can minimize the chance of hacking. I think it will be more practical. A brief reminder: the vulnerability is based on the ability of the attacker to detect a decryption error when sending a modified request. In this post, I’ll work on  a simple but typical application. I’ve seen hundreds of applications like that. The application uses...
“Padding Oracle” ASP.NET Vulnerability Explanation
Share | var addthis_config = {"data_track_clickback":true}; Yesterday (Sept 18), Microsoft have released a Security Advisory for a newly discovered vulnerability in ASP.NET applications. Following the advisory, Scott Guthrie has published a blog post regarding this vulnerability, detailing an eligible workaround for preventing the exploit. However, according to the investigation I’ve done during the past couple of days, unfortunately, this workaround is far from being enough for plugging...
An Ethernet cable looks like a telephone cable…
This is the message I’ve got while troubleshooting Windows 2008 R2 Server wireless LAN: Isn’t Windows Server meant to be a server operating system aimed for IT professionals, that are supposed to know how the Ethernet cable looks like? And BTW, the Israeli telephone connector is actually larger then the  Ethernet connector.
How I found the Typemock’s Easter Egg using SEO Toolkit
IIS SEO Toolkit is a free and powerful module of the IIS7 Web Platform, helping developers and web site administrators to improve their site’s relevance for the search engines, such as Google or Bing . The module is, basically, crawls through any given web site, downloads all of its content to the local hard drive, analyzes the content for SEO issues and gives a detailed report, including many different details, such as words count, or URLs leading to a certain resource of the analyzed web site....
Posted: Apr 07 2010, 06:04 PM by linqed | with 4 comment(s)
תגים:, , ,
Application Monitors may hurt performance badly
I’ve just spent two days and a night between them on the client site, trying to solve a severe performance problem with the application, that Netwise (the company I work for) has developed. It is an ASP.NET web application, running on Windows 2008 R2 with IIS 7.5 on a 4-CPU/8G machine. We’ve fine-tuned every possible IIS and ASP.NET setting, defined data caching, output caching, profiled almost every line of the code, however, the application still ran very badly, even when tested with 50 concurrent...