Click here to Skip to main content
15,897,518 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: How to check a drives? Pin
nitin_ap7-Mar-06 22:42
nitin_ap7-Mar-06 22:42 
QuestionSerializing object Pin
hpetriffer7-Mar-06 22:09
hpetriffer7-Mar-06 22:09 
QuestionLoad file in other form Pin
Dave McCool7-Mar-06 22:03
Dave McCool7-Mar-06 22:03 
QuestionDifferences between Control and ContainerControl Pin
flyinglimy7-Mar-06 22:02
flyinglimy7-Mar-06 22:02 
AnswerRe: Differences between Control and ContainerControl Pin
goyal manish8-Mar-06 2:59
goyal manish8-Mar-06 2:59 
QuestionIO.Ports in .NET 2.0 Pin
gokeeffe7-Mar-06 21:42
gokeeffe7-Mar-06 21:42 
AnswerRe: IO.Ports in .NET 2.0 Pin
Eric Dahlvang8-Mar-06 5:12
Eric Dahlvang8-Mar-06 5:12 
GeneralRe: IO.Ports in .NET 2.0 Pin
gokeeffe13-Mar-06 4:01
gokeeffe13-Mar-06 4:01 
GeneralRe: IO.Ports in .NET 2.0 Pin
Eric Dahlvang14-Mar-06 5:10
Eric Dahlvang14-Mar-06 5:10 
GeneralRe: IO.Ports in .NET 2.0 Pin
gokeeffe14-Mar-06 21:30
gokeeffe14-Mar-06 21:30 

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.