Monthly Archives: October 2010
Web service proxy in ASP.NET MVC – how to avoid cross-site script warnings
| October 19, 2010 | Posted by Matt under .NET, Ajax, Web |
In this article I will walk through the process of creation of web service proxy in ASP.NET MVC. This is specifically useful as a method of preventing cross-site scripting (XSS) warnings on web page. This is a feature of all modern web browsers and cannot be easily omitted as it enforces same origin policy. This sort…
Clustered vs. Non-clustered indexes in SQL Server
| October 14, 2010 | Posted by Matt under SQL |
In this article I will make attempt to outline differences between clustered and non-clustered indexes in SQL Server. Be fully aware that it is not going to be comprehensive explanation, but rather brief overview highlighting purpose of both types of indexes. Indexes Indexes are one of the most important part of database optimization, especially for large…
I am IT professional with over 10 years of experience in computer programming and web development, specializing in Microsoft technologies.



Recent Comments