Click here to Skip to main content
15,892,298 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What C# tools do you recommend? Pin
tbim10-Nov-17 3:06
tbim10-Nov-17 3:06 
AnswerRe: What C# tools do you recommend? Pin
Robert Chafer10-Nov-17 0:25
Robert Chafer10-Nov-17 0:25 
AnswerRe: What C# tools do you recommend? Pin
clemenslinders10-Nov-17 2:26
clemenslinders10-Nov-17 2:26 
AnswerRe: What C# tools do you recommend? Pin
ClockMeister10-Nov-17 4:21
professionalClockMeister10-Nov-17 4:21 
AnswerRe: What C# tools do you recommend? Pin
Thornik10-Nov-17 9:02
Thornik10-Nov-17 9:02 
GeneralRe: What C# tools do you recommend? Pin
Slow Eddie10-Nov-17 9:36
professionalSlow Eddie10-Nov-17 9:36 
GeneralRe: What C# tools do you recommend? Pin
Thornik10-Nov-17 11:52
Thornik10-Nov-17 11:52 
AnswerRe: What C# tools do you recommend? Pin
MAIsw12-Nov-17 21:20
MAIsw12-Nov-17 21:20 
I recommend
- StyleCop.Analyzers
- CodeCracker for C# ( Extension )
- and use the VS CodeAnalysis.

Those give a good insight about how things should be done. Don't take every rule as required, but instead think how it suits your project. The help articles are great at explaining why and how and when.

Write UnitTests. When you convert Methods, you may want to try them anyway. And trying them by clicking through the software and creating the situations every time you want to test something is a sisyphus work. The Addon AxoCover can show you which branches of codes are used in the test cases.

A lot of devs are "yeah making tests takes time and i dont have it", and yes it takes time if you write them afterwards. Write them instead of playground console apps and wasting time by clicking though the ui. If you notice a class can not be tested, because it requires a lot of other classes, your class may be not that good.

Oh and good luck, sir!
AnswerRe: What C# tools do you recommend? Pin
ElHori14-Nov-17 22:56
ElHori14-Nov-17 22:56 
GeneralFakir news, even if it's true Pin
W Balboos, GHB9-Nov-17 2:18
W Balboos, GHB9-Nov-17 2:18 
GeneralRe: Fakir news, even if it's true Pin
CodeWraith9-Nov-17 2:27
CodeWraith9-Nov-17 2:27 
GeneralRe: Fakir news, even if it's true Pin
W Balboos, GHB9-Nov-17 2:28
W Balboos, GHB9-Nov-17 2:28 
GeneralRe: Fakir news, even if it's true Pin
CodeWraith9-Nov-17 2:32
CodeWraith9-Nov-17 2:32 
GeneralRe: Fakir news, even if it's true Pin
User 48350479-Nov-17 2:55
User 48350479-Nov-17 2:55 
GeneralRe: Fakir news, even if it's true Pin
BillWoodruff9-Nov-17 6:43
professionalBillWoodruff9-Nov-17 6:43 
GeneralRe: Fakir news, even if it's true Pin
W Balboos, GHB9-Nov-17 7:10
W Balboos, GHB9-Nov-17 7:10 
GeneralNot very busy in here today Pin
Keith Barrow9-Nov-17 2:07
professionalKeith Barrow9-Nov-17 2:07 
GeneralRe: Not very busy in here today Pin
W Balboos, GHB9-Nov-17 2:13
W Balboos, GHB9-Nov-17 2:13 
GeneralRe: Not very busy in here today Pin
CodeWraith9-Nov-17 2:23
CodeWraith9-Nov-17 2:23 
GeneralRe: Not very busy in here today Pin
jeron19-Nov-17 4:03
jeron19-Nov-17 4:03 
GeneralRe: Not very busy in here today Pin
Mike Hankey9-Nov-17 4:29
mveMike Hankey9-Nov-17 4:29 
GeneralWhat a business mind! Pin
Tomz_KV9-Nov-17 1:54
Tomz_KV9-Nov-17 1:54 
JokeRe: What a business mind! PinPopular
Tim Carmichael9-Nov-17 2:01
Tim Carmichael9-Nov-17 2:01 
GeneralRe: What a business mind! Pin
Tomz_KV9-Nov-17 2:04
Tomz_KV9-Nov-17 2:04 
GeneralRe: What a business mind! PinPopular
Bassam Abdul-Baki9-Nov-17 4:58
professionalBassam Abdul-Baki9-Nov-17 4:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.