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

.NET (Core and Framework)

 
Generalabout how to use package installer Pin
Anonymous8-Jan-04 22:31
Anonymous8-Jan-04 22:31 
GeneralRe: about how to use package installer Pin
UB9-Jan-04 5:39
UB9-Jan-04 5:39 
GeneralRe: about how to use package installer Pin
yu-yu12-Jan-04 20:57
yu-yu12-Jan-04 20:57 
GeneralRe: about how to use package installer Pin
UB13-Jan-04 5:35
UB13-Jan-04 5:35 
GeneralRe: about how to use package installer Pin
yu-yu13-Jan-04 15:56
yu-yu13-Jan-04 15:56 
GeneralRe: about how to use package installer Pin
yu-yu13-Jan-04 21:25
yu-yu13-Jan-04 21:25 
GeneralRe: about how to use package installer Pin
UB14-Jan-04 5:22
UB14-Jan-04 5:22 
GeneralRe: about how to use package installer Pin
yu-yu14-Jan-04 15:56
yu-yu14-Jan-04 15:56 
GeneralRe: about how to use package installer Pin
UB15-Jan-04 6:55
UB15-Jan-04 6:55 
GeneralRe: about how to use package installer Pin
yu-yu15-Jan-04 20:27
yu-yu15-Jan-04 20:27 
GeneralRe: about how to use package installer Pin
UB16-Jan-04 4:54
UB16-Jan-04 4:54 
GeneralRe: about how to use package installer Pin
yu-yu18-Jan-04 19:48
yu-yu18-Jan-04 19:48 
GeneralRe: about how to use package installer Pin
UB19-Jan-04 5:39
UB19-Jan-04 5:39 
GeneralRe: about how to use package installer Pin
yu-yu13-Jan-04 17:35
yu-yu13-Jan-04 17:35 
GeneralSingle Precision Math Pin
LokiSD8-Jan-04 11:37
LokiSD8-Jan-04 11:37 
QuestionHow to specify an Assembly reference? Pin
Chris Meech8-Jan-04 5:16
Chris Meech8-Jan-04 5:16 
AnswerRe: How to specify an Assembly reference? Pin
Chris Meech8-Jan-04 5:50
Chris Meech8-Jan-04 5:50 
GeneralRe: How to specify an Assembly reference? Pin
Guillermo Rivero9-Jan-04 7:09
Guillermo Rivero9-Jan-04 7:09 
GeneralRe: How to specify an Assembly reference? Pin
Chris Meech9-Jan-04 7:34
Chris Meech9-Jan-04 7:34 
GeneralRe: How to specify an Assembly reference? Pin
Guillermo Rivero9-Jan-04 7:38
Guillermo Rivero9-Jan-04 7:38 
GeneralRe: How to specify an Assembly reference? Pin
Chris Meech9-Jan-04 7:55
Chris Meech9-Jan-04 7:55 
GeneralRe: How to specify an Assembly reference? Pin
Guillermo Rivero9-Jan-04 8:02
Guillermo Rivero9-Jan-04 8:02 
QuestionHow Windows works... Pin
profoundwhispers7-Jan-04 7:39
profoundwhispers7-Jan-04 7:39 
AnswerRe: How Windows works... Pin
Colin Angus Mackay10-Jan-04 16:59
Colin Angus Mackay10-Jan-04 16:59 
I don't think that is necessary. If you don't know how an operating system works then a book that describes in general the workings and functions of an operating system will do.

If you are writing code that will interact with the operating system at a low level then a more specialised book will become necessary (e.g. if you are going to write hardware drivers). However, if all you are going to do is write business applications then knowing how to deal with SQL Server will be much more useful.

As a bit of personal history... When I started writing software after a while I came to a similar conclusion, however I have never found out "how the Windows operating system exactly works internally" - I doubt anyone really knows as it took several million man-hours to create - but what did make the difference was sometime after leaving University I was introduced to the concept of patterns. I read about them and came to realise that I was already using some of them without knowing, but I found more that I had never used or considered before and a whole new world opened up.

I think the question you need to ask yourself is: What sort of software do I want to write? or What sort of software does my employer want me to write? And from the answer you can work out what you need to know to do that effectively. For example, above I mentioned that learning about SQL Server would serve you better in a business application world. Also learning about DirectX would serve you better if you are going to write games.

--Colin Mackay--

EuroCPian Spring 2004 Get Together[^]


Generalsearch trough a TreeView for a TreeNode with matching tag Pin
Kalthoff7-Jan-04 5:39
Kalthoff7-Jan-04 5:39 

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.