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

.NET (Core and Framework)

 
Question3 layers architecture & MVC Pin
kryptong4-Feb-14 3:20
kryptong4-Feb-14 3:20 
AnswerRe: 3 layers architecture & MVC Pin
Eddy Vluggen4-Feb-14 7:55
professionalEddy Vluggen4-Feb-14 7:55 
GeneralRe: 3 layers architecture & MVC Pin
kryptong4-Feb-14 8:08
kryptong4-Feb-14 8:08 
GeneralRe: 3 layers architecture & MVC Pin
Eddy Vluggen5-Feb-14 0:30
professionalEddy Vluggen5-Feb-14 0:30 
AnswerRe: 3 layers architecture & MVC Pin
Pete O'Hanlon4-Feb-14 8:28
mvePete O'Hanlon4-Feb-14 8:28 
AnswerRe: 3 layers architecture & MVC Pin
CoderPanda5-Feb-14 6:56
professionalCoderPanda5-Feb-14 6:56 
QuestionGood GC configuration for Web services Pin
Pingala31-Jan-14 11:36
Pingala31-Jan-14 11:36 
AnswerRe: Good GC configuration for Web services Pin
Dave Kreskowiak31-Jan-14 11:58
mveDave Kreskowiak31-Jan-14 11:58 
There are no configuration parameters to tune. The Garbage Collector is self tuning.

What is more probable is that your code is leaking resources somewhere. Rule of thumb is that if you create an instance of some class that implements IDisposable, make sure you call it when you don't need the object any more.


modified 31-Jan-14 19:46pm.

AnswerRe: Good GC configuration for Web services Pin
CoderPanda5-Feb-14 7:23
professionalCoderPanda5-Feb-14 7:23 
QuestionSending e-mail error-VB.NET Pin
tgkkishore31-Jan-14 5:07
tgkkishore31-Jan-14 5:07 
AnswerRe: Sending e-mail error-VB.NET Pin
Eddy Vluggen31-Jan-14 6:25
professionalEddy Vluggen31-Jan-14 6:25 
GeneralRe: Sending e-mail error-VB.NET Pin
tgkkishore1-Feb-14 4:34
tgkkishore1-Feb-14 4:34 
GeneralRe: Sending e-mail error-VB.NET Pin
Eddy Vluggen1-Feb-14 7:09
professionalEddy Vluggen1-Feb-14 7:09 
GeneralRe: Sending e-mail error-VB.NET Pin
tgkkishore2-Feb-14 1:03
tgkkishore2-Feb-14 1:03 
GeneralRe: Sending e-mail error-VB.NET Pin
Richard MacCutchan2-Feb-14 1:31
mveRichard MacCutchan2-Feb-14 1:31 
GeneralRe: Sending e-mail error-VB.NET Pin
Richard Deeming3-Feb-14 1:40
mveRichard Deeming3-Feb-14 1:40 
GeneralRe: Sending e-mail error-VB.NET Pin
tgkkishore5-Feb-14 4:07
tgkkishore5-Feb-14 4:07 
GeneralRe: Sending e-mail error-VB.NET Pin
Richard Deeming5-Feb-14 4:24
mveRichard Deeming5-Feb-14 4:24 
Questionlarning .net Pin
Member 1055803029-Jan-14 3:52
Member 1055803029-Jan-14 3:52 
AnswerRe: larning .net Pin
Simon_Whale29-Jan-14 4:31
Simon_Whale29-Jan-14 4:31 
AnswerRe: larning .net Pin
Richard MacCutchan29-Jan-14 6:37
mveRichard MacCutchan29-Jan-14 6:37 
Questiondebugging a java webservice hosted on tomcat server in visual studio 2012 Pin
vanjier27-Jan-14 5:45
vanjier27-Jan-14 5:45 
AnswerRe: debugging a java webservice hosted on tomcat server in visual studio 2012 Pin
Shameel29-Jan-14 20:40
professionalShameel29-Jan-14 20:40 
GeneralRe: debugging a java webservice hosted on tomcat server in visual studio 2012 Pin
vanjier5-Feb-14 14:38
vanjier5-Feb-14 14:38 
Questionadd an item to listview Pin
Member 1050621527-Jan-14 2:40
Member 1050621527-Jan-14 2:40 

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.