kitsune

2,419
reputation
246 views

Registered User

name kitsune
member for 1 year
seen Dec 10 at 16:06
website
location Switzerland
age 28
Code monkey. Areas of interest include c#, functional programming, game and web development.
Dec
2
awarded  Nice Question
Nov
26
awarded  Nice Question
Oct
28
accepted High Quality Image Scaling C#
Oct
12
awarded  Popular Question
Oct
9
awarded  Popular Question
Sep
29
comment WPF Performance: Displaying thousands of Paths / Shapes on a Canvas
Thanks for pointing me to StreamGeometry, I didn't know this class yet
Sep
29
comment WPF Performance: Displaying thousands of Paths / Shapes on a Canvas
I'm currently using this approach: a VirtualPath class that stores the Path data and returns a WPF System.Windows.Shapes.Path as soon as its boundaries are visible.
Sep
29
asked WPF Performance: Displaying thousands of Paths / Shapes on a Canvas
Sep
21
awarded  Taxonomist
Sep
17
awarded  Yearling
Sep
15
asked ASP.NET Web Forms: Is it smart to call a custom “Bind” method in a user control’s property’s setter?
Sep
7
revised WPF Virtualizing a Canvas
added 133 characters in body
Sep
7
comment dynamic keyword, c# compilation service - how to run code that is not yet available at compile time?
Works nicely: dl.getdropbox.com/u/133877/test.jpg Thanks again :)
Sep
7
answered WPF Virtualizing a Canvas
Sep
3
comment dynamic keyword, c# compilation service - how to run code that is not yet available at compile time?
I will have a look at it, thanks a lot. Thanks for clearing that up, I'm not up to date with the latest c# spec.
Sep
3
asked dynamic keyword, c# compilation service - how to run code that is not yet available at compile time?
Sep
3
answered NHibernate mappings
Aug
26
answered DirectSound - how to get started
Aug
26
comment ie6 css background image problem
Listen to strager, the plugin you use will be using AlphaImageLoader to render it... It's obvious that this works well across other browsers because they don't need the pngFix in the first place
Aug
26
revised ie6 css background image problem
added 505 characters in body; added 71 characters in body
Aug
26
answered ie6 css background image problem
Aug
25
comment importing an XML document
I also retagged your question, tags like [actionscript] or [flash] are important for others to find your question. [xml] is pretty generic, so is [load]
Aug
25
comment importing an XML document
What navigation bar are you using? Is it an openly availble flash navigation? How does your xml look like? You should look into the actionscript reference, or tutorials like this: republicofcode.com/tutorials/flash/…
Aug
25
revised importing an XML document
edited tags
Aug
23
comment Is it possible to replace traditional event handling in C# with the new Reactive framework?
I know that, but this was a specific question regarding System.Reactive.dll and its IObservable<T>, IObserver<T> interfaces
Aug
23
asked Is it possible to replace traditional event handling in C# with the new Reactive framework?
Aug
22
revised i can’t figure out the bug in my program for calculating permutations
added 98 characters in body
Aug
22
revised i can’t figure out the bug in my program for calculating permutations
added 508 characters in body; deleted 80 characters in body; added 62 characters in body; added 492 characters in body
Aug
22
answered i can’t figure out the bug in my program for calculating permutations
Aug
21
comment SharePoint Projects
I agree... the "real world" is vast. Btw, programming sharepoint solutions will make you hate yourself.
Aug
19
awarded  Autobiographer
Aug
18
comment What is the best approach to make data access methods in NHibernate?
This is especially true once you try to model relationships. (For instance, an Employee object has a reference to a Manager.. what happens if you save an Employer, do you have to save its Manager too? Who is responsible for saving it?) The first article of the last paragraph, written by Jimmy Bogard, deals with that.
Aug
18
revised What is the best approach to make data access methods in NHibernate?
added 132 characters in body
Aug
18
comment What is the best approach to make data access methods in NHibernate?
As a warning tho, ddd can be pretty complex at first, with its terminology of "value objects" and "aggregate roots" etc. Don't despair.
Aug
18
accepted What is the best approach to make data access methods in NHibernate?
Aug
18
revised What is the best approach to make data access methods in NHibernate?
added 57 characters in body; added 69 characters in body
Aug
18
revised What is the best approach to make data access methods in NHibernate?
added 474 characters in body
Aug
18
revised What is the best approach to make data access methods in NHibernate?
added 388 characters in body; added 24 characters in body
Aug
18
answered What is the best approach to make data access methods in NHibernate?
Aug
18
revised Programatically create a web site in IIS using C# and set port number
edited tags
Aug
17
accepted Missing Namespace Assistance
Aug
17
answered Missing Namespace Assistance
Aug
17
answered What is the best strategy for handling large file upoads with Ruby on Rails?
Aug
17
answered C# Wrong conversion using Convert.ChangeType()
Aug
17
comment Programatically create a web site in IIS using C# and set port number
Great... btw watch out for App Pools... there might be need for some additional configuration...
Aug
17
accepted Programatically create a web site in IIS using C# and set port number
Aug
17
revised Programatically create a web site in IIS using C# and set port number
fixed code typo
Aug
17
revised Programatically create a web site in IIS using C# and set port number
added 1010 characters in body; added 192 characters in body; deleted 49 characters in body; deleted 7 characters in body
Aug
17
answered Distributed Monitoring Service using C# .NET 3.5
Aug
17
comment Programatically create a web site in IIS using C# and set port number
I did this in a legacy maintenance project once, I'll see whether I can find the code. It's pretty arcane and convoluted unfortunately.