MikeBorozdin

Stories submitted by friends of MikeBorozdin

An Introduction to NuGet(codersbarn.com)

submitted by BognitBognit(2125) 16 days, 13 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, 18 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

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

Google Cannot Solve your Coding Problems(www.codersbarn.com)

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

I imagine 80/90% of programmers, myself included, are guilty of this everday form of insanity. read more...

6 comments |category: |Views: 583

tags: another

7 Freely available E-Books/Guides I found essential for .NET Programme(amazedsaint.blogspot.com)

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

Freely available E-Books/Guides I found essential for .NET Programme read more...

3 comments |category: |Views: 914

tags: another

Configuring N2 CMS for ASP.NET Web Forms Site(www.codersbarn.com)

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

I'm going to outline the basic steps required to create a Web Forms version of the N2 CMS and how to import the downloaded zip file as a package in IIS7. The Web Deployment Tool gives us the ability to package our Web application or Web site as well as an associated database. read more...

add a comment |category: |Views: 37

tags: another

Tekpub ASP.NET MVC 2 Starter Site 0.5 Released(blog.wekeroad.com)

submitted by AnastasiosyalAnastasiosyal(960) 2 years ago

"I've been working on a couple of side jobs and one of the fun things I've been able to do is refine Tekpub's MVC Starter Site - fixing some bugs and also adding functionality. I've been meaning to talk about this more - so here goes. I'll show you how you can use the Starter Site to build out... oh let's just say a nice Music Store :)." read more...

add a comment |category: |Views: 26

tags: another

The Future SEO Concerns of a Web Devigner(www.codersbarn.com)

submitted by BognitBognit(2125) 2 years, 3 months ago

Google had no choice but to find some way to reduce the amount of spam clogging its data centers and apply some qualititative heuristic to measure the relevance of sites. So, they recently re-wrote their entire algorithm (codename "Caffeine") which caused no end of panic among the SEO heads! read more...

1 comment |category: |Views: 10

tags: another

Twitter - Saving your Tweets(codersbarn.com)

submitted by BognitBognit(2125) 2 years, 5 months ago

Recently, I passed the 700 tweet mark and decided to archive what I had. But how? read more...

add a comment |category: |Views: 7

tags: another

Getting started with Silverlight and MEF, Import and Export(mwoodhall.wordpress.com)

submitted by mark_Wmark_W(145) 2 years, 5 months ago

A simple guide, showing how to load controls into placeholders using Silverlight 3 and MEF. read more...

add a comment |category: |Views: 13

tags: another

Dynamically loading controls in Silverlight(mwoodhall.wordpress.com)

submitted by mark_Wmark_W(145) 2 years, 5 months ago

How to dyanmically load different silverlight controls at Application Startup read more...

add a comment |category: |Views: 24

tags: another