Click here to Skip to main content
15,908,775 members
Home / Discussions / C#
   

C#

 
Questionaccessing remote registry Pin
sendmadhavan8-Mar-06 0:21
sendmadhavan8-Mar-06 0:21 
AnswerRe: accessing remote registry Pin
Le centriste8-Mar-06 1:07
Le centriste8-Mar-06 1:07 
GeneralRe: accessing remote registry Pin
sendmadhavan8-Mar-06 1:58
sendmadhavan8-Mar-06 1:58 
GeneralRe: accessing remote registry Pin
Le centriste8-Mar-06 2:01
Le centriste8-Mar-06 2:01 
GeneralRe: accessing remote registry Pin
sendmadhavan8-Mar-06 2:08
sendmadhavan8-Mar-06 2:08 
GeneralRe: accessing remote registry Pin
Le centriste8-Mar-06 2:10
Le centriste8-Mar-06 2:10 
GeneralRe: accessing remote registry Pin
sendmadhavan8-Mar-06 2:13
sendmadhavan8-Mar-06 2:13 
Questiondisable button functions Pin
Dave McCool7-Mar-06 23:31
Dave McCool7-Mar-06 23:31 
AnswerRe: disable button functions Pin
gnjunge7-Mar-06 23:47
gnjunge7-Mar-06 23:47 
GeneralRe: disable button functions Pin
Dave McCool8-Mar-06 0:39
Dave McCool8-Mar-06 0:39 
QuestionStart Button panel context menu Pin
Dave McCool7-Mar-06 23:29
Dave McCool7-Mar-06 23:29 
Questiontreeview windowsform control in csharp Pin
eng.islam7-Mar-06 23:23
eng.islam7-Mar-06 23:23 
AnswerRe: treeview windowsform control in csharp Pin
Chandana Subasinghe8-Mar-06 0:27
Chandana Subasinghe8-Mar-06 0:27 
Questionplaying movie Pin
Mihai si atat7-Mar-06 23:22
Mihai si atat7-Mar-06 23:22 
Questionwhat c# has equal to my in vb2005? Pin
Amir Jalaly7-Mar-06 22:56
Amir Jalaly7-Mar-06 22:56 
AnswerRe: what c# has equal to my in vb2005? Pin
J4amieC7-Mar-06 23:06
J4amieC7-Mar-06 23:06 
AnswerRe: what c# has equal to my in vb2005? Pin
Steve Hansen8-Mar-06 0:56
Steve Hansen8-Mar-06 0:56 
AnswerRe: what c# has equal to my in vb2005? Pin
Colin Angus Mackay8-Mar-06 1:48
Colin Angus Mackay8-Mar-06 1:48 
Amir Jalaly wrote:
some of my friend that work in vb show something beautful in vb that is My


The My namespace is just a façade onto existing .NET Framework classes. There is nothing new of "beautiful" about it, in my opinion. It is just an extension of the over simplification of things in VB.NET that leads to a group of Me, My, Fisher Price developers.

Façade classes, in my opinion, should be written in house for the purposes required by the application as they dictate how an application interacts with other classes. If you need to interact with framework classes in the same way on multiple occasions then great! Write a façade class for it.

If the framework comes with façade classes built in then you are losing control somewhat because then the framework is dictating how you interact with other framework classes. They become black boxes that don't encourage the devloper to actually know what is goind on underneath and leads to problems when things go wrong.

ColinMackay.net
Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

AnswerRe: what c# has equal to my in vb2005? Pin
Wjousts8-Mar-06 3:36
Wjousts8-Mar-06 3:36 
GeneralRe: what c# has equal to my in vb2005? Pin
Amir Jalaly8-Mar-06 19:42
Amir Jalaly8-Mar-06 19:42 
GeneralRe: what c# has equal to my in vb2005? Pin
Wjousts11-Mar-06 11:48
Wjousts11-Mar-06 11:48 
QuestionProblem is still There about TextBoxes.... Pin
Abubakarsb7-Mar-06 22:44
Abubakarsb7-Mar-06 22:44 
AnswerRe: Problem is still There about TextBoxes.... Pin
Steve Hansen8-Mar-06 1:01
Steve Hansen8-Mar-06 1:01 
QuestionHow to check a drives? Pin
nitin_ap7-Mar-06 22:34
nitin_ap7-Mar-06 22:34 
AnswerRe: How to check a drives? Pin
hpetriffer7-Mar-06 22:37
hpetriffer7-Mar-06 22:37 

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.