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

.NET (Core and Framework)

 
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 
GeneralYoutube video downloader . Pin
Muhammad Ashikuzzaman12-Apr-14 8:52
Muhammad Ashikuzzaman12-Apr-14 8:52 
GeneralRe: Youtube video downloader . Pin
Wes Aday12-Apr-14 9:22
professionalWes Aday12-Apr-14 9:22 
GeneralRe: Youtube video downloader . Pin
Muhammad Ashikuzzaman12-Apr-14 19:40
Muhammad Ashikuzzaman12-Apr-14 19:40 
GeneralRe: Youtube video downloader . Pin
Pete O'Hanlon12-Apr-14 20:28
mvePete O'Hanlon12-Apr-14 20:28 
Questionhelp needed on Raw Input in vb.net Pin
Maorix12-Apr-14 1:12
Maorix12-Apr-14 1:12 
AnswerRe: help needed on Raw Input in vb.net Pin
Maorix13-Apr-14 5:41
Maorix13-Apr-14 5:41 
GeneralRe: help needed on Raw Input in vb.net Pin
Member 1129801910-Jan-23 17:47
Member 1129801910-Jan-23 17:47 
Questionhow to convert excel template to tempate XML? Pin
byka8-Apr-14 6:53
byka8-Apr-14 6:53 
QuestionRe: how to convert excel template to tempate XML? Pin
Eddy Vluggen10-Apr-14 3:04
professionalEddy Vluggen10-Apr-14 3:04 
AnswerRe: how to convert excel template to tempate XML? Pin
Delvin Raphael26-Apr-14 20:44
professionalDelvin Raphael26-Apr-14 20:44 

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.