bleevo

Stories kicked by bleevo

ASP.NET MVC StrongRoutes AppAir.Web Preview Release(bleevo.com)

submitted by bleevobleevo(245) 2 years, 9 months ago

Magic strings be gone! make your routes strongly typed today. read more...

add a comment |category: |Views: 260

tags: another

Introducing StrongRoutes for ASP.NET MVC « Chris Hampson(bleevo.com)

submitted by gonealegoneale(1055) 2 years, 9 months ago

Just a little preview of something I am working on that will be available soon.. publicstaticclass SubmissionRoutes {[RouteOrder(1)]publicstaticreadonly StrongRoute Create = StrongRoute.Map read more...

add a comment |category: |Views: 22

tags: another

Entity Framework 4.0: What You May Be Missing(goneale.com)

submitted by gonealegoneale(1055) 2 years, 11 months ago

I have listed these articles in chronological order, oldest to newest, start from where you find interesting, or start at the top as it’s the first article I could find where EF 4.0 was announced and always good to get that initial background. read more...

add a comment |category: |Views: 61

tags: another

ASP.NET MVC XSLT IViewEngine(bleevo.com)

submitted by bleevobleevo(245) 2 years, 11 months ago

Use client side xml/xslt to save bandwidth by separating your data from your view logic. read more...

add a comment |category: |Views: 88

tags: another

System.Linq.Enumerable.Any - Better Know an Extension Method Part 3(bleevo.com)

submitted by bleevobleevo(245) 3 years, 3 months ago

Learn how to harness the power of "Any" a powerful new extension method brought to you by System.Linq read more...

add a comment |category: |Views: 35

tags: another

System.Linq.Enumerable.All - Better Know an Extension Method Part 2(bleevo.com)

submitted by bleevobleevo(245) 3 years, 3 months ago

Learn how to harness the power of "All" a powerful new extension method brought to you by System.Linq read more...

add a comment |category: |Views: 258

tags: another

System.Linq.Enumerable.Aggregate - Better Know an Extension Method Par(bleevo.com)

submitted by bleevobleevo(245) 3 years, 3 months ago

Learn how to harness the power of Aggregate a powerful new extension method brought to you by System.Linq read more...

add a comment |category: |Views: 327

tags: another

Programming for Vista, Part 2: Adding Aero Glass in Managed Code(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

In part 1 of my Vista programming series I discussed how to add CommandLink’s to your application. In part 2 this chapter, I wish to discuss how you can enhance your Windows smart client application (primarily targetting Windows Forms in this example) adding a Windows Vista Aero “glass” effect to your application. read more...

1 comment |category: |Views: 358

tags: another

Cloning Object Properties via Reflection « {Programming} & Life(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

I had a case today where I needed to clone all properties of an object from one class to another of different types. read more...

add a comment |category: |Views: 22

tags: another

Multi/Dual Monitor Visual Studio Settings(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

Following up to personalising Visual Studio (I covered theming the VS IDE with the Visual Studio Desert Nights Theme not too long back), I’d like to offer the settings I run on a dual monitor setup for Visual Studio to, I believe enhance productivity and gives you easier access to common tasks. read more...

add a comment |category: |Views: 932

tags: another

Add Image Column to DataGridView with Enum Support(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

I will describe an easy way to use an inherited DataGridViewImageCell and inherited DataGridViewColumn control to achieve an image per row in your DataGridView with Enum support. read more...

add a comment |category: |Views: 154

tags: another

Unexpected Results using InvokeRequired and Multi-threading Secrets!(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

Before you rush and view my blockquote and jump to the conclusion “oh, it’s just that standard threading issue”, well let me assure you this is different to the norm, and please.. Yesterday, was a very annoying day dealing with multi-threading in my app, you would think I would be good at this by now considering I blogged about it not too long ago acting like I knew what I was talking about. read more...

add a comment |category: |Views: 31

tags: another

Programming for Vista, Part 1: Creating a CommandLink in Managed Code(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

This article demonstrates creating an elegant native Vista "CommandLink" with pre-Vista OS compatibility in a few easy steps. Also all the steps are wrapped up into a sample application with source code posted below for immediate use. read more...

add a comment |category: |Views: 75

tags: another

My Variation on an Excellent Visual Studio Theme - Desert Nights 2008(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

If you’re stuck in Visual Studio for the majority of your daily life, or even if you’re a part time player and just wish to spice up your IDE, then why not take a look at this brilliantly designed, appealing theme in a variation I have found to work really well. read more...

add a comment |category: |Views: 50

tags: another

Gearing up WCF services to be “RESTful”(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

I know all you buzz-word kids want me to use words like ‘zen’ and ‘art’ and things like that, heck all this talk of RESTful services is already set enough confusion into peoples minds. But however I decided to take a lunge deep into WCF and investigate what can be done to make such services “RESTful”... read more...

add a comment |category: |Views: 29

tags: another

Log LINQ 2 SQL query execution to console/debug window(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

Wow, I just learnt a valuable trick in LINQ 2 SQL. In this article I will explain how you can output to a debug window the executed SQL ran by LINQ 2 SQL. read more...

add a comment |category: |Views: 115

tags: another