fehaar

Stories kicked by fehaar

10 illustrated examples of Visual Studio 11(www.troyhunt.com)

submitted by troyhunttroyhunt(831) 1 month, 8 days ago

Visual Studio 11: it’s new and it’s grey but there’s more to it than just a dour monotone veneer. Here are 10 things that make it a step forward from the old. read more...

2 comments |category: |Views: 487

tags: another

Open DBDiff for SQL Server 2008(www.ginktage.com)

submitted by isenthilisenthil(2309) 1 month, 8 days ago

Last few weeks , i have been playing around with this cool tool called Open DBDiff . As the name suggests Open DBDiff read more...

1 comment |category: |Views: 152

tags: another

10 tricks that will make your jQuery enabled site go faster (csharptutorial.blogspot.com)

submitted by bacalaobacalao(320) 1 year, 5 months ago

During the last few weeks, I've had the chance to go more in depth with jQyery and general site performance. I've found some techniques that makes my site go much faster. I don't know if they're all best practice, but this article is meant to at least give you some good ideas. read more...

1 comment |category: |Views: 751

tags: another

Naked MVVM - simplest MVVM architecture(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 1 year, 6 months ago

Article showing the concepts behind very simple MVVM implementation. read more...

add a comment |category: |Views: 878

tags: another

Timing The Execution Time Of Your MVC Actions - Nick Berardi's Coder J(coderjournal.com)

submitted by javeryjavery(5523) 1 year, 6 months ago

Awesome approach for timing MVC Actions read more...

add a comment |category: |Views: 153

tags: another

Easy Email Templates in .NET with FluentEmail(dkdevelopment.net)

submitted by dkarzondkarzon(135) 1 year, 8 months ago

How to send emails using a HTML Template and FluentEmail in C#.NET read more...

1 comment |category: |Views: 417

tags: another

The Kayak Framework: An easy way to speak HTTP with .NET(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 2 years, 3 months ago

Kayak is a lightweight HTTP server for the CLR, and the Kayak Framework is a utility for mapping HTTP requests to C# method invocations. read more...

3 comments |category: |Views: 447

tags: another

Painless Caching, Memoization for .NET(explodingcoder.com)

submitted by spoulsonspoulson(327) 2 years, 3 months ago

When searching for .NET discussions of I-don't-even-remember, I somehow came across Dustin Campbell's blog post about automatic memoization with C#. I instantly remembered first reading about this topic in Higher Order Perl, which at the time introduced me to this handy technique using the delegate pattern. After looking over Dustin's code, I liked the simplicity of wrapping any delegate with a single method call. This makes for an academic discussion, but I thought this could be much more practical if we abstracted the concept a bit more. read more...

add a comment |category: |Views: 767

tags: another

Translating routes (ASP.NET MVC and Webforms)(blog.maartenballiauw.be)

submitted by maartenbamaartenba(5845) 2 years, 4 months ago

For one of the first blog posts of the new year, I thought about doing something cool. And being someone working with ASP.NET MVC, I thought about a cool thing related to that: let’s do something with routes! Since System.Web.Routing is not limited to ASP.NET MVC, this post will also play nice with ASP.NET Webforms. But what’s the cool thing? How about… translating route values? read more...

1 comment |category: |Views: 251

tags: another

.NET 4.0 and System.Threading.Tasks(www.codethinked.com)

submitted by veverkapveverkap(815) 2 years, 4 months ago

Quick look at threading in .NET 4.0 and the new System.Threading.Tasks. read more...

1 comment |category: |Views: 653

tags: another

Measuring the Performance of Asynchronous Controllers(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 4 months ago

It's easy enough to start using Asynchronous Controllers with ASP.NET MVC 2.0. But how do you know whether it's giving you any benefits? You might be surprised to learn that, in many default scenarios, you won't get any benefit unless you also make some crucial configuration changes. In this blog post you'll see a simple way to load test your asynchronous controllers, and find a rundown of important configuration options that will dramatically affect their behavior. read more...

add a comment |category: |Views: 212

tags: another

My Favorite Helpers For ASP.NET MVC(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 4 months ago

Rob shares some of his frequently used helpers for working with ASP.NET MVC. read more...

1 comment |category: |Views: 473

tags: another

Large or asynchronous file uploads in ASP.NET MVC(dimebrain.com)

submitted by johnsheehanjohnsheehan(4785) 2 years, 4 months ago

The challenge of uploading large files in ASP.NET through HTTP is not a new challenge. In addition to handling large files, users often request an experience that shows the progress of an upload as it occurs. When you have either or both of these requirements, or if you simply need direct control of a stream of file data uploaded from a browser, you invariably hit the wall. I set about solving the problem in an ASP.NET MVC-specific way. read more...

add a comment |category: |Views: 866

tags: another

The Internet Isn't Being Held Hostage(www.codethinked.com)

submitted by sindestinosindestino(89) 2 years, 4 months ago

A very good analisys about the state of the Internet and how the prevalence of IE is holding back its evolution. read more...

2 comments |category: |Views: 245

tags: another

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

Ruby’s send in C#(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 2 months ago

An C# implementation of the send function found in Ruby. read more...

add a comment |category: |Views: 376

tags: another