Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
QuestionHow to set ACEs on AD classes Pin
Nidhi Narang27-Oct-03 12:41
Nidhi Narang27-Oct-03 12:41 
AnswerRe: How to set ACEs on AD classes Pin
Erick Sgarbi27-Oct-03 13:42
Erick Sgarbi27-Oct-03 13:42 
GeneralRe: How to set ACEs on AD classes Pin
Nidhi Narang28-Oct-03 5:46
Nidhi Narang28-Oct-03 5:46 
QuestionsqlDataReader Thread Safe? Pin
michin127-Oct-03 11:01
michin127-Oct-03 11:01 
GeneralTimeZones in .Net Pin
Vadim Tabakman27-Oct-03 10:41
Vadim Tabakman27-Oct-03 10:41 
GeneralRe: TimeZones in .Net Pin
Heath Stewart27-Oct-03 11:07
protectorHeath Stewart27-Oct-03 11:07 
GeneralRe: TimeZones in .Net Pin
Vadim Tabakman27-Oct-03 11:14
Vadim Tabakman27-Oct-03 11:14 
GeneralRe: TimeZones in .Net Pin
Heath Stewart27-Oct-03 11:17
protectorHeath Stewart27-Oct-03 11:17 
Sometimes it's a question of whether it should be allowed. Such time zone assumptions could lead to problems.

Also, here's a good / important tip: much of the stuff in .NET (especially for Windows Forms) is actually their Win32 counterparts wrapped in .NET classes. System.Windows.Forms for example, redefines a LOT of structures and constants found in various headers (especially for common controls) and P/Invokes a lot of methods (countless variations of SendMessage, for example).

So, while classes in a truly object-oriented framework might make things easier by the sheer nature of OO, the functionality isn't a whole lot different (just easier to do: ex. write a C++ COM component and .NET component exposing a CCW and see which one takes less coding and is less prone to coding errors!).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
Generalprogress bar to use on .net web client Pin
john51327-Oct-03 8:47
john51327-Oct-03 8:47 
GeneralRe: progress bar to use on .net web client Pin
Heath Stewart27-Oct-03 10:19
protectorHeath Stewart27-Oct-03 10:19 
GeneralArrayList and Binary Search Pin
RB@Emphasys27-Oct-03 8:26
RB@Emphasys27-Oct-03 8:26 
GeneralRe: ArrayList and Binary Search Pin
Heath Stewart27-Oct-03 8:37
protectorHeath Stewart27-Oct-03 8:37 
GeneralRe: ArrayList and Binary Search Pin
RB@Emphasys27-Oct-03 9:05
RB@Emphasys27-Oct-03 9:05 
GeneralRe: ArrayList and Binary Search Pin
leppie27-Oct-03 8:38
leppie27-Oct-03 8:38 
GeneralRe: ArrayList and Binary Search Pin
Jeremy Kimball28-Oct-03 10:32
Jeremy Kimball28-Oct-03 10:32 
GeneralRe: ArrayList and Binary Search Pin
RB@Emphasys29-Oct-03 3:06
RB@Emphasys29-Oct-03 3:06 
GeneralActive X (ocx) into web project Pin
@LX27-Oct-03 7:25
@LX27-Oct-03 7:25 
GeneralRe: Active X (ocx) into web project Pin
Heath Stewart27-Oct-03 8:08
protectorHeath Stewart27-Oct-03 8:08 
GeneralHTML Processing in Windows Application Pin
Inam27-Oct-03 7:25
Inam27-Oct-03 7:25 
GeneralRe: HTML Processing in Windows Application Pin
Heath Stewart27-Oct-03 8:12
protectorHeath Stewart27-Oct-03 8:12 
Generalform object's constructor Pin
coolerbob27-Oct-03 6:30
coolerbob27-Oct-03 6:30 
GeneralRe: form object's constructor Pin
Heath Stewart27-Oct-03 6:39
protectorHeath Stewart27-Oct-03 6:39 
GeneralHelp richtextbox Pin
Wyetela27-Oct-03 6:08
Wyetela27-Oct-03 6:08 
GeneralActive X objct into web project Pin
@LX27-Oct-03 6:00
@LX27-Oct-03 6:00 
GeneralRe: Active X objct into web project Pin
Heath Stewart27-Oct-03 6:29
protectorHeath Stewart27-Oct-03 6:29 

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.