BlackWasp

Stories kicked 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

Autocorrecting unknown actions using the Levenshtein distance(jclaes.blogspot.com)

submitted by JefClaesJefClaes(650) 4 months, 11 days ago

This weekend I prototyped an idea I had earlier this week: autocorrecting unknown actions in ASP.NET MVC. read more...

1 comment |category: |Views: 126

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

Programming for the future of mobile(jclaes.blogspot.com)

submitted by JefClaesJefClaes(650) 6 months, 17 days ago

I have been working on something small on the side lately. I hardly have anything to show for it though, most of it is still being shaped in my head. Anyhow, a very important part of the front-end is built using jQuery mobile. Although the framework hasn't been released - release candidates are available though -, it's something you should start looking into today. Why? Because the browser is the future of mobile applications. With the Flash and Silverlight bombs that were dropped today, I am even mo... read more...

add a comment |category: |Views: 2

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

Very High Quality Image Resizing in .NET (www.keyvan.ms)

submitted by rcashrcash(4149) 8 months, 28 days ago

Here is how to implement an image resizing technique in an ASP.NET MVC controller. The resizing techniques are implemented in different action methods in an ASP.NET MVC controller. These action methods receive the width and height of the destination image as their parameters. I can set up my routing to handle this controller, called ImageResizeController. Click read article to see the code. read more...

2 comments |category: |Views: 67

tags: another

Update for Microsoft Visual Studio 2010 Service Pack 1 Web Platform T(www.microsoft.com)

submitted by rcashrcash(4149) 9 months ago

The following update fixes an issue in Visual Studio 2010 SP1, where the IDE may crash when you undo a change to a table of a webpage in Design view. read more...

add a comment |category: |Views: 27

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

Windows Phone 7 (Mango) Tutorial - 21 - Small Demo of Accelerometer Ap(www.kunal-chowdhury.com)

submitted by kunal2383kunal2383(1427) 11 months ago

Last two days we learned about Accelerometer class, it's base class and the accelerometer tool that comes with the Phone emulator. Hope those posts gave you some basic idea about it. Here in this post, we will learn the use of this feature with a small demo application. We will also learn how to use the phone to write application that depends on the gravitational force applied to the sensors. This will give you better idea to create game application that will work when the user moves his phone device. read more...

add a comment |category: |Views: 17

tags: another

Introducing XAML Illustrations(blog.silverlightxap.com)

submitted by BucketSoftBucketSoft(324) 11 months ago

Up until now SilverlightXAP.com has allowed developers to publish and sell Silverlight controls online. Now we're also accepting XAML illustrations. read more...

add a comment |category: |Views: 52

tags: another

Creating Business Data Connectivity Model for SharePoint 2010(www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 11 months ago

This post discusses about how to connect .NET Connectivity Assembly for Business Connectivity services using Visual Studio 2010. Business Data Connection Model allows you to connect to the external data sources and can edit them directly from SharePoint site list. read more...

add a comment |category: |Views: 5

tags: another

Retrieve Drive, File and Folder Names(www.blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 11 months, 1 day ago

Many software projects involve interaction with the file system. When this requires that a list of drive letters is generated, or that a drive or folder's files and subfolders are retrieved, the Directory class can be used to obtain the list. read more...

add a comment |category: |Views: 20

tags: another