fatihsx

Stories submitted by fatihsx

SQL dependency with Velocity CTP3(blogs.microsoft.co.il)

submitted by fatihsxfatihsx(25) 2 years, 11 months ago

Velocity CTP3 was released on April 8 and one of the first things that interested me is the ability of removing items from the cache when they change in the database. Like the known SQL dependency in the .NET cache. read more...

add a comment |category: |Views: 52

tags: another

A Google-like Full Text Search(sqlservercentral.com)

submitted by fatihsxfatihsx(25) 2 years, 11 months ago

You can tap into the self-education that comes from countless hours spent at home trying to locate information on the Web and turn it to your advantage in your own SQL Server-based search applications. With just a little bit of code you can help reduce your training costs and give your users an easy to use interface that will make them want to use your search applications. read more...

add a comment |category: |Views: 133

tags: another

Using IIS 7.0 Dynamic Compression with ASP.NET Output Cache (blogs.msdn.com)

submitted by fatihsxfatihsx(25) 3 years ago

This post discusses an efficient way to compress content served by the ASP.NET output cache. read more...

add a comment |category: |Views: 23

tags: another

Easy Compression with ASP.NET MVC(thegrubbsian.com)

submitted by fatihsxfatihsx(25) 3 years ago

ASP.NET MVC already comes with great performance out of the box…due mostly to the lightweight nature of the framework. However, in the never-ending pursuit of faster load times I starting looking into what it would take to put together an Action Filter to compress the output of a controller action. read more...

add a comment |category: |Views: 20

tags: another