kpanghmc

Stories submitted by kpanghmc

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

Blunt Architecture(kevinwilliampang.com)

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

A new open source lightweight web application framework built on the ASP.NET MVC framework showcasing ALT.NET best practices such as: Domain driven design Test driven development Inversion of control / dependency injection Model view controller read more...

add a comment |category: |Views: 13

tags: another

Best ASP.NET Twitterers(kevinwilliampang.com)

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

A list of twitter feeds every ASP.NET developer should subscribe to. read more...

add a comment |category: |Views: 14

tags: another

Programming Skills vs Life Skills(kevinwilliampang.com)

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

When I graduated from college, I thought that I had a pretty firm grasp on what it would take to survive in the real world. I had a solid foundation in the field of computer science and I was determined to immerse myself in my profession. I kept up with the latest and greatest design patterns, development tools, frameworks, and programming languages. I read books and blogs, listened to podcasts, went to conventions, and dabbled with open source projects as well as my own personal projects. I had it all figured out...or so I thought. read more...

add a comment |category: |Views: 8

tags: another

Faux Two-Factor Authentication(kevinwilliampang.com)

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

Why the financial industry's version of two-factor authentication isn't actually two-factor authentication. read more...

add a comment |category: |Views: 25

tags: another

Moving Domains Using ASP.NET(kevinwilliampang.com)

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

Short article on how to migrate domains using ASP.NET read more...

add a comment |category: |Views: 8

tags: another

FireBug Bug(lypang.com)

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

A possible fix for anyone else who is having trouble installing Firebug on Firefox 3 read more...

add a comment |category: |Views: 6

tags: another

How To Filter DZone's RSS Feed(lypang.com)

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

Did you know that you could filter the DZone RSS feed? I sure didn't. Here's how to do it. read more...

add a comment |category: |Views: 10

tags: another

The Great Office War(lypang.com)

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

Last Christmas one of my coworkers bought everybody on the development and sales staff Nerf guns. It's been surprisingly peaceful so far and they've only been used for firing at targets and performing drill excercises. However, I fear it's only a matter of time before it degenerates to this. read more...

add a comment |category: |Views: 4

tags: another

Metrosexual Developers(lypang.com)

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

A blog post I wrote on the value and importance of looking good as a software developer. read more...

3 comments |category: |Views: 752

tags: another

BlogEngine.NET Most Popular Posts Extension Fix(lypang.com)

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

I found a small bug in the Most Popular Posts extension for BlogEngine.NET. If you unpublish or delete a post that has a counter file, the extension will throw object reference not found exceptions. I posted the fix. Hope this helps someone! read more...

add a comment |category: |Views: 16

tags: another

SubSonic and The Repository Pattern(lypang.com)

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

An implementation of the repository pattern using SubSonic. read more...

add a comment |category: |Views: 232

tags: another

S#arp Architecture(lypang.com)

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

A brief article I wrote on the new S#arp Architecture framework that combines ASP.NET MVC with NHibernate to form a very solid project base for .NET projects. This project encourages the use of many of the "best practices" in the .NET world: test driven development, domain driven design, object relational mapping, model view controller, dependency injection / inversion of control, and separation of concerns. It's worth your while to take a look and give it a shot. read more...

add a comment |category: |Views: 33

tags: another