Search Results

0
votes
5answers
596 views

Continue in while inside foreach

In the following C# code snippet I have a 'while' loop inside a 'foreach' loop and I wish to jump to the next item in 'foreach' when a certain condition …
4
votes
3answers
327 views

Using Extension Methods with .NET Framework 2.0

Under Visual Studio 2008 Can I create an Extension Method to work under a .NET Framework 2.0 project? …
0
votes
5answers
83 views

How to find if app has been installed before?

Is it possible for a .NET application to leave a trace so that it can be found if the application is re-installed? Of course, a trace that is difficult to be removed. …
1
vote
3answers
81 views

How to submit bugs to BugTracker.NET from C# application?

Reading the documentation page of BugTracker.NET BugTracker.NET API Documentation I realized that …
0
votes

How to submit bugs to BugTracker.NET from C# application?

Thank you all for your answers. Using your answers and other resources on the web, I've put together a method for submitting a new bug to BugTracker.NET The method returns a boolean value in …