Click here to Skip to main content
15,886,518 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Code special to MVC Pin
Member 126169193-Jul-16 19:49
Member 126169193-Jul-16 19:49 
QuestionAsp.net mvc5,html5 Pin
Member 1236843723-Jun-16 21:30
Member 1236843723-Jun-16 21:30 
SuggestionRe: Asp.net mvc5,html5 Pin
CHill6024-Jun-16 0:27
mveCHill6024-Jun-16 0:27 
AnswerRe: Asp.net mvc5,html5 Pin
Dave Kreskowiak24-Jun-16 3:59
mveDave Kreskowiak24-Jun-16 3:59 
AnswerRe: Asp.net mvc5,html5 Pin
Gerry Schmitz24-Jun-16 4:10
mveGerry Schmitz24-Jun-16 4:10 
AnswerRe: Asp.net mvc5,html5 Pin
Nathan Minier28-Jun-16 1:24
professionalNathan Minier28-Jun-16 1:24 
QuestionGeneric Function for executing any parametric/non parametric function using C# Pin
Anuj Srivastava - 116-Jun-16 0:48
Anuj Srivastava - 116-Jun-16 0:48 
AnswerRe: Generic Function for executing any parametric/non parametric function using C# Pin
Pete O'Hanlon6-Jun-16 0:58
mvePete O'Hanlon6-Jun-16 0:58 
Okay, you have a high level requirement. You are now going to need to break that down into lower level requirements and keep refining these requirements until you reach a point where you can come up with a design. Here are some things you might want to consider.
  1. Do your stored procedures need to run inside transactions?
  2. Can they return data or are they execution only?
  3. Can they accept tables?
  4. How is the application going to know that it needs to call a particular procedure?
  5. How are you going to map from code to parameters from your stored proc?
  6. Do the procedures need to be retriable?
There are many other questions you are going to have to ask, but this is a good start.
This space for rent

GeneralRe: Generic Function for executing any parametric/non parametric function using C# Pin
Anuj Srivastava - 116-Jun-16 1:14
Anuj Srivastava - 116-Jun-16 1:14 
GeneralRe: Generic Function for executing any parametric/non parametric function using C# Pin
Pete O'Hanlon6-Jun-16 2:00
mvePete O'Hanlon6-Jun-16 2:00 
QuestionHow to clear Parser error in MVC 4? Pin
divyashasha1-Jun-16 8:31
divyashasha1-Jun-16 8:31 
AnswerRe: How to clear Parser error in MVC 4? Pin
Dave Kreskowiak1-Jun-16 8:53
mveDave Kreskowiak1-Jun-16 8:53 
SuggestionRe: How to clear Parser error in MVC 4? Pin
ZurdoDev3-Jun-16 1:57
professionalZurdoDev3-Jun-16 1:57 
GeneralRe: How to clear Parser error in MVC 4? Pin
Richard MacCutchan3-Jun-16 2:45
mveRichard MacCutchan3-Jun-16 2:45 
GeneralRe: How to clear Parser error in MVC 4? Pin
ZurdoDev3-Jun-16 2:50
professionalZurdoDev3-Jun-16 2:50 
GeneralRe: How to clear Parser error in MVC 4? Pin
Akshay A Phadke20-Jun-16 1:36
Akshay A Phadke20-Jun-16 1:36 
QuestionHow to correct this error? Pin
divyashasha31-May-16 23:27
divyashasha31-May-16 23:27 
SuggestionRe: How to correct this error? Pin
Richard MacCutchan31-May-16 23:40
mveRichard MacCutchan31-May-16 23:40 
AnswerRe: How to correct this error? Pin
Eddy Vluggen31-May-16 23:58
professionalEddy Vluggen31-May-16 23:58 
QuestionDetermining the correct .net project code used to create the production application. Pin
Stephen Holdorf24-May-16 6:10
Stephen Holdorf24-May-16 6:10 
GeneralRe: Determining the correct .net project code used to create the production application. Pin
PIEBALDconsult24-May-16 6:17
mvePIEBALDconsult24-May-16 6:17 
GeneralRe: Determining the correct .net project code used to create the production application. Pin
Stephen Holdorf24-May-16 6:52
Stephen Holdorf24-May-16 6:52 
SuggestionRe: Determining the correct .net project code used to create the production application. Pin
Sascha Lefèvre24-May-16 6:25
professionalSascha Lefèvre24-May-16 6:25 
GeneralRe: Determining the correct .net project code used to create the production application. Pin
Stephen Holdorf24-May-16 6:42
Stephen Holdorf24-May-16 6:42 
GeneralRe: Determining the correct .net project code used to create the production application. Pin
Dave Kreskowiak24-May-16 7:00
mveDave Kreskowiak24-May-16 7:00 

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.