gsoir

Stories kicked by gsoir

What ASP.NET MVC Can Learn From Ruby on Rails(kevinwilliampang.com)

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

What I think ASP.NET MVC can learn from Ruby on Rails. read more...

add a comment |category: |Views: 482

tags: another

Introdction to S#arp Architecture(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 4 months ago

An introduction to the S#arp Architecture for the ASP.NET MVC Framework. read more...

add a comment |category: |Views: 401

tags: another

Suspicious DNK Accounts(mattberseth.com)

submitted by jacook11jacook11(350) 3 years, 6 months ago

Conclusion There is an incentive for publishers that use DNK to setup phony accounts that will help get stories from certain domains on the front page. So guess what happens ... it would appear that a certain number of people are doing this. read more...

7 comments |category: |Views: 336

tags: another

Microsoft kills Linq to SQL(ayende.com)

submitted by JonSagaraJonSagara(310) 3 years, 6 months ago

Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. read more...

5 comments |category: |Views: 1388

tags: another

Do We Need Another Open ID Provider?(kevinwilliampang.com)

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

Microsoft recently announced that Windows Live ID will be an Open ID provider, but not an acceptor. Does this really do anything to further the Open ID movement? read more...

add a comment |category: |Views: 169

tags: another

Is Code Coverage Really All That Useful?(kevinwilliampang.com)

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

Test driven development proponents often tend to push code coverage as a useful metric for gauging how well tested an application is. 100% code coverage has long been the ultimate goal of testing fanatics. But is code coverage really all that useful? If I told you that my application has 100% code coverage, should that mean anything to you? read more...

1 comment |category: |Views: 252

tags: another

Zip Compressing ASP.NET Session and Cache State(hanselman.com)

submitted by jdschwarjdschwar(365) 3 years, 7 months ago

Scott Hanselman discusses a recent podcast with the team from StackOverflow where it was mentioned that they compress the Cache or Session data in ASP.NET, enabling them to store about 5-10x more data. read more...

1 comment |category: |Views: 288

tags: another

10 Programming Proverbs Every Developer Should Know(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 7 months ago

Proverbs are used to express universal truths or life lessons in a short and memorable fashion. I find that they are a great way to keep things in perspective, both in life and in work. Because of this, I have assembled 10 programming proverbs that every developer needs in their arsenal. read more...

add a comment |category: |Views: 1213

tags: another

Mapping Enums To Strings and Strings to Enums in .NET(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 8 months ago

How to easily map enums to strings and vice versa using the Description attribute. read more...

add a comment |category: |Views: 25

tags: another

Debugging and the Five Stages of Grief(itmanagement.earthweb.com)

submitted by kpanghmckpanghmc(2055) 3 years, 8 months ago

An article I wrote about the debugging process and the emotional toll it takes on developers. read more...

add a comment |category: |Views: 20

tags: another

Top 10 Things That Annoy Programmers(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 8 months ago

Programmers all have their personal pet peeves. Whether it's scope creep, Hungarian notation, or smelly coworkers, there are certain nuisances that we must put up with in our line of work. The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow along with some of my own experiences as a programmer: read more...

1 comment |category: |Views: 946

tags: another

Visual Studio Tip: Split Views(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 9 months ago

There are a couple of ways to get a split view in Visual Studio. Both are incredible time savers that I use daily. The first is one that most developers will be aware of, but the second seems to be one that many do not seem to know about. read more...

3 comments |category: |Views: 810

tags: another

Exception handling with Action Filters in Asp.Net MVC(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 9 months ago

A short screen cast on exception handling with Action Filters in Asp.Net MVC. We will create a custom Action Filter and have it perform our exception handling logic. read more...

add a comment |category: |Views: 286

tags: another

13 features I'd like to see in BlogEngine.NET(jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 9 months ago

As you probably know by now I use BlogEngine.NET as my blogging platform. In order to become more powerful engine I suggest thirteen (more or less) common features, like ability to unsubscribe from comment notifications, group comments&trackbacks and much more. read more...

add a comment |category: |Views: 238

tags: another

Dependency Injection and Webform Applications(lowrymedia.com)

submitted by brianjlowrybrianjlowry(640) 3 years, 9 months ago

This post discusses how I implement dependency injection with WebForm applications using a base class for pages. I use Windsor; however, the DependencyResolver class is written to be swapped out with an implementation of IDependencyResolver so that you can use any DI framework. read more...

add a comment |category: |Views: 32

tags: another

ASP.NET MVC Tip #33 – Unit Test LINQ to SQL(weblogs.asp.net)

submitted by tiernanotiernano(1674) 3 years, 9 months ago

In this tip, Stephen Walther demonstrates how to unit test the LINQ to SQL DataContext object by creating a Fake DataContext. You can perform standard LINQ to SQL inserts, updates, deletes and LINQ queries against the Fake DataContext. read more...

add a comment |category: |Views: 42

tags: another