heriya

Stories kicked by heriya

101 Great Computer Programming Quotes(devtopics.com)

submitted by DevTopicsDevTopics(1050) 4 years, 4 months ago

“I think Microsoft named .Net so it wouldn’t show up in a Unix directory listing.” (Oktal) read more...

4 comments |category: |Views: 84

tags: another

SubSonic: Version 2.1 (Pakala) Preview: The New Query Tool(blog.wekeroad.com)

submitted by alleyalley(2840) 4 years, 4 months ago

Eric and I have been working just about non-stop on our bug list as well as some very cool innovations that he and I have cooked up over the last six months. We’ve had to wait a bit for the dust to settle in the .NET world (not to mention our personal lives), but I think the wait has been worth it. Over the holidays I was able to create the querying API I’ve been thinking on for the last year, and it has come together nicely. I’d like to show you what I’ve come up with, and ask for your comments and help before we release it with version 2.1 of SubSonic. read more...

3 comments |category: |Views: 25

tags: another

Windows Vista Hidden "Copy As Path" option(blog.spontaneouspublicity.com)

submitted by HoolieManHoolieMan(1715) 4 years, 4 months ago

In Windows Vista, if you hold down the Shift key and right click on a file, a new option appears in the context menu: "Copy As Path". Why this option is so hidden, I don’t know. read more...

4 comments |category: |Views: 10

tags: another

Best type-safe session state pattern. Evar. (statestreetgang.net)

submitted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 4 months ago

We've seen two examples of type-safe session state handling today. This is my version and, I believe, the best. It uses generics, delegates and a session-singleton pattern to keep session object retrieval type safe and keeps cross-cutting down to a minimum. read more...

8 comments |category: |Views: 96

tags: another

Add or remove the www sub domain(blog.madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 4 years, 4 months ago

An HttpModule that let's you easily add or remove the www sub domain from any ASP.NET web application. read more...

add a comment |category: |Views: 29

tags: another

Tutorial Series - Creating a Game Engine in XNA(virtualrealm.com.au)

submitted by MykreMykre(830) 4 years, 4 months ago

RoeCode over at Running on Empty has started a series of Articles that go through the process of creating a Game Engine using the XNA Framework. In this first article he starts of with the base classes to get the program running, this includes some helper classes that utilize the XNA Storage system for saving the game settings. read more...

add a comment |category: |Views: 255

tags: another

BlogEngine.NET Video - Preview of Widget framework(blog.madskristensen.dk)

submitted by razorantrazorant(530) 4 years, 4 months ago

Mads has put together a short video on his initial widget framework code. It is in the very early stages, but gives insight into where BlogEngine.NET is heading in 1.4. This is very cool. read more...

add a comment |category: |Views: 53

tags: another

4 ASP.NET AJAX JavaScript UI methods you should learn(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 4 months ago

A closer look at some of the ASP.NET AJAX client side framework's less utilized UI functionality. Examples include CSS manipulation, measuring the size of a rendered element, and finding/changing the location of an element. read more...

1 comment |category: |Views: 12

tags: another

Log4Net Config to Make Your Loggin' Rockin' | From C Sharp to C Sharp(csharptocsharp.com)

submitted by bluevoodoo1bluevoodoo1(334) 4 years, 4 months ago

Hot config for your Log4Net needs. read more...

1 comment |category: |Views: 61

tags: another

MVC: Strongly typed ViewData without a code-behind file.(squaredroot.com)

submitted by TroyMGTroyMG(2670) 4 years, 4 months ago

Want to use strongly typed ViewData in your view without a code-behind file? It isn't quite as straight-forward as you'd think. Read on for the answer and a quick lesson in how the CLR interacts with generics. read more...

5 comments |category: |Views: 203

tags: another

[New Article] Creating custom LINQ provider using LinqExtender(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 4 months ago

First of all happy new year, secondly my new article is just published at Dotnetslackers. This explains the detail of creating custom LINQ providers using Linqextender. .. read more...

2 comments |category: |Views: 44

tags: another