fatihsx

Stories kicked by fatihsx

Dependency Injection For Dummies(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 2 years, 6 months ago

The goal of this series is to introduce programming patterns and practices to developers who have little to no familiarity with them. This series does not intend to dive into the intricacies of each pattern / practice, but to give a brief overview that will (hopefully) inspire developers to learn more about them. read more...

add a comment |category: |Views: 617

tags: another

How to Enable Local Cache in Velocity Client(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 2 years, 10 months ago

Since I got this question twice this week, I’m writing this post. One of the features of Velocity (Microsoft Distributed Cache) is called local cache. In this post I’ll show how to enable that feature. read more...

add a comment |category: |Views: 15

tags: another

ASP.NET MVC Validation Refresh: Best Techniques & Frameworks(goneale.com)

submitted by gonealegoneale(1055) 2 years, 11 months ago

I just wanted to do a “refresher” post regarding ASP.NET MVC validation as many things have changed over the last couple of months and there is a lot of information out there. I wanted to aggregate my known validation options and recommend them in one tabular list. read more...

add a comment |category: |Views: 63

tags: another

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

New Tracing and Caching Wrapper Providers for Entity Framework(blogs.microsoft.co.il)

submitted by gilfgilf(2139) 2 years, 11 months ago

Yesterday two new Entity Framework Wrapper Providers were added to MSDN Code Gallery. The new providers: EFTracingProvider – adds the ability to log SQL commands that are executed against the data storage EFCachingProvider – adds query results cache to Entity Framework read more...

add a comment |category: |Views: 58

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

25+ Best ASP.NET MVC Tutorials and Articles(ajaxline.com)

submitted by Spider84Spider84(675) 3 years ago

In this article we collected best tutorials and articles about ASP.NET MVC. read more...

1 comment |category: |Views: 632

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

More ASP.NET MVC Best Practices(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 3 years ago

In this post, I’ll share some of the best practices and guidelines which I have come across while developing ASP.NET MVC web applications. I will not cover all best practices that are available, instead add some specific things that have not been mentioned in any blog post out there. Existing best practices can be found on Kazi Manzur Rashid’s blog and Simone Chiaretta’s blog. read more...

add a comment |category: |Views: 1837

tags: another

Asp.Net AJAX Poll using JQuery – A complete implementation with Admin(clientsideasp.net)

submitted by anzeranzer(135) 3 years, 2 months ago

In this blog post am going to explain how to develop an animated Asp.Net AJAX poll system using JQuery. The system will have a back-end (admin part) to add and manage polls. read more...

add a comment |category: |Views: 218

tags: another

Animated Collapsible/Expandable BlogEngine.NET Widgets(kvnc.net)

submitted by ozuolmezozuolmez(335) 3 years, 9 months ago

A sample solution for Animated Collapsible or Expandable Widgets in BlogEngine.NET read more...

add a comment |category: |Views: 273

tags: another