Geo

1,808
Reputation
377 views

Registered User

Name Geo
Member for 11 months
Seen Nov 24 at 16:20
Website
Location Richardson, TX
Age 30
.
Nov
10
comment Does the scrum master have to answer the 3 standup questions as well?
Thanks, I though that too.
Nov
10
asked Does the scrum master have to answer the 3 standup questions as well?
Oct
14
asked How do I contract out the design of an ASP.NET MVC Application?
Oct
11
comment How to test business logic (Doman Model Rules) while using ADO.net entity framework?
Hi Anton: Could you give me the reasoning around using TimeSpan instead of adding a year to today's date. I tried googling but only found definitions. Thanks.
Oct
11
revised Where can I find Amazon DevPay C# Sample Code that works?
Look at Original Question Note
Oct
11
comment How to test business logic (Doman Model Rules) while using ADO.net entity framework?
Hi NerdFury: I found my problem. As others mentioned I have my automatically created entity model classes mixed with my business logic. The main reason is lack of proper knowledge on ADO.NET EN FW. I followed your code and was able to test it using an interface of the Entity class on the account class. Is kind of ugly. Any advice on how to fix this flaw in my design without refactoring the entire application. Thanks again, and I marked your question as the answer.
Oct
9
awarded  Notable Question
Oct
8
revised How to test business logic (Doman Model Rules) while using ADO.net entity framework?
edited title
Oct
8
asked How to test business logic (Doman Model Rules) while using ADO.net entity framework?
Oct
7
comment Is there a production grade SimpleDB .NET library?
Have you used the SimpleDB provider (Linq2SQL), it looks like it has not been maintained. Any opinions?
Oct
7
asked Is there a production grade SimpleDB .NET library?
Oct
7
comment What is the performance impact of having jquery functions not used?
Thanks for the information. I could not understand the use() import() analogy, but thanks in general.
Oct
7
comment What is the performance impact of having jquery functions not used?
Let me see if I get what you are saying. You define your functions on the global include called activate_{functionname} and then you add on the markup that uses that function the actual activate_{functionname} call. So at the end you have a contract with all your activate_{functionname} and you can add all the functions that are needed in each page on the markup. is this accurate?
Oct
7
accepted How do I use a hidden value more than once in the same controller method/view?
Oct
7
asked What is the performance impact of having jquery functions not used?
Oct
6
revised Where to put JavaScript configuration functions?
typo
Oct
6
revised Where to put JavaScript configuration functions?
EDIT 1
Oct
6
comment Where to put JavaScript configuration functions?
Hi Marc: Why you think this is subjective? If enough people use a convention is called a best-practice, but you will always have people doing it in a different way or even a better way.
Oct
6
asked Where to put JavaScript configuration functions?
Oct
5
revised How do I use a hidden value more than once in the same controller method/view?
NOTE
Oct
5
revised Should Web Developers upgrade to Internet Explorer 8?
typo
Oct
5
answered When to use extends and when to use interface?
Oct
5
answered How do I use a hidden value more than once in the same controller method/view?
Oct
5
revised How do I use a hidden value more than once in the same controller method/view?
edit 2
Oct
5
comment How do I use a hidden value more than once in the same controller method/view?
I tried that already, but did not work.
Oct
5
revised How do I use a hidden value more than once in the same controller method/view?
extra explanation.
Oct
5
asked How do I use a hidden value more than once in the same controller method/view?
Oct
2
comment Why is my Castle Windsor controller factory’s GetControllerInstance() being called with a null value?
Thanks, I spent hours looking for this solution.
Oct
1
revised How to test Repository Pattern with ADO.NET Entity Framework?
Change question to something more meaningful
Oct
1
revised How to test Repository Pattern with ADO.NET Entity Framework?
Adding the SQLUser Implementation of IUserRepository
Oct
1
comment How to test Repository Pattern with ADO.NET Entity Framework?
Hi tvanfosson: Thanks for the reply. I understand your post, and that's the reason I have the question. If I should not test my FakeImplementation of the IUserRepository, then I have to test the SQLUserRepository implementation of IUserRepository, which is the one that I am using. But If I do that then I am testing with Database and I have read that this should be avoided. I know I am missing something to make the connection, I just don't know what it is. Thanks.
Oct
1
comment Is the combination of ADO.NET Entity Framework and ASP.MVC wrong by any chance?
Thanks!!!! I spent around 1.5 hour on this alone. Is this a known bug? Thanks anyway.
Oct
1
revised Is the combination of ADO.NET Entity Framework and ASP.MVC wrong by any chance?
added a few lines of code to present the point of error.
Oct
1
comment Is the combination of ADO.NET Entity Framework and ASP.MVC wrong by any chance?
@Jason. Yes, I did. I removed it, re-added it, even check the version, also tried using statements in the homecontroller. I even thought it was my views, so I delete them and re-create them. When they don't make reference to Objects created by the ado.net enti fram all is good, as soon as I try users or any other object, compile error happens. thanks.
Oct
1
asked Is the combination of ADO.NET Entity Framework and ASP.MVC wrong by any chance?
Oct
1
asked How to test Repository Pattern with ADO.NET Entity Framework?
Sep
30
revised How to implement an invitation code to share resource with another user?
typos
Sep
30
revised How to implement an invitation code to share resource with another user?
EDIT 1: COMMENTING BACK TO MARK
Sep
29
asked How to implement an invitation code to share resource with another user?
Sep
28
asked Where can I find Amazon DevPay C# Sample Code that works?
Sep
28
awarded  
Sep
27
answered asp.net mvc and css: Having menu tab stay highlighted on selection
Sep
27
asked Where can I get an ASP.NET MVC Designs?
Sep
26
comment How to decide what radioButton is on in a View?
Exactly what I was looking. Thanks Josh!!!
Sep
26
comment How to decide what radioButton is on in a View?
I tried that on the third section of the code above and it did not worked. I thought it was going to, though. Thanks.
Sep
26
asked How to decide what radioButton is on in a View?
Sep
25
comment What Jquery Plugin or Extension could I use to construct a query string?
this works, but for some reason every time the html is loaded the keyword=keyvar is cleared. I think I am doing something wrong. any ideas.
Sep
25
asked What Jquery Plugin or Extension could I use to construct a query string?
Sep
23
asked Is there any performance advantage over running code outside try,catch blocks?
Sep
22
comment From an Architecture stand point, What is a best approach Session[] or Encrypted Cookies?
Hi Rex, thanks for your support and comments. Is there any best practice in order to implement state sessions?