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

.NET (Core and Framework)

 
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 
AnswerRe: .net newbie - lost in the details.... Pin
Jon_Boy12-Nov-08 4:20
Jon_Boy12-Nov-08 4:20 
charlieg wrote:
I'm trying to get a handle on the why of .net. I understand the concept of the assemblies, CLR, etc. allows developers to use their favorite language and run on any platform supporting the CLR.

Yes. Develop in the language you want. Basiclly, the languages use a common library and data types so that objects created in one language can be used in another. Compiled versions getting written in MSIL.

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? This seems nonsensical.


You might be getting confused with ClickOnce. ClickOnce allows .Net WinForm apps to be distributed easily over a network or web *very* easily (might be where you are getting the deployed to the web part). Depending on how the developer sets up clickOnce, the users may be forced to download the new version prior to running the app or simply notified.

Generally, ClickOnce 'setups' are apps that are simply X-copied vs apps which require customs scripts or actions during install (hence need a more powerful installer).


charlieg wrote:

So, can anyone point me at the bigger development picture for .net? perhaps there is a document or info that addresses the development approach when using .net?

You'll need to get a book or two and start digging in - simply to much material to cover.

Any suggestions, ideas, or 'constructive criticism' are always welcome.

"There's no such thing as a stupid question, only stupid people." - Mr. Garrison

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 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
Luc Pattyn7-Nov-08 14:26
sitebuilderLuc Pattyn7-Nov-08 14:26 

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.