Click here to Skip to main content
16,004,653 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: "data is updated successfuly..." is shown but database cannot updated Pin
saroj mnaik11-May-14 9:12
saroj mnaik11-May-14 9:12 
Questionhow to join all three query results to one in mysql Pin
sr1591-May-14 5:55
sr1591-May-14 5:55 
SuggestionRe: how to join all three query results to one in mysql Pin
Richard Deeming1-May-14 6:50
mveRichard Deeming1-May-14 6:50 
QuestionRunning .NET 4.0 Targeted app in .NET 3.5 ONLY environment Pin
TheGreatAndPowerfulOz30-Apr-14 8:57
TheGreatAndPowerfulOz30-Apr-14 8:57 
SuggestionRe: Running .NET 4.0 Targeted app in .NET 3.5 ONLY environment Pin
Matt T Heffron30-Apr-14 10:04
professionalMatt T Heffron30-Apr-14 10:04 
GeneralRe: Running .NET 4.0 Targeted app in .NET 3.5 ONLY environment Pin
TheGreatAndPowerfulOz30-Apr-14 10:13
TheGreatAndPowerfulOz30-Apr-14 10:13 
AnswerRe: Running .NET 4.0 Targeted app in .NET 3.5 ONLY environment Pin
Gerry Schmitz30-Apr-14 10:10
mveGerry Schmitz30-Apr-14 10:10 
GeneralRe: Running .NET 4.0 Targeted app in .NET 3.5 ONLY environment Pin
TheGreatAndPowerfulOz30-Apr-14 10:14
TheGreatAndPowerfulOz30-Apr-14 10:14 
QuestionDevoloping a Calc spreadsheet program using C# Pin
sifi mohamed amine25-Apr-14 3:50
sifi mohamed amine25-Apr-14 3:50 
AnswerRe: Devoloping a Calc spreadsheet program using C# Pin
José Amílcar Casimiro3-May-14 7:38
José Amílcar Casimiro3-May-14 7:38 
QuestionCan't start Windows Service Pin
sifi mohamed amine24-Apr-14 3:55
sifi mohamed amine24-Apr-14 3:55 
GeneralRe: Can't start Windows Service Pin
PIEBALDconsult24-Apr-14 4:18
mvePIEBALDconsult24-Apr-14 4:18 
GeneralRe: Can't start Windows Service Pin
sifi mohamed amine24-Apr-14 4:24
sifi mohamed amine24-Apr-14 4:24 
GeneralRe: Can't start Windows Service Pin
PIEBALDconsult24-Apr-14 5:14
mvePIEBALDconsult24-Apr-14 5:14 
AnswerRe: Can't start Windows Service Pin
jschell27-Apr-14 9:35
jschell27-Apr-14 9:35 
GeneralRe: Can't start Windows Service Pin
sifi mohamed amine2-May-14 4:33
sifi mohamed amine2-May-14 4:33 
QuestionCreate an interface to own API Pin
tommy_tanaka21-Apr-14 1:18
tommy_tanaka21-Apr-14 1:18 
AnswerRe: Create an interface to own API Pin
Bernhard Hiller21-Apr-14 21:34
Bernhard Hiller21-Apr-14 21:34 
That means that the user of your API has to tell somewhere which RenderTask object to use, e.g. in the constructor of the class which contains the sendMail function. But that object will need some references to other objects of your code, mainly the mail object. You have to set those references in your code. And before you send your mail, just do if (_RenderTask!=null){_RenderTask.ProcessPreRender();}
If it is just one function where that class is to be used, I'd prefer an event (with the mail object being passed via the EventArgs) instead of overwriting a specific base class.
QuestionCustom mapping with AutoMapper Pin
USAFHokie8016-Apr-14 5:04
USAFHokie8016-Apr-14 5:04 
AnswerRe: Custom mapping with AutoMapper Pin
Eddy Vluggen16-Apr-14 22:30
professionalEddy Vluggen16-Apr-14 22:30 
Question.NET Open source compiler platform (Roslyn) Pin
Abdallah Al-Dalleh14-Apr-14 19:55
Abdallah Al-Dalleh14-Apr-14 19:55 
AnswerRe: .NET Open source compiler platform (Roslyn) Pin
Pete O'Hanlon14-Apr-14 21:18
mvePete O'Hanlon14-Apr-14 21:18 
Questionshow profile in asp.net Pin
krish099114-Apr-14 7:40
krish099114-Apr-14 7:40 
AnswerRe: show profile in asp.net Pin
Wes Aday14-Apr-14 10:23
professionalWes Aday14-Apr-14 10:23 
AnswerRe: show profile in asp.net Pin
sankarsan parida11-May-14 23:32
professionalsankarsan parida11-May-14 23:32 

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.