flesh

3,495
Reputation
305 views

Registered User

Name flesh
Member for 1 year
Seen 8 hours ago
Website
Location
Age
Nov
16
awarded  Nice Question
Nov
13
awarded  Popular Question
Oct
27
awarded  Popular Question
Oct
21
awarded  Notable Question
Oct
15
awarded  Notable Question
Oct
15
awarded  Yearling
Oct
10
answered Why should i learn C++.
Oct
1
awarded  Popular Question
Sep
30
awarded  Popular Question
Sep
22
answered Dynamic LINQ and Dynamic Lambda expressions?
Sep
22
comment Will java ever be knocked off its pedastal as “top” programming language?
Never thought I'd see Yeats on SO ..
Sep
21
comment List of themeable / skinable properties for ASP.NET controls?
really? i'll give it a go, thanks
Sep
16
answered What is the max LINQ Expression Trees can do?
Sep
15
asked List of themeable / skinable properties for ASP.NET controls?
Sep
15
comment C# .NET 3.5: What is Expression<> used for?
Is there anywhere we can see the code you did for Microsoft? I'd really like to see some examples of this kind of thing ..
Sep
15
comment C# .NET 3.5: What is Expression<> used for?
where can i see 'VisualLINQ'?
Sep
15
answered How can I improve my prospects for getting my first development job?
Sep
12
comment ASP.NET Session Timeout
I agree it would be nice to have the ability to style it the dialog, but Stackoverflow uses it, and it never offends me, it's so common as to be transparent to most users ..
Sep
11
comment ASP.NET Session Timeout
fyi - my javascript comment was in response to david's comment that it's hard and ugly 'to pop up a message reminding a user to save before they leave the page' - it isn't. i wasn't suggesting it as a solution for handling session_end. that would be mental.
Sep
11
revised ASP.NET Session Timeout
added 27 characters in body
Sep
11
comment ASP.NET Session Timeout
David - no it isn't difficult and it's only as ugly as a windows dialog.
Sep
11
revised ASP.NET Session Timeout
added 264 characters in body
Sep
11
answered ASP.NET Session Timeout
Sep
11
comment Going from Dictionary<int, StringBuilder> To Table-Valued SqlParameter. How?
Is there any reason why you need to use a TVP?
Sep
11
comment How to become a “faster” programmer?
'not delivering on time does not mean you are slow, it means the project was planned poorly' - that's a textbox description of an invalid argument. there are many other reasons why you mightn't deliver on time, one of which may well be because you are slow.
Sep
7
accepted .NET Entity framework project layout (architecture)
Aug
6
awarded  Popular Question
Jul
31
comment How to fundamentally re-architect a system whilst preserving functional behaviour?
Interesting answer - the best yet. The granularity is a big problem here because of multiple SP and code dependencies on the database. It is going to be very hard to isolate at this level, and that is exactly what I am worried about..
Jul
31
asked How to fundamentally re-architect a system whilst preserving functional behaviour?
Jul
30
asked How to configure Visual Studio for native C++ (unmanaged) development?
Jul
30
comment How do I make double-checked locking syntax less verbose?
Do MS pay people like Joe for code like that? Just interested ..
Jul
29
awarded  
Jul
24
comment Good books on the coming .net framework 4.0
Seriously John, where do you find the time? I've been signed up to your feed for a few days now and I don't even have time to read all your posts.. let alone write those answers AND write a book AND work for Google. I know this whole Skeet joke thing, but I am seriously beginning to think you are actualy some kind of relentless C# cyborg. Unbelievable.
Jul
22
comment What are the best reads to know more about the .NET CLR ?
Jon - side question, what does knowledge of the CLR allow you to do? Why should a developer bother to read up on it?
Jul
18
comment UK university Computer Science departments - your experiences?
Not sure why this has close votes - I think it's a good question. People should be a bit more relaxed about these things ..
Jul
17
awarded  Tumbleweed
Jul
17
awarded  Nice Answer
Jul
17
comment How can I build a Truth Table Generator?
Eric - it sounds like the hardest step above is the semantic analysis (if i have undertsood correctly, the translation of the IEnumberable to a tree with meaning). How do you suggest you go about this? I understand the concept of an AST but how do you know where to start within the IEnumerable?
Jul
16
comment How can I build a Truth Table Generator?
So that's a compiler in less than 1000 words .. brilliant stuff
Jul
15
comment [jQuery] Update URL on AJAX call?
im not quite sure what you're wanting to do.. are you wanting to store page parameters, so you can persist the state of a page through navigation?
Jul
15
answered How to Display Parent-Child Relationship in a single datagrid Windows Forms .Net
Jul
13
comment What is the breakdown of all of the layers required/recommended for an Asp.Net Mvc Application following best programming practices?
the kind of question that deserves a decent, in depth answer.. will be interesting to see what you get :)
Jul
13
answered C# Local database, I need some examples
Jul
13
comment Should I use static methods for DataAccess commum operators?
Well the performance hit is negligible either way, so as long as your design is sound, using static methods should be fine - it's less lines of code as well ;)
Jul
13
answered Should I use static methods for DataAccess commum operators?
Jul
13
revised What is the best way for save and load setting in my program ?
tags
Jul
13
revised How to represent an event based architecture in a static UML model?
added 165 characters in body; edited title
Jul
13
asked How to represent an event based architecture in a static UML model?
Jul
11
answered Which is a good method for Desktop & web application integration?
Jul
10
asked iText - how to set display of multiple tables?