Click here to Skip to main content
15,888,061 members
Home / Discussions / C#
   

C#

 
AnswerRe: TCP Heartbeat background Thread Pin
Eddy Vluggen29-May-15 2:57
professionalEddy Vluggen29-May-15 2:57 
GeneralRe: TCP Heartbeat background Thread Pin
MooKowMyke29-May-15 7:57
MooKowMyke29-May-15 7:57 
GeneralRe: TCP Heartbeat background Thread Pin
Eddy Vluggen29-May-15 11:16
professionalEddy Vluggen29-May-15 11:16 
GeneralRe: TCP Heartbeat background Thread Pin
MooKowMyke30-May-15 21:26
MooKowMyke30-May-15 21:26 
QuestionWhy Can't I use asp.net controls with mvc? Pin
Dolly Nimavat27-May-15 20:42
Dolly Nimavat27-May-15 20:42 
AnswerRe: Why Can't I use asp.net controls with mvc? PinPopular
dan!sh 27-May-15 20:49
professional dan!sh 27-May-15 20:49 
AnswerRe: Why Can't I use asp.net controls with mvc? Pin
F-ES Sitecore27-May-15 23:14
professionalF-ES Sitecore27-May-15 23:14 
AnswerRe: Why Can't I use asp.net controls with mvc? Pin
L Viljoen28-May-15 3:20
professionalL Viljoen28-May-15 3:20 
in one word Viewstate

you can still use to controls on an asp.net (not razor version)

MVC does give you the advantage of super light postbacks and responses but has. Where in mvc your information is being contained in the model (which obviously excludes ajax calls creates)

But in my personal opinion asp.net does seem to take more of an object oriented approach to reusing controls , which makes developing massive information system a lot less painful and quicker ; but the tradeoff is a lot of information being parsed back and forth that you are most likely not going to use every time a button is clicked which is bad for high traffic sites.
Chona1171
Web Developer (C#), Silverlight

GeneralRe: Why Can't I use asp.net controls with mvc? Pin
F-ES Sitecore28-May-15 5:03
professionalF-ES Sitecore28-May-15 5:03 
GeneralRe: Why Can't I use asp.net controls with mvc? Pin
L Viljoen28-May-15 19:59
professionalL Viljoen28-May-15 19:59 
QuestionSource not available Pin
Dolly Nimavat27-May-15 20:40
Dolly Nimavat27-May-15 20:40 
AnswerRe: Source not available Pin
dan!sh 27-May-15 20:46
professional dan!sh 27-May-15 20:46 
Questionsyntax SIM card registration with the network through the AT commands ? Pin
Member 245846727-May-15 18:56
Member 245846727-May-15 18:56 
AnswerRe: syntax SIM card registration with the network through the AT commands ? Pin
OriginalGriff27-May-15 19:23
mveOriginalGriff27-May-15 19:23 
QuestionGet the phone number SIM Imel with C#? Pin
Member 245846727-May-15 18:45
Member 245846727-May-15 18:45 
AnswerRe: Get the phone number SIM Imel with C#? Pin
OriginalGriff27-May-15 19:23
mveOriginalGriff27-May-15 19:23 
Questionconvert string[]/byte to bool[] Pin
hasan hadi27-May-15 16:47
hasan hadi27-May-15 16:47 
AnswerRe: convert string[]/byte to bool[] Pin
dan!sh 27-May-15 18:24
professional dan!sh 27-May-15 18:24 
GeneralRe: convert string[]/byte to bool[] Pin
hasan hadi28-May-15 2:28
hasan hadi28-May-15 2:28 
GeneralRe: convert string[]/byte to bool[] Pin
hasan hadi28-May-15 19:34
hasan hadi28-May-15 19:34 
GeneralRe: convert string[]/byte to bool[] Pin
Armugam Indrani28-May-15 23:24
professionalArmugam Indrani28-May-15 23:24 
QuestionTFS Workitem type task Save failed. Pin
Member 1067824227-May-15 3:12
Member 1067824227-May-15 3:12 
AnswerRe: TFS Workitem type task Save failed. Pin
Dave Kreskowiak27-May-15 3:58
mveDave Kreskowiak27-May-15 3:58 
GeneralRe: TFS Workitem type task Save failed. Pin
Member 1067824227-May-15 18:41
Member 1067824227-May-15 18:41 
GeneralRe: TFS Workitem type task Save failed. Pin
Dave Kreskowiak28-May-15 1:22
mveDave Kreskowiak28-May-15 1:22 

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.