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

.NET (Core and Framework)

 
GeneralRe: Remoting config file Pin
bwilhite8-Feb-08 3:47
bwilhite8-Feb-08 3:47 
GeneralVisual Studio style UI Pin
DanB19835-Feb-08 1:37
DanB19835-Feb-08 1:37 
GeneralRe: Visual Studio style UI Pin
TJoe5-Feb-08 3:04
TJoe5-Feb-08 3:04 
GeneralRe: Visual Studio style UI Pin
DanB19838-Feb-08 1:30
DanB19838-Feb-08 1:30 
GeneralConversion of vb.net to java Pin
Rasal doss Solomon5-Feb-08 1:05
Rasal doss Solomon5-Feb-08 1:05 
GeneralRe: Conversion of vb.net to java Pin
Guffa5-Feb-08 1:24
Guffa5-Feb-08 1:24 
GeneralThe property grid in the WPF designer Pin
jesarg4-Feb-08 11:47
jesarg4-Feb-08 11:47 
GeneralRe: The property grid in the WPF designer Pin
TJoe5-Feb-08 2:39
TJoe5-Feb-08 2:39 
Keep in my that WPF has alot more features than Windows Forms (and the like).

1. Routed Events make this a little more difficult because now a given event is not fired on a single object.
2. I also use the "sort alphabetical" option when working in WinForms, so I also miss this one.
3. Again, things are complicated by how WPF works. In WinForms, it would/could serialize out C# code to generate the new Font or Color object. In WPF, it would need to add/modify resources (at many levels) which could be used by many different objects.
4. Another good point. I typically use the XAML view to "select" the object I want, but it takes some getting used to.
5. Data Binding is extremely complex, especially when using Relative Sources, Value Converters, etc.

I was equally disappointed when I started using it. But I'm sure they will come up with something better in the future Wink | ;-)

Take care,
Tom

-----------------------------------------------
Check out my blog at http://tjoe.wordpress.com

GeneralRe: The property grid in the WPF designer Pin
jesarg5-Feb-08 5:24
jesarg5-Feb-08 5:24 
GeneralRe: The property grid in the WPF designer Pin
TJoe5-Feb-08 5:30
TJoe5-Feb-08 5:30 
QuestionCleaning up resouces in a WPF application Pin
Simon P Stevens4-Feb-08 3:46
Simon P Stevens4-Feb-08 3:46 
AnswerRe: Cleaning up resouces in a WPF application Pin
TJoe5-Feb-08 2:55
TJoe5-Feb-08 2:55 
GeneralRe: Cleaning up resouces in a WPF application Pin
Simon P Stevens5-Feb-08 23:15
Simon P Stevens5-Feb-08 23:15 
GeneralRe: Cleaning up resouces in a WPF application Pin
TJoe6-Feb-08 2:14
TJoe6-Feb-08 2:14 
GeneralRe: Cleaning up resouces in a WPF application Pin
Simon P Stevens6-Feb-08 10:33
Simon P Stevens6-Feb-08 10:33 
GeneralXAML/WPF rotation of a textbox Pin
Don Rolando3-Feb-08 22:57
Don Rolando3-Feb-08 22:57 
GeneralRe: XAML/WPF rotation of a textbox Pin
TJoe4-Feb-08 9:45
TJoe4-Feb-08 9:45 
GeneralMessage box in asp.net Pin
Milind Panchal1-Feb-08 23:22
Milind Panchal1-Feb-08 23:22 
GeneralRe: Message box in asp.net Pin
pmarfleet2-Feb-08 4:51
pmarfleet2-Feb-08 4:51 
GeneralRe: Message box in asp.net Pin
Navdeep Bhardwaj4-Feb-08 23:34
Navdeep Bhardwaj4-Feb-08 23:34 
GeneralRegarding certification....... Pin
tasumisra31-Jan-08 19:34
tasumisra31-Jan-08 19:34 
GeneralRe: Regarding certification....... Pin
pmarfleet1-Feb-08 23:12
pmarfleet1-Feb-08 23:12 
AnswerRe: Regarding certification....... Pin
Vasudevan Deepak Kumar5-Feb-08 22:09
Vasudevan Deepak Kumar5-Feb-08 22:09 
GeneralMonitor creation of threads or message queues Pin
schwiemn31-Jan-08 13:44
schwiemn31-Jan-08 13:44 
GeneralRe: Monitor creation of threads or message queues Pin
S. Senthil Kumar1-Feb-08 19:21
S. Senthil Kumar1-Feb-08 19:21 

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.