Click here to Skip to main content
15,888,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioni think repository pattern is implemented only thru orm Pin
Mogamboo_Khush_Hua27-Oct-10 8:51
Mogamboo_Khush_Hua27-Oct-10 8:51 
AnswerMy vote of 1 Pin
Keith Barrow27-Oct-10 10:37
professionalKeith Barrow27-Oct-10 10:37 
QuestionTabstop property of control missing in asp.net Pin
Asif Rehman27-Oct-10 3:25
Asif Rehman27-Oct-10 3:25 
AnswerRe: Tabstop property of control missing in asp.net Pin
kadaoui el mehdi27-Oct-10 3:37
kadaoui el mehdi27-Oct-10 3:37 
AnswerRe: Tabstop property of control missing in asp.net Pin
kadaoui el mehdi29-Oct-10 1:27
kadaoui el mehdi29-Oct-10 1:27 
GeneralInsurance Tax increasing Pin
Danpeking27-Oct-10 1:16
Danpeking27-Oct-10 1:16 
GeneralRe: Insurance Tax increasing Pin
Not Active27-Oct-10 1:42
mentorNot Active27-Oct-10 1:42 
GeneralRe: Insurance Tax increasing Pin
Keith Barrow27-Oct-10 2:00
professionalKeith Barrow27-Oct-10 2:00 
As this is urgent, my advice is to create a static class with the rate defined as a readonly constant, and a static property to define the rate. Point all the hard-coded values at the static class property, then fix your SQL Tables.

After you've fixed it everywhere you'll should be OK for midnight. Tomorrow, start refactoring so the rate is set in one place in the database and the static class retrieves it from the rate table. Don't leave the static class as I have described it.

GeneralRe: Insurance Tax increasing Pin
fjdiewornncalwe27-Oct-10 3:02
professionalfjdiewornncalwe27-Oct-10 3:02 
GeneralRe: Insurance Tax increasing Pin
Danpeking27-Oct-10 3:33
Danpeking27-Oct-10 3:33 
GeneralRe: Insurance Tax increasing Pin
fjdiewornncalwe27-Oct-10 3:45
professionalfjdiewornncalwe27-Oct-10 3:45 
GeneralRe: Insurance Tax increasing Pin
Keith Barrow27-Oct-10 3:50
professionalKeith Barrow27-Oct-10 3:50 
GeneralRe: Insurance Tax increasing [modified] Pin
Danpeking27-Oct-10 4:32
Danpeking27-Oct-10 4:32 
QuestionRepository pattern Pin
Mogamboo_Khush_Hua27-Oct-10 1:13
Mogamboo_Khush_Hua27-Oct-10 1:13 
AnswerRe: Repository pattern Pin
Not Active27-Oct-10 1:38
mentorNot Active27-Oct-10 1:38 
GeneralRe: Repository pattern Pin
Mogamboo_Khush_Hua27-Oct-10 2:09
Mogamboo_Khush_Hua27-Oct-10 2:09 
AnswerRe: Repository pattern Pin
Keith Barrow27-Oct-10 1:48
professionalKeith Barrow27-Oct-10 1:48 
QuestionSmall straight line displayed on web application Pin
Arudya26-Oct-10 22:12
Arudya26-Oct-10 22:12 
AnswerRe: Small straight line displayed on web application [modified] Pin
Keith Barrow26-Oct-10 22:42
professionalKeith Barrow26-Oct-10 22:42 
AnswerRe: Small straight line displayed on web application Pin
fjdiewornncalwe27-Oct-10 3:05
professionalfjdiewornncalwe27-Oct-10 3:05 
QuestionInserting in Multi table With one Store Procedure Pin
future383926-Oct-10 12:27
future383926-Oct-10 12:27 
AnswerRe: Inserting in Multi table With one Store Procedure Pin
m@dhu26-Oct-10 22:41
m@dhu26-Oct-10 22:41 
AnswerRe: Inserting in Multi table With one Store Procedure Pin
Brij27-Oct-10 1:29
mentorBrij27-Oct-10 1:29 
Questionmasked textbox for date entry. Pin
Asif Rehman26-Oct-10 5:13
Asif Rehman26-Oct-10 5:13 
AnswerRe: masked textbox for date entry. Pin
Keith Barrow26-Oct-10 7:15
professionalKeith Barrow26-Oct-10 7:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.