0
votes
1answer
30 views
Using method attributes to eliminate redundant code
I have the following method which prints lines to the console.
public void MyMethod() {
try {
Console.WriteLine("Hello!");
Console.WriteLine("My name is MyMeth …
2
votes
2answers
28 views
Is there an OR-mapper allowing one-to-many AND One-to-one relationship between the same tables?
Hi,
I'm currently looking for an OR-mapper to use for a side project I'm about to start. Since we're using an inhouse developed OR-mapper at work I don't really know much about ho …
0
votes
0answers
14 views
Is it possible to create a custom config section with the assembly in a different directory?
I have an assembly that provides the class structure for a custom config section. Is there a way to wire up the config section to point to the assembly in a different directory or …
1
vote
7answers
80 views
what type of bug causes a program to slowly use more processor power and all of a sudden go to 100%?
Hi,
I was hoping to get some good ideas as to what might be causing a really nasty bug.
This is a program which is transmitting data over a socket, and also receives messages bac …
3
votes
1answer
64 views
How does ironpython speed compare to other .net languages?
Hi,
I would like to give sources for what I'm saying but I just dont have them, it's something I heard.
Once a programming professor told me that some software benchmarking done …
4
votes
2answers
117 views
Should this bug be fixed?
I found a bug in the .Net framework yesterday and found that it is a known bug that won't be fixed. In short the bug is that a class that contains a field of the type IComparable c …
0
votes
1answer
32 views
Where can I find the meanings of MSDN library icons?
method.
what does this mean?
static.
and there are lot more symbols. Where can I get the reference of all these?
EDIT:
Just in case anybody also want here is a meaningful l …
3
votes
2answers
39 views
How to install .net dll?
In visual studio, when user Add Reference, another dialog box will be pop out and showing a list of .net component. I try to copy a dll into GAC folder but I don't know how to make …
0
votes
1answer
36 views
WPF: Binding directly to a control
I need to bind a property of a UserControl directly to another control, rather than any specific property on that control. What's the best way to achieve this? I've tried various c …
4
votes
7answers
133 views
What ORM for .net should I use?
I'm relatively new to .NET and have being using Linq2Sql for a almost a year, but it lacks some of the features I'm looking for now.
I'm going to start a new project in wich I wa …
1
vote
4answers
26 views
Multiple applications sharing same configuration files
In my production environment I have several Web applications installed in the same machine. These applications access various web services and two SQL Server databases this means t …
1
vote
1answer
16 views
How can I write webparts that are as lightweight as the one by Google or Yahoo
Hi,
I have been writing webparts for a while and have written couple of portals too but I feel that the portal pages and webparts that I write using .net framework are much more he …
0
votes
4answers
38 views
.net c sharp windows Form Application : opening multiple instance of same form
I want to open Multiple Instance of a single from , and running simultaneously , independent of each other.
is it possible in .net windows Form application , if yes how can I achie …
1
vote
2answers
56 views
Book to learn about the new features in C#/.NET 4.0?
I'm looking for an in-depth book that talks about, and only about, the new features in version 4.0 of .NET and C#.
There are some good books, that are/will be published and talk a …
0
votes
2answers
32 views
How to develop accumulator codes?
Hi everyone!
This is for vb.net I've been working to develop a system which involves computation.
I would just like to ask for any ideas or source code or a link perhaps that
c …
