kenegozi

Stories submitted by kenegozi

Can you spot the bug?(www.kenegozi.com)

submitted by kenegozikenegozi(220) 2 years, 2 months ago

A good example for a lazy developer + confusing API + not taking advantage of c# Attribute's Named Parameters read more...

add a comment |category: |Views: 10

tags: another

Monorail Routing and the Homepage routing rule(kenegozi.com)

submitted by kenegozikenegozi(220) 3 years, 3 months ago

Showing how to set up a 'homepage' routing rule (the one to map the application's root to a specific action) for Monorail driven websites read more...

add a comment |category: |Views: 20

tags: another

MonoRail usage poll(kenegozi.com)

submitted by kenegozikenegozi(220) 3 years, 6 months ago

A poll for gathering knowledge on usage of Castle MonoRail, the open-source cutting edge MVC framework for ASP.NET read more...

add a comment |category: |Views: 7

tags: another

Serving a static file from a WCF service(kenegozi.com)

submitted by kenegozikenegozi(220) 3 years, 6 months ago

A simple method serving a static file from a WCF service (in this case, hosted within a windows service with webHttp binding) read more...

add a comment |category: |Views: 63

tags: another

Described Enums in NHibernate(kenegozi.com)

submitted by kenegozikenegozi(220) 3 years, 7 months ago

An IUserType implementation for mapping Described Enums (enums with DescriptionAttribute on some or all their values) to DB columns, using NHibernate read more...

add a comment |category: |Views: 19

tags: another

D9 - yet another .net tools project(kenegozi.com)

submitted by kenegozikenegozi(220) 3 years, 7 months ago

Useful common libraries for .NET projects. Mainly around making the usage of Castle project, NHibernate and other OSS projects easier read more...

add a comment |category: |Views: 11

tags: another

OSS Licensing - Terms and Concepts(kenegozi.com)

submitted by kenegozikenegozi(220) 3 years, 7 months ago

The first post in a series on OSS Licensing This post is about explaining some terms and concepts that will be used in following posts read more...

add a comment |category: |Views: 2

tags: another

On open source licensing(kenegozi.com)

submitted by kenegozikenegozi(220) 3 years, 7 months ago

A primer to a series of posts on popular open sources licenses read more...

add a comment |category: |Views: 3

tags: another

Alt.NET conference in Israel - registration is open(kenegozi.com)

submitted by kenegozikenegozi(220) 3 years, 10 months ago

Registration details for Alt.net conf in Israel, August 2008 read more...

add a comment |category: |Views: 0

tags: another

Alt.NET conference in Israel(kenegozi.com)

submitted by kenegozikenegozi(220) 3 years, 10 months ago

Alt.NET conference in Israel - Summer of 2008 read more...

add a comment |category: |Views: 5

tags: another

Generating XML - Do we really need another API?(kenegozi.com)

submitted by kenegozikenegozi(220) 4 years, 3 months ago

There are many APIs for generating XML files. Some are generic like System.XML, and others dedicated to a specific format like ATOM/RSS However, XML is text, and it makes more sense to generate XML using text rendering techniques read more...

add a comment |category: |Views: 2

tags: another

SQL Query Generator(kenegozi.com)

submitted by kenegozikenegozi(220) 4 years, 3 months ago

A tool to generate a typed representation of a relational DB, used to create SQL strings in a type-safe, intellisense enabled manner read more...

add a comment |category: |Views: 15

tags: another

Simple Static SiteMap Generator for ASP.NET(kenegozi.com)

submitted by kenegozikenegozi(220) 4 years, 4 months ago

This tool generated a strongly typed data structure to represent the static flies (javascript, styles and images) in a site, so a developer can discover them by intellisense, and the compiler screaming on compile time should a file be renamed/moved Would work with WebForms, ASP.NET MVC and MonoRail read more...

add a comment |category: |Views: 110

tags: another

Build IoC With Dependency Resolver In 33 Lines of Code(kenegozi.com)

submitted by kenegozikenegozi(220) 4 years, 4 months ago

I needed a quickly hacked IoC to resolve and automatically inject dependencies. After 15 minutes and 33 lines of code I got what I needed read more...

add a comment |category: |Views: 331

tags: another

yui colorpicker within a nonposting floating dialog(kenegozi.com)

submitted by kenegozikenegozi(220) 4 years, 4 months ago

Creating a floating color picker, using YUI, from Javascript read more...

add a comment |category: |Views: 23

tags: another

New Stuff in AspView(kenegozi.com)

submitted by kenegozikenegozi(220) 4 years, 5 months ago

Support for custom base class for views in AspView read more...

add a comment |category: |Views: 4

tags: another