marshall

Stories kicked by marshall

Another List of 5 Great and Useful Visual Studio Shortcuts (dev102.com)

submitted by razamitrazamit(4566) 3 years, 1 month ago

a while back we had 2 great posts and one page about visual studio shortcuts. The first one had a list of 10 Visual Studio Shortcuts and the second one had 11 Visual Studio Shortcuts. We also have a Visual Studio CheatSheet with all the Keyboard shortcuts Visual Studio has. read more...

add a comment |category: |Views: 601

tags: another

Cropping image using jQuery, Jcrop and ASP.NET(blog.mironabramson.com)

submitted by MironMiron(495) 3 years, 1 month ago

Fast and easy cropping image with ASP.NET, jQuery and Jcop (C#) read more...

2 comments |category: |Views: 647

tags: another

Ditching the Micro-Optimization Fetish(codethinked.com)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

Seems like today is the day for performance optimization talks: in String.Empty, in calls to ActionLinks, in high-performance IoC containers. But people sometimes miss the point that these are micro-optimizations: thanks God Justin tries to bring a bit of sanity in this geeky world of micro-optimization read more...

1 comment |category: |Views: 254

tags: another

SSMS Tools Pack 1.5 is out with Window Connection Coloring(weblogs.sqlteam.com)

submitted by spirit1spirit1(3160) 3 years, 3 months ago

This new version of this popular SSMS add-in brings Window Connection Coloring feature and a few improved old features. read more...

add a comment |category: |Views: 210

tags: another

Ora - Alternative to #region(coolthingoftheday.blogspot.com)

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

An interesting Visual Studio add-in for those who looking beyond regions for access/grouping. It’s kind of like the Class Diagram but on steroids * 10. And one of cooler things is that sample code is provided so you can add your own grouping. So you’re not tied to how the author decided to group the methods. Oh yeah, it works for VB projects too. read more...

add a comment |category: |Views: 634

tags: another

Most Interesting .NET StackOverFlow Questions(blog.sb2.fr)

submitted by ethilikethilik(1855) 3 years, 4 months ago

Today a short list of My Personal Most Interesting .NET Questions to me asked on StackOverFlow I founded. read more...

add a comment |category: |Views: 777

tags: another

Filtering List Items, The Old, The New and the Slick (dev102.com)

submitted by shaharyrshaharyr(4325) 3 years, 5 months ago

I was into filtering items lately and I have decided to write about some of the techniques out there read more...

add a comment |category: |Views: 263

tags: another

Signs of a GOOD Manager / Team Lead(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 5 months ago

Characteristics / attitudes / process of good management & leadership: 1) Have a passion about technology but read more...

add a comment |category: |Views: 888

tags: another

What Gives? Microsofts Code Generation Tool(spoiledtechie.com)

submitted by spoiledtechiespoiledtechie(255) 3 years, 6 months ago

In a world of Microsoft and third party applications, out comes t4. t4 is a code generation tool that can compete with CodeSmith, but its FREE and built right into Visual Studio. It has been years since the first edition with very little publication of the actual application. t4 is a free code generation engine from Microsoft that underpins the Domain Specific Languages and Software Factory toolkits. read more...

add a comment |category: |Views: 1077

tags: another

Expression Tree vs Reflection.(nablasoft.com)

submitted by alkampferalkampfer(1873) 3 years, 7 months ago

Expression Trees can be used to avoid Reflection poor performance when you need to invoke methods in object that you deos not know at runtime. In this post I show you how you can access to property of objects building and compiling an expression tree. read more...

add a comment |category: |Views: 760

tags: another

Development Tools I Use & Recommend(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 7 months ago

Eventually I will get to some technical code Posts. But for now, I'm a bit delayed with some other things at work lately. I will be blogging about Code Generation, OOP, and other topics very soon though. In the meantime, I wanted to share a list of tools I regularly use now or have used in the past as a C# / ASP.NET Engineer listed below: read more...

add a comment |category: |Views: 1026

tags: another

Some Managed/Unmanaged Exception Tricks(atalasoft.com)

submitted by eazydeazyd(970) 3 years, 8 months ago

I just spent 5 days tracking down a Heisenbug. Historically, I've tracked down a lot of these but not because I create a lot of them, because I'm good at finding them. In this particular case, I had a set of unit tests that were failing on our build server but did not fail consistently on my machine. This is not a good sign to start with. read more...

add a comment |category: |Views: 370

tags: another

Visual Studio Shell 2008: Bringing More .NET Languages into the Fold(atalasoft.com)

submitted by RickasaurusRickasaurus(1225) 3 years, 8 months ago

Visual Studio Shell was released in January of 2007 without much fanfare. Even though it's free to download, at the time it was not very useful for most developers as few packages had yet been written for it. Now eight months have gone by and quite a few projects are sporting free Visual Studio interfaces. In this article I discuss Visual Studio Shell itself as well as several of the languages which are currently developing shells. read more...

add a comment |category: |Views: 451

tags: another

List of countries, cities, languages(amrelgarhytech.blogspot.com)

submitted by amrelgarhyamrelgarhy(825) 3 years, 8 months ago

You will find in the following links list of countries, cities, and their languages in CSV format, you can import into any database: read more...

7 comments |category: |Views: 637

tags: another

Great Design Pattern Resources(rtipton.wordpress.com)

submitted by rayetrayet(240) 3 years, 8 months ago

Some common patterns include the Singleton, Facade, Adaptor and Decorator. There are many, many patterns and below are some great resources to learn about them. read more...

add a comment |category: |Views: 592

tags: another

Roland WeigeIt's GhostDoc for Visual Studio(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 3 years, 9 months ago

I have been using Roland WeigeIt’s GhostDoc 2.1.3 for both Visual Studio 2005 and 2008 for about six months, and I am hooked. Here's a quick tutorial to get up and running with this free tool. read more...

add a comment |category: |Views: 572

tags: another