Click here to Skip to main content
15,881,938 members

Articles by Reiss (Tip/Tricks: 5)

Tip/Tricks: 5

RSS Feed

Average article rating:

No articles have been posted.

Average blogs rating:

No blogs have been submitted.

Average tips rating: 4.99

Productivity Apps and Services
Microsoft Office
23 Dec 2013   Updated: 24 Dec 2013   Rating: 5.00/5    Votes: 8   Popularity: 4.52
Licence: CPOL    Views: 17,661     Bookmarked: 9   Downloaded: 0
Please Sign up or sign in to vote.
This is an alternative for "How to Check Whether Word is Installed in the System or Not"
Programming Languages
C#
15 Sep 2011   Updated: 15 Sep 2011   Rating: 5.00/5    Votes: 10   Popularity: 4.77
Licence: CPOL    Views: 53,231     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
A guide on how to call overload constructors in C#
1 Sep 2011   Updated: 1 Sep 2011   Rating: 4.96/5    Votes: 24   Popularity: 6.84
Licence: CPOL    Views: 39,201     Bookmarked: 15   Downloaded: 0
Please Sign up or sign in to vote.
A handy way to stub methods in development, but preventing them from being shipped in release mode.
6 Sep 2011   Updated: 2 Oct 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 6,691     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Whilst this is a good tip, I wouldn't go as far as qualifing an entire class as you have done. I would stop at the namespace level, so your example becomes:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Drawing;using Media =...
C++
20 Oct 2011   Updated: 20 Oct 2011   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 7,021     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
How about this one line command for MS-DOS?for /f %a IN ('dir /b *.txt') do attrib %a -RSee: attrib command[^]andhow to write a dos batch file to loop through files[^]

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Program Manager
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.