BlackWasp

Stories submitted by friends of BlackWasp

An Introduction to NuGet(codersbarn.com)

submitted by BognitBognit(2125) 16 days, 10 hours ago

Getting started with NuGet can be very confusing because there are really four parts to it with separate downloads. This post is an effort to make it easier to grasp and get started. read more...

add a comment |category: |Views: 2

tags: another

Open Tabs to the Right in Visual Studio 2011 Beta(www.codersbarn.com)

submitted by BognitBognit(2125) 28 days, 15 hours ago

I've previously shown how to set this in VS 2010. In the new VS 2011 beta, it's a little harder to find. read more...

add a comment |category: |Views: 2

tags: another

The Future of ASP.NET Web Forms(www.codersbarn.com)

submitted by BognitBognit(2125) 1 month, 8 days ago

We've all seen the growing popularity of ASP.NET MVC over recent years and the most common reaction is to want to play with it but when it comes time to making the switch, we often experience the "don't move my cheese" syndrome. read more...

add a comment |category: |Views: 17

tags: another

Open Tabs to the Right in Visual Studio 2010(www.codersbarn.com)

submitted by BognitBognit(2125) 4 months, 11 days ago

It really annoys me that files are opened in the tab bar in Visual Studio by default to the left. read more...

add a comment |category: |Views: 4

tags: another

Calling Console Application from Web Form(codersbarn.com)

submitted by BognitBognit(2125) 6 months, 15 days ago

To call the console app from the Web form code-behind we use the Process.Start method. We can avail of the ProcessStartInfo class to set up any properties in advance of making the process call. read more...

add a comment |category: |Views: 5

tags: another

Responsive Web Design - Stop and Think(www.codersbarn.com)

submitted by BognitBognit(2125) 8 months, 28 days ago

This article by Ethan Marcotte on Responsive Web Design has been widely touted as the designer's panacea for all things mobile. Other leading designers such as Jeffrey Zeldman and Andy Clarke have all jumped on the band wagon. Considering the amount of influence these guys have on young designers, it saddens me that leading designers, of all people, would sacrifice their art on the altar of a quick fix. read more...

add a comment |category: |Views: 4

tags: another

AddThis.NET: Google 1 Button for Blogengine(www.mbaldinger.com)

submitted by baldibaldi(508) 10 months ago

AddThis.NET is a Blogengine.NET extensions which adds social bookmarking buttons to all of your posts. All buttons can be individually aligned, ordered and enabled or disabled. The following buttons are supported: Google 1, Facebook Like, Facebook Share, Twitter, Google Buzz, StumbeUpon, Digg, TweetMeme, DotnetShoutOut and DotnetKicks read more...

add a comment |category: |Views: 2

tags: another

Localize the user with the javascript Geolocation API(www.mbaldinger.com)

submitted by baldibaldi(508) 10 months, 7 days ago

The web in the future will contain more localized information than it already contains today. The Javascript Geolocation API contains the tools you need to localize a user of your web site. It is very accurate and it is easy to use with a map provider like Google or Bing, so keep an eye on this API! read more...

add a comment |category: |Views: 1

tags: another

.NET Links of the Week #42(www.mbaldinger.com)

submitted by baldibaldi(508) 1 year, 6 months ago

A lot of articles about the new version of ASP.NET MVC this week. Seems every WPF and Silverlight guy does Windows Phone Dev now, no articles about WPF and Silverlight this week! Enjoy reading! read more...

add a comment |category: |Views: 4

tags: another

AddThis.NET: Social Bookmarking Buttons for Blogengine.NET(www.mbaldinger.com)

submitted by baldibaldi(508) 1 year, 7 months ago

AddThis.NET is a Blogengine.NET extensions which adds social bookmarking buttons to all of your posts. All buttons can be individually aligned, ordered and enabled or disabled. The following buttons are supported: DotnetKicks, Facebook Like, Facebook Share, Twitter, Google Buzz, StumbeUpon, Digg, TweetMeme, DotnetShoutOut and DotnetKicks.de read more...

add a comment |category: |Views: 14

tags: another

.NET Links of the Week #40(www.mbaldinger.com)

submitted by baldibaldi(508) 1 year, 7 months ago

The new packaging manager NuPack has been released this week, so some articles about that topic. Also a new version of mono has been released last week! Enjoy reading! read more...

add a comment |category: |Views: 14

tags: another

Chronology of the ASP.NET Security Alert(www.codersbarn.com)

submitted by BognitBognit(2125) 1 year, 7 months ago

Earlier this week, on the lead up to the ekoparty Security Conference in Argentina, a pair of security researchers announced that they would demonstrate an attack to exploit the way that ASP.NET handles encrypted session cookies. read more...

1 comment |category: |Views: 57

tags: another

Five rules for writing effective UI tests(www.lostechies.com)

submitted by BognitBognit(2125) 1 year, 7 months ago

Effective, maintainable UI tests are definitely possible. They can be written in such a way that it doesn’t require lots of babysitting or dedicated personnel to maintain. They can even be automated to run after every commit. They can provide value, catch bugs, and expose all those unintended consequences from changes that complex applications tend to have. read more...

add a comment |category: |Views: 8

tags: another

.NET Links of the Week #39(www.mbaldinger.com)

submitted by baldibaldi(508) 1 year, 7 months ago

Last week a lot of Windows Phone 7 tutorials were published (if you are interested in WP7 dev, don't miss the developer launch webcast). There were also some good articles from the MSDN Magazine in my weekly list. Enjoy reading! read more...

add a comment |category: |Views: 6

tags: another

Thread local variables with ThreadLocal(T)(www.mbaldinger.com)

submitted by baldibaldi(508) 1 year, 7 months ago

.NET 4.0 provides a thread local storage, simply by adding a field of type ThreadLocalT. The field will have a different instance for each thread! read more...

add a comment |category: |Views: 113

tags: another

.NET Links of the Week #38(www.mbaldinger.com)

submitted by baldibaldi(508) 1 year, 7 months ago

It looks like there are only Windows Phone 7 developers out there if you read the news from the last week. I only put a few of them into my list! Enjoy reading! read more...

add a comment |category: |Views: 5

tags: another