Stories recently tagged with 'Shit'

Visual Studio Gallery launches(visualstudiogallery.com)

submitted by JemmJemm(9604) 3 years, 11 months ago

To add another resource to enhance your development experience, today we’re launching the Visual Studio Gallery. This site provides a catalog that showcases free and commercial products that complement or extend Visual Studio. read more...

add a comment |category: |Views: 19

tags: another

Creating a Simple Site Wide User Notification Pattern(blog.reamped.net)

submitted by kayoskayos(890) 3 years, 11 months ago

When creating websites, it seems that one problem I always run into is how to gracefully notify the user of errors or display messages to them. In most of my sites I use master pages, so I thought it would be pretty sweet to integrate a messaging pattern into my master pages. read more...

add a comment |category: |Views: 26

tags: another

Immediate Window - A forgotten tool(ohnull.com)

submitted by nillfmnillfm(265) 3 years, 11 months ago

A little bit about the Immediate Window tool available in Visual Studio. read more...

2 comments |category: |Views: 36

tags: another

Quick and Dirty Memory Utility Methods(vonsharp.net)

submitted by viggityviggity(1124) 3 years, 11 months ago

Ever curious how much memory that suspect object is hogging on the heap? Find out quickly and easily with a few lines of code. read more...

3 comments |category: |Views: 10

tags: another

LINQ.Flickr 1.2(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1901) 3 years, 11 months ago

Last week, I have released LINQ.Flickr 1.2 , this new release comes with some bugs fixes requested by community. The best of them was not to be able to search only by user and with specific photo size. The bug started after converting it to use LinqExtender instead of its own query logic. So, now here it is... read more...

add a comment |category: |Views: 3

tags: another

Silverlight 2.0 (beta 1) Controls Screenshot(dannydouglass.com)

submitted by DannyDouglassDannyDouglass(1260) 3 years, 11 months ago

SilverlightShow has a nice post up detailing the controls that will be available in the Silverlight 2.0 beta 1 release. The news was originally posted on Shawn Burke's blog, but it appears that the he was forced to take down the screen shot. Thanks to SilverlightShow that graphic is still visible and is also now posted on my blog. Exciting stuff! read more...

1 comment |category: |Views: 7

tags: another

Common console commands for the typical ASP.NET developer(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 11 months ago

Common commands to manage your ASP.NET websites. read more...

1 comment |category: |Views: 4

tags: another

Quick And Simple DependencyInjection With StructureMap(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 11 months ago

A very quick guide to IoC using StructureMap. read more...

2 comments |category: |Views: 683

tags: another

Creating IN queries with Linq(blog.wekeroad.com)

submitted by berkoberko(170) 3 years, 11 months ago

Rob Conery presents the ins-and-outs of the 'in' query in Linq To Sql. read more...

add a comment |category: |Views: 16

tags: another

Writing Maintainable Code Considered Harmful(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 11 months ago

Reasons on why developers should not write maintainable code read more...

5 comments |category: |Views: 30

tags: another

Learning a new programming language(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 11 months ago

Some things I've found useful when learning a new programming language. read more...

1 comment |category: |Views: 7

tags: another

What I Learned About MVC On Day One(coderjournal.com)

submitted by zigamorphzigamorph(3314) 3 years, 11 months ago

I am really blown back about how fast and easy MVC is to develop with. I know the guys at Microsoft do a good job with their .NET coding, but I am really impressed by the forethought they put in to MVC. It builds on top of the standard ASP.NET package, but does it in such a way that makes it lean on top of the already feature-rich (read bloated) ASP.NET Page object. It really doesn’t feel like I have all that baggage anymore. read more...

1 comment |category: |Views: 3

tags: another

Building a LinkedIn Style Address Book with the ListView and LinqDataS(mattberseth.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 11 months ago

Another great article from Matt Berseth about building a LinkedIn style address book read more...

add a comment |category: |Views: 42

tags: another

.NET 3.5 Brings Major (Undocumented) Changes to ThreadPool(michaelckennedy.net)

submitted by simonebsimoneb(5450) 3 years, 11 months ago

Interesting information about the new behavior of the thread pool in .NET 3.5. read more...

2 comments |category: |Views: 23

tags: another

Try/Catch Blocks Can Hurt Performance Significantly(chinhdo.com)

submitted by chinhdochinhdo(395) 3 years, 11 months ago

Over at Programmers Heaven.com, there’s an interesting article on the potential performance impact of try/catch blocks. The article concluded that the average cost of a try/catch block is essentially nothing (sorry there’s no author information on the post), and that .NET/C# programmers should not think twice about using try/catch blocks. The author is right that a try/catch block has essentially zero cost. However, like most coding performance issues, exceptions and try/catch blocks do not have performance implications until they occur in some type of loop. read more...

9 comments |category: |Views: 50

tags: another

Google Lets You “Chatback” With Your Visitors(coderjournal.com)

submitted by zigamorphzigamorph(3314) 3 years, 11 months ago

I love Google Talk. I love it because of its light foot print both on my hard drive and when running in memory. I love the integration with all my Google services. And I love the flexibility that it provides. However the Google Talk team just gave me another reason to love Google Talk. It now allows me to have direct conversations with my visitors with a simple click of the mouse on the chat bubble you see to your left. read more...

2 comments |category: |Views: 13

tags: another