88
votes
40answers
2k views
Is 4-5 years the “Midlife Crisis” for a programming career?
I’ve been programming C# professionally for a bit over 4 years now. For the past 4 years I’ve worked for a few small/medium companies ranging from “web/ads agencies”, small industr …
0
votes
1answer
31 views
Obfuscation+Reflection.
How can I get a PropertyInfo by name using GetType().GetProperty("MypropName") of a type which is obfuscated.
1
vote
7answers
77 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 …
0
votes
3answers
11 views
Maximize Components Too
I have a Windows Forms application that on it I have a RichTextBox, like this:
At this size it's all ok, but if the user maximaze or resize the window, the RichTextBox stays at t …
1
vote
3answers
38 views
A tough table transforming into XML
Hey guys,
I want to transform a Table like this
ColumnA ColumnB
a 11
b &n …
1
vote
3answers
36 views
is there a Memcached equivalent written in c# ?
is there a Memcached equivalent written in c# ? open source maybe ?
2
votes
1answer
13 views
How can I unit test views and authorization attributes of my asp.net mvc application in nUnit?
I'm at a point where I'd like to start writing unit tests for my MVC application. I've already figured out how to unit test the controller and I can unit test my underlying busine …
1
vote
3answers
39 views
Open Source Xml Editor
I need to write a XML-based markup language. I'd like to provide an open source IDE for it, but I don't want to write it from scratch. So, I'm looking for an open source XML editor …
0
votes
1answer
31 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 …
0
votes
2answers
82 views
Rewriting this code cleaner using LINQ?
Here is a simplified version of the code I use:
class Program
{
// Here is the ugly stuff
static void DoStuff(int[] uidArray)
{
int chunkCount = (int)Math.Ceil …
1
vote
2answers
23 views
cache problem in asp.net with c#
hi,
I am using the fileuplaod control to upload the images. For this I used to stored it in the cache
for 2 hours in byte format and show this image using the HttpContext in the …
-10
votes
0answers
76 views
my code dont work-help:) [closed]
hi,i build a program -can download from here !!beware: EXE - (i sorry about links but i cant post more then one link so i delete the http before each link)
virus scan for exe:
…
0
votes
1answer
59 views
help with a program-(stuck and i dunno why) [closed]
hi,i build a program -can download from here !!beware: EXE -
(i sorry about links but i cant post more then one link so i delete the http before each link)
{you need yo enter an u …
0
votes
1answer
12 views
Get started with QPID
Hello
Could anyone share some links on how to get started using QPID?
I have checked out http://qpid.apache.org/ and I have managed to start the Java QPID broker, but I don't kno …
1
vote
3answers
80 views
programing quiz sites(like projecteuler) [closed]
Possible Duplicate:
Websites like projecteuler.net
hi i solve some questions in project Euler and kinda stuck on the hard one :)
I look for other sites like projecteuler ( …
