garfunkalow

Stories kicked by garfunkalow

Being a “nice” programmer(objectreference.net)

submitted by Vort3XVort3X(1335) 4 years, 1 month ago

Being a C# developer by trade, I naturally spend a lot of my working life programming computers. Whilst I by no-means profess to be a “guru” of any kind, I do notice that there is one aspect of software development that is often neglected from discussion, and most programmers will hopefully agree with me as I explain. read more...

add a comment |category: |Views: 14

tags: another

Facebook Development Kit(microsoft.com)

submitted by antibugsantibugs(215) 4 years, 6 months ago

Framework for developing FaceBook apps read more...

1 comment |category: |Views: 82

tags: another

Lambdas and Closures and Currying. Oh my! (Part 2)(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 6 months ago

In this installment, we delve deep into the syntax of lambdas in C# 3.0 and how exactly you would use them. read more...

1 comment |category: |Views: 13

tags: another

Lambdas and Closures and Currying. Oh my! (Part 1)(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 4 years, 6 months ago

Part 1 of an n part article on functional programming in C# 3.0, from the viewpoint of a functional programming novice! read more...

2 comments |category: |Views: 15

tags: another

Create elegant code with Action delegate and List.ForEach method(dotnettipoftheday.org)

submitted by manovichmanovich(755) 4 years, 6 months ago

Small example of how to use Action delegate to perform some action on all elements of a collection. read more...

9 comments |category: |Views: 645

tags: another

MVC or MVP Pattern – Whats the difference?(blogs.infragistics.com)

submitted by uadozeruadozer(650) 4 years, 6 months ago

This awesome post explains differences between MVP and MVC patterns using VS Class Diagrams read more...

3 comments |category: |Views: 611

tags: another

Who wrote this crap?(codinghorror.com)

submitted by sepdevsepdev(115) 4 years, 6 months ago

Jeff Atwood blogs about a neat feature of Visual Studio Team System. See who the last person changed the code. read more...

2 comments |category: |Views: 6

tags: another

Are you making these 3 common ASP.NET AJAX mistakes?(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 7 months ago

An overview of the impact several ASP.NET page life cycle issues have on ASP.NET AJAX development, and how to avoid them. read more...

6 comments |category: |Views: 397

tags: another

How to work with drop down lists without using the view state(blog.vuscode.com)

submitted by malovicnmalovicn(1590) 4 years, 7 months ago

Storing large number of items into the view state bloats the view state size. This blog post presents very simple technique to avoid this... read more...

2 comments |category: |Views: 7

tags: another

F# to become 1st class .NET language(blogs.msdn.com)

submitted by JudahGabrielJudahGabriel(814) 4 years, 7 months ago

F#, the functional programming language born from ML and incubated by Microsoft Research,, is ready for prime time. Full Visual Studio support, a commercial development team, official support, the whole bit. F# becomes the first functional language to get 1st class support on the CLR. read more...

5 comments |category: |Views: 19

tags: another

Another Vibrant Ink Theme for Visual Studio(blog.wekeroad.com)

submitted by kevnzkevnz(858) 4 years, 7 months ago

Rob shows off his new version of the version of the Vibrant Ink theme for Visual Studio. read more...

2 comments |category: |Views: 899

tags: another

ASP.NET - Server.Transfer v/s Response.Redirect(techahead.wordpress.com)

submitted by prashantvictoryprashantvictory(605) 4 years, 7 months ago

This article tell you the difference between Server.Transfer and Response.Redirect. read more...

7 comments |category: |Views: 67

tags: another