It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
is there any technical guide for how an Exception Hierarchy is designed with C#?
JetBrains Resharper has a very nice feature to create a hierarchical tree of a given type (Type hierarchy Ctrl+Alt+H on IntelliJ keyboard theme), it might be useful.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am new for this so that asking these questions..
How can I generate a Dynamic Template field in Asp.net with C#?
You can use DynamicallyTemplatedGridViewHandler implementing ITemplate interface.....For details, have a look here
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
As the titles says. What is a dependent property in silverlight/wpf.
There is no such thing in C#. I guess you are talking about dependency properties, which are a WPF concept. See Dependent properties and MSDN.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Can I use WPF to import a 3D character and manually animate it like the skinned model
in XNA?
The short answer is no. There is no standard library in WPF which will support this.
The long answer is Yes; if you write all of the underlying code yourself.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
could some body provide me program list which will open my mind and will help me to do good codes.
i searched it on net but couldn't find any good link.
Any stuff like web links or any thing will be greatly appreciated .
http://www.dreamincode.net/forums/forum/118-c-programmers/
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
What is COM..?/
that is a very general question, so not easily to answer. You might want to give more details about what you are looking for.
COM means Component Object Model. There is a long article on Wikipedia: http://en.wikipedia.org/wiki/Component_Object_Model