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

.NET (Core and Framework)

 
GeneralRe: Problem Solved - for Now Pin
S. Senthil Kumar16-Nov-08 6:52
S. Senthil Kumar16-Nov-08 6:52 
GeneralRe: Problem Solved - for Now Pin
Roger Wright16-Nov-08 7:49
professionalRoger Wright16-Nov-08 7:49 
QuestionError while sending email [modified] Pin
Vipul Mehta12-Nov-08 3:31
Vipul Mehta12-Nov-08 3:31 
AnswerRe: Error while sending email Pin
Dave Kreskowiak12-Nov-08 3:34
mveDave Kreskowiak12-Nov-08 3:34 
AnswerRe: Error while sending email Pin
Roger Wright13-Nov-08 5:04
professionalRoger Wright13-Nov-08 5:04 
GeneralRe: Error while sending email Pin
Vipul Mehta13-Nov-08 23:41
Vipul Mehta13-Nov-08 23:41 
Question.net newbie - lost in the details.... Pin
charlieg12-Nov-08 2:24
charlieg12-Nov-08 2:24 
AnswerRe: .net newbie - lost in the details.... Pin
Dave Kreskowiak12-Nov-08 3:33
mveDave Kreskowiak12-Nov-08 3:33 
charlieg wrote:
So, I could use a control on the desktop and in a web app


Not entirely true. You CAN write a control that works on both, but there are manny, many cases where this is just not possible because of the differing UI models desktop apps and web apps use.


charlieg wrote:
Now things really get insane - I seem to recall reading that if I write a desktop app in .net, I can deploy it to the web?


It is non-sensical. You can deploy a desktop app USING the web. You can NOT run any desktop app your write AS a web application. If that was true, there wouldn't be a use for ASP.NET.

The closest you get to this is an application that has business and data layers in common and shared between a Windows Forms (Desktop) app and a Web Forms (ASP.NET) app. These technologies are mearly User Interface layers to n-teir applications that can share Business and Data layer code between them.

You may want to read up on "Smart Client" applications to see how .NET makes this easier.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: .net newbie - lost in the details.... Pin
Jon_Boy12-Nov-08 4:20
Jon_Boy12-Nov-08 4:20 
AnswerRe: .net newbie - lost in the details.... Pin
Pete O'Hanlon12-Nov-08 5:13
mvePete O'Hanlon12-Nov-08 5:13 
Question1 computer, 2 nics connected to each other Pin
XenAeon11-Nov-08 10:41
XenAeon11-Nov-08 10:41 
AnswerRe: 1 computer, 2 nics connected to each other Pin
Roger Wright14-Nov-08 4:54
professionalRoger Wright14-Nov-08 4:54 
Question.NET Runtime 2.0 Error Event ID 1000 - Need som help! Pin
Daniel Jansson11-Nov-08 3:44
Daniel Jansson11-Nov-08 3:44 
QuestionFront page extension Problem Pin
ALAQUNAIBI10-Nov-08 21:47
ALAQUNAIBI10-Nov-08 21:47 
AnswerRe: Front page extension Problem Pin
Thomas Stockwell11-Nov-08 2:54
professionalThomas Stockwell11-Nov-08 2:54 
QuestionError while using c# dll as ActiveXComponents Pin
mdubey8210-Nov-08 4:42
mdubey8210-Nov-08 4:42 
AnswerRe: Error while using c# dll as ActiveXComponents Pin
Thomas Stockwell11-Nov-08 2:55
professionalThomas Stockwell11-Nov-08 2:55 
QuestionRegarding Interop.Microsoft.Office.Interop.Word.dll Pin
chinnu bangaram10-Nov-08 3:13
chinnu bangaram10-Nov-08 3:13 
AnswerRe: Regarding Interop.Microsoft.Office.Interop.Word.dll Pin
Dave Kreskowiak10-Nov-08 4:01
mveDave Kreskowiak10-Nov-08 4:01 
GeneralRe: Regarding Interop.Microsoft.Office.Interop.Word.dll Pin
chinnu bangaram10-Nov-08 17:55
chinnu bangaram10-Nov-08 17:55 
GeneralRe: Regarding Interop.Microsoft.Office.Interop.Word.dll Pin
Pete O'Hanlon11-Nov-08 5:13
mvePete O'Hanlon11-Nov-08 5:13 
GeneralRe: Regarding Interop.Microsoft.Office.Interop.Word.dll Pin
Jon_Boy12-Nov-08 9:50
Jon_Boy12-Nov-08 9:50 
QuestionMy local SQL Server database and .NET application.?????? Pin
devboycpp9-Nov-08 9:01
devboycpp9-Nov-08 9:01 
AnswerRe: My local SQL Server database and .NET application.?????? Pin
Wendelius9-Nov-08 9:32
mentorWendelius9-Nov-08 9:32 
QuestionAny fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
supercat97-Nov-08 13:10
supercat97-Nov-08 13:10 

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.