lance0084

Stories kicked by lance0084

Using Linq for NHibernate in an ASP.NET MVC application(frickinsweet.com)

submitted by dengar007dengar007(3084) 3 years, 11 months ago

Quick overview on using Linq for NHibernate in an ASP.NET MVC Application. RhinoCommons, NHibernate and ASP.NET MVC Part 5 read more...

2 comments |category: |Views: 492

tags: another

Writing A Custom File Download Action Result For ASP.NET MVC(haacked.com)

submitted by bradygasterbradygaster(4897) 4 years ago

In this post, I’ll walk through building a custom action result for downloading files. As you’ll see, they are extremely easy to build. Let’s start at the end and see what the end-user behavior of this new result will be. read more...

add a comment |category: |Views: 274

tags: another

NHibernate Session Per Request(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years ago

Using NHibernate in a web project (Specifically ASP.NET MVC but will work w/ WebForms also). read more...

add a comment |category: |Views: 317

tags: another

AddItem Extension Method for CheckBoxList, DropDownList, ListBox(codeforeternity.com)

submitted by xtremebizxtremebiz(575) 4 years ago

Just 1 AddItem extension method which works for 5 controls to make the code a lot simpler and cleaner :-) Cheers to object inheritance and cheers to Extension Methods ;-) read more...

1 comment |category: |Views: 95

tags: another

Great Silverlight 2.0 example application(mscui.net)

submitted by JemmJemm(9604) 4 years ago

Great example of how to make rich line-of-business apps using Silverlight 2.0. Scalable UI, DeepZoom, animation etc. read more...

2 comments |category: |Views: 569

tags: another

NDepend Cheat Sheet(realfiction.net)

submitted by fquednaufquednau(404) 4 years, 1 month ago

Far from complete, it's a version 1 cheat sheet which includes the metrics whose meaning I tend to forget. read more...

add a comment |category: |Views: 35

tags: another

Browser Beta Battle IE8 vs Firefox 3.0b5(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 1 month ago

A quick comparison of page load times on IE8 vs Firefox 3.0b5 read more...

7 comments |category: |Views: 8

tags: another

Windows 2008 Server on my MacBook Pro(damieng.com)

submitted by simonechsimonech(10.1k) 4 years, 1 month ago

Here are some tips on running Win2008 with workstation twist on Mac read more...

add a comment |category: |Views: 14

tags: another

OOXML: Why all the haters?(frickinsweet.com)

submitted by JOELROXORJOELROXOR(235) 4 years, 1 month ago

Apparently Microsoft's OOXML formats recently received ISO certification. . . . read more...

8 comments |category: |Views: 2

tags: another

IE8, Microsoft and the Reverse Fanboys(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 2 months ago

As the beta test of IE8 recently became available we are quickly approaching the release of another version of Internet Explorer. Much frustration has been expressed about the issues (or supposed issues ) in this beta. Some of this concern is definitely understandable, however, I think some of the negativity is present just because IE is a Microsoft product. read more...

4 comments |category: |Views: 2

tags: another

I've got 99 Problems But a Glitch Ain't One : Problem 7 (F#)(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 2 months ago

Solution to Problem #7 of 99 Problems in F# (Flatten a nested list structure using recursion). read more...

1 comment |category: |Views: 43

tags: another

Irony - .NET Compiler Construction Kit(codeplex.com)

submitted by jasper22jasper22(1320) 4 years, 2 months ago

Irony is a new-generation .NET compiler construction kit. It utilizes the full potential of c# 2.0 and .NET Framework to implement a completely new and streamlined technology of compiler construction. Unlike most existing yacc/lex-style solutions Irony does not employ any scanner or parser code generation from grammar specifications written in proprietary meta-language. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process. See the expression grammar sample for an example of grammar definition in c# class, and using it in a working parser. read more...

2 comments |category: |Views: 105

tags: another

Ping Services for blogs(romanclarkson.us)

submitted by KlausKlaus(755) 4 years, 2 months ago

Roman published a pingservices.xml file that can be directly used as Ping Server configuration file for BlogEngine.NET read more...

add a comment |category: |Views: 4

tags: another

Silverlight 2.0 (beta 1) Controls Screenshot(dannydouglass.com)

submitted by DannyDouglassDannyDouglass(1260) 4 years, 2 months ago

SilverlightShow has a nice post up detailing the controls that will be available in the Silverlight 2.0 beta 1 release. The news was originally posted on Shawn Burke's blog, but it appears that the he was forced to take down the screen shot. Thanks to SilverlightShow that graphic is still visible and is also now posted on my blog. Exciting stuff! read more...

1 comment |category: |Views: 7

tags: another

Adobe Responds To Silverlight(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 4 years, 2 months ago

The move that Adobe is making is to include the ability in include C, C++, Java, Python, and Ruby code into Flash that will get comiled into ActionScript. This is a smart move by Adobe which will strengthen Flash and remove the major reason a developer might decide to switch to Silverlight. read more...

10 comments |category: |Views: 7

tags: another

Quick And Simple DependencyInjection With StructureMap(frickinsweet.com)

submitted by dengar007dengar007(3084) 4 years, 3 months ago

A very quick guide to IoC using StructureMap. read more...

2 comments |category: |Views: 739

tags: another