Bognit

Stories kicked by Bognit

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

Video Web Helper in ASP.NET MVC 3 RC 2 - Add Videos to your Web Pages(www.dotnetcurry.com)

submitted by malcolmsmalcolms(1156) 1 year, 5 months ago

The following article demonstrates how to use the Video Web Helper ASP.NET MVC 3 RC 2, to add videos to our web pages. read more...

add a comment |category: |Views: 30

tags: another

Turn your Razor helpers into reusable libraries(blogs.msdn.com)

submitted by siphilpsiphilp(919) 1 year, 6 months ago

David Ebbo looks at wrapping up helpers using the Razor View Engine into libraries which you can share amongst your projects, using the Razor Single File Generator Visual Studio Extension, and a little T4 read more...

add a comment |category: |Views: 138

tags: another

wcf.codeplex.com is now live(blogs.msdn.com)

submitted by siphilpsiphilp(919) 1 year, 6 months ago

The WCF Team have been busy building a variety of projects which bring better support for HTTP based services, and better support for JavaScript/jQuery based clients. These projects have all been collected together and are being hosted on CodePlex. read more...

2 comments |category: |Views: 447

tags: another

Dean Hume - HTTP HEAD Request - Benefits / Usages(deanhume.com)

submitted by deanomachinodeanomachino(764) 1 year, 6 months ago

Until recently, I had heard of the HTTP HEAD method but never actually used it, or quite understood it's usages. I'm sure most of us have used some of the common HTTP Verbs before such as GET or POST. Let me explain a little bit about the HTTP HEAD request method. read more...

add a comment |category: |Views: 26

tags: another

LINQ To Objects Tutorial(www.blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 1 year, 6 months ago

A seventeen part tutorial explaining the use of LINQ to Objects with examples in C#. Begins by describing LINQ query expression syntax and standard query operators. Continues to cover all major LINQ operators. read more...

add a comment |category: |Views: 29

tags: another

ASP.NET MVC 3: Building simple image editor using WebImage helper(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 1 year, 6 months ago

In my previous posting about WebImage helper I introduced how to use WebImage for different image manipulations. In this posting I will show you how to build simple online image editor using WebImage helper. read more...

add a comment |category: |Views: 59

tags: another