victorbailey

Stories kicked by victorbailey

NHibernate 2.0 is out(ayende.com)

submitted by raffaeuraffaeu(150) 3 years, 9 months ago

Directly from the blog of Ayende, NHibernate 2.0 is out!! read more...

add a comment |category: |Views: 406

tags: another

Roland WeigeIt's GhostDoc for Visual Studio(alvinashcraft.com)

submitted by alashcraftalashcraft(1180) 3 years, 9 months ago

I have been using Roland WeigeIt’s GhostDoc 2.1.3 for both Visual Studio 2005 and 2008 for about six months, and I am hooked. Here's a quick tutorial to get up and running with this free tool. read more...

add a comment |category: |Views: 572

tags: another

Bad advice on exceptions from Joel(littletutorials.com)

submitted by contourcontour(490) 3 years, 9 months ago

Starting from some comments on my exception handling series of articles I run into a couple of blogs pointing to this post on joelonsoftware.com. I think this is the worst advice on exception handling I have ever read, sorry Joel. I know this is an old post, I know Joel is entitled to his own opinion and I know he has the right to write his code as he sees fit. But as an opinion leader he influences others. read more...

add a comment |category: |Views: 606

tags: another

SQL SERVER - 2008 - Configure Database Mail - Send Email From SQL Data(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 9 months ago

First and Complete article of SQL Server 2008 Database Mail configuration. From start to end - Complete article. Bookmark it! read more...

2 comments |category: |Views: 832

tags: another

SQL Server 2008 Express with Management Tools(microsoft.com)

submitted by tdavisjrtdavisjr(335) 3 years, 9 months ago

SQL Server 2008 Express database was released last week; but now Microsoft just released the Management tools and the Advanced Services additions that give you SQL Server 2008 Express Reporting Services read more...

3 comments |category: |Views: 798

tags: another

Creating a binding factory for Ninject(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 9 months ago

A quick primer on setting up a Ninject factory so that you can easily start using it in your next project. read more...

add a comment |category: |Views: 429

tags: another

No GoLive required to use ASP.NET MVC in production(codeclimber.net.nz)

submitted by simonechsimonech(10.1k) 3 years, 9 months ago

ASP.NET MVC EULA allows its usage in live operating environment, so it can be used in production read more...

add a comment |category: |Views: 192

tags: another

New ASP.NET MVC Videos and Tutorials(weblogs.asp.net)

submitted by jamesewelchjamesewelch(2275) 3 years, 9 months ago

15 new ASP.NET MVC videos were just published at the http://www.ASP.net/mvc website. The first 10 videos are basic tutorials on the ASP.NET MVC framework. If you haven’t had a chance to play with ASP.NET MVC yet, these tutorials are a great introduction. The second set of 5 videos is part of an ongoing video series: ASP.NET MVC Pair Programming. In these videos, I pair with a prominent community expert to build an entire ASP.NET MVC application from start to finish (because of time constraints – a very, very simple application). The goal is to emphasize the process of building a web application instead of the product. read more...

add a comment |category: |Views: 262

tags: another

Localize text in JavaScript files in ASP.NET(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 3 years, 9 months ago

Shows a very simple and powerful way of serving .js files with the right localized text strings. read more...

add a comment |category: |Views: 481

tags: another

ASP.NET Futures: Generating Dynamic Images w/ HttpHandlers Gets Easier(hanselman.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 9 months ago

I've done a lot of HttpHandlers that generate images. It's usually pretty tedious. When I was working banking, I wrote an example HttpHandler that would take two Check Images (back and front) and composite them into a single image on the server side, then serving up the composite. Usually you're messing around in with MemoryStreams and Images, and then you serialize the result out to the Response.OutputStream, making sure the MIME Types are set appropriately. If you're really clever, you'll remember to do some client-side and appropriate caching, but I rarely see that in the wild. read more...

add a comment |category: |Views: 240

tags: another

CoolMenu: A Silverlight Menu Control(pagebrooks.com)

submitted by pbrookspbrooks(775) 3 years, 9 months ago

I thought it would be cool to try building a reusable container control so I came up with CoolMenu. You really have to try this one out to get the full experience, a screen shot just doesn't do it justice. CoolMenu is a Silverlight container control that gives you a nice wave-like effect as you move your mouse over the menu items. Clicking a menu item causes the item to bounce. read more...

3 comments |category: |Views: 1794

tags: another

New Image Generator control in ASP.Net 3.5(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 3 years, 9 months ago

This week Microsoft have released a new control called ASP.NET Generated Image control to display image in ASP.Net page. This article will give you a kick start on this control and some of its features. read more...

1 comment |category: |Views: 502

tags: another

A simple jQuery Client Centering Plugin(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 9 months ago

Centering content is a useful client side UI feature especially when working with pop ups or popup windows when displayed for the first time. Here's a little jQuery plug in that handles centering in the window and in other container elements easily. read more...

add a comment |category: |Views: 131

tags: another

ASP.NET MVC Tip #35 – Use the NHaml View Engine (weblogs.asp.net)

submitted by AndrewPetersAndrewPeters(1170) 3 years, 9 months ago

In this tip, I explain how you can use the NHaml view engine as the view engine for an ASP.NET MVC application. I demonstrate how to create NHaml views that display both static content and database records. I also discuss how you can use master pages and user controls with the NHaml view engine. read more...

add a comment |category: |Views: 256

tags: another

Starting with jQuery - Effects(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 9 months ago

This is second post in a string of posts where I chronicle my adventure in learning jQuery from having no previous experience with the framework. This week, we look at basic animation effects that affect an element's visibility that are available "out of the box" with jQuery. read more...

add a comment |category: |Views: 363

tags: another

The Complete Reference for Any jQuery Developer(effectize.com)

submitted by YuraYura(995) 3 years, 9 months ago

If you ever to do something with jQuery, you should find it in this extensive list. read more...

add a comment |category: |Views: 1067

tags: another