TT

2,558
Reputation
186 views

Registered User

Name TT
Member for 1 year
Seen 2 hours ago
Website
Location NO
Age 34
C# linq asp.net mvc sql server
3h
comment Enterprise Library Unity vs Other IoC Containers
You mentioned MEF as well, I use MEF to deliver my IRepository implementation objects and find it works just fine. What is your thoughts on MEF?
5h
comment Why all the Active Record hate?
I guess in general a lot of hate and dislike against design patterns are connected to wrong use. People tend to overuse and use them in wrong context and end up with a more complex solution than the original
Nov
14
accepted Do you use any of the features in the various Visual Studio 2008 Team editions?
Nov
2
accepted MVC web fails after move
Nov
2
answered MVC web fails after move
Oct
29
awarded  
Oct
21
awarded  Yearling
Oct
9
revised asp.net ajax 4.0 client templates, how to bind a select?
added 122 characters in body
Oct
9
comment Which code is more readable?
That is your opinion...
Oct
9
revised Which code is more readable?
deleted 93 characters in body
Oct
9
answered Which code is more readable?
Oct
9
comment asp.net ajax 4.0 client templates, how to bind a select?
Thx, just what i was looking for, i'l lgive it a try later
Oct
8
comment asp.net ajax 4.0 client templates, how to bind a select?
I updated my question to clarify
Oct
8
revised asp.net ajax 4.0 client templates, how to bind a select?
added 383 characters in body
Oct
8
comment asp.net ajax 4.0 client templates, how to bind a select?
Thx, but its not quite what I was looking for. I do not want to populate the dropdown, it is already populated. I want to be able to use the client template binding syntax to get the value from my json object and set the selected element. It could be that I am looking at the problem from the wrong angle though. It would have been easy if the <select> tag had a value attribute
Oct
7
answered Don’t know enough to know if this design is a great idea or an incredibly dumb one …
Oct
7
comment Why do I need an IoC container as opposed to straightforward DI code?
The new MEF framework allows just this for .NET and I must say the code is cleaner and easier to understand, makes it a lot easier to understand the DI concept.
Oct
7
comment Don’t know enough to know if this design is a great idea or an incredibly dumb one …
+1 for the lesson, -1 for the attitude
Oct
6
revised asp.net ajax 4.0 client templates, how to bind a select?
deleted 146 characters in body
Oct
2
comment What would be a cool azure app?
Definitely an option but I guess it would be pretty expensive though
Oct
2
asked What would be a cool azure app?
Oct
1
accepted web.config and app.config confusion
Oct
1
answered web.config and app.config confusion
Oct
1
revised asp.net ajax 4.0 client templates, how to bind a select?
added tags
Sep
30
asked asp.net ajax 4.0 client templates, how to bind a select?
Sep
18
awarded  Nice Answer
Sep
12
awarded  Necromancer
Aug
26
comment asp.net mvc views and strongly typed viewdata
I guess I just got hung up on the physical placement of the ViewData classes, but having them in the Models folder makes sense. Thx
Aug
26
revised asp.net mvc views and strongly typed viewdata
deleted 9 characters in body
Aug
26
revised asp.net mvc views and strongly typed viewdata
Clarify
Aug
26
comment asp.net mvc views and strongly typed viewdata
But do you use strongly typed viewdata, and in case where are you defining those classes?
Aug
26
asked asp.net mvc views and strongly typed viewdata
Aug
25
answered Speed up LINQ inserts
Aug
24
answered Mef and asp.net problem
Aug
24
comment Mef and asp.net problem
Also the unit test calling that spesific code works fine, so its a problem that occurs when using a asp.net site as a client
Aug
24
comment Mef and asp.net problem
I suspected that as well, I gave Everyone full access to that folder, set the website to full trust. I even moved the plugins folder inside the website but still no luck.
Aug
23
revised Mef and asp.net problem
more info yet
Aug
23
revised Mef and asp.net problem
more info
Aug
22
asked Mef and asp.net problem
Aug
7
answered Silverlight Or ASP.NET
Jul
29
comment Model-View-ViewModel pattern violation of DRY?
1. What is a domain in this context? 2. Your business model have a customer entity. Imagine you have a Customer entity, a customer DTO and a CustomerViewModel, you would of course have a lot of duplicate properties there. I see this as a clear violation of DRY
Jul
29
accepted add two double given wrong result
Jul
28
comment MVC redirect problem
That is already built in. See the Authorize attribute
Jul
28
comment add two double given wrong result
Maybe my answer was a bit unclear but that is what I meant
Jul
28
answered add two double given wrong result
Jul
28
awarded  Enlightened
Jul
28
awarded  Nice Answer
Jul
28
accepted What is a “DateTime?” as opposed to just a DateTime in C#?
Jul
28
answered What is a “DateTime?” as opposed to just a DateTime in C#?
Jul
27
comment What are the drawbacks with building business apps in silverlight contrary to html
Still also the request resonse model of web is akward in a business app, I suspect as people get used to programming apps the desktop way again there will be little looking back, but that is only my guess