Click here to Skip to main content
15,886,806 members
Home / Discussions / C#
   

C#

 
GeneralRe: Strongname vs Obfuscation - resistant to tampering? Pin
Keld Ølykke29-Aug-13 23:59
Keld Ølykke29-Aug-13 23:59 
GeneralRe: Strongname vs Obfuscation - resistant to tampering? Pin
devvvy31-Aug-13 20:38
devvvy31-Aug-13 20:38 
GeneralOpen source project with good coverage Pin
Skynet8726-Aug-13 9:45
Skynet8726-Aug-13 9:45 
GeneralRe: Open source project with good coverage Pin
Boipelo26-Aug-13 10:51
Boipelo26-Aug-13 10:51 
GeneralRe: Open source project with good coverage Pin
Skynet8726-Aug-13 10:53
Skynet8726-Aug-13 10:53 
GeneralRe: Open source project with good coverage Pin
Boipelo26-Aug-13 11:13
Boipelo26-Aug-13 11:13 
GeneralRe: Open source project with good coverage Pin
Bernhard Hiller26-Aug-13 20:57
Bernhard Hiller26-Aug-13 20:57 
AnswerRe: Open source project with good coverage Pin
Ingo27-Aug-13 0:37
Ingo27-Aug-13 0:37 
Skynet87 wrote:
I need to my work (C#) projects with good unit tests. This code should have relative good coverage.

You want a Unittest that covers your Project good? So you have to design a Unittest that covers it. Unittests aren't automatically there, they have to be designed and written.

Best way:
- Write a concept with all Requirements
- Let Team / Person A write the Unittests for that concept
- Let Team / Person B write the Code for that concept
- Run the Unittests, while Team / Person B is coding. The Unittests should cover almost all code and the tests should work. If they don't the concept hasn't been implemented fully either by Team A or by Team B or by both.
SharePoint Consultant and Developer at acocon
Author of Primary ROleplaying SysTem

I'm the ninth in a row of seven!

QuestionData backup in Windows Forms Application Pin
Thota Nani26-Aug-13 7:55
Thota Nani26-Aug-13 7:55 
AnswerRe: Data backup in Windows Forms Application Pin
Abhinav S26-Aug-13 8:04
Abhinav S26-Aug-13 8:04 
GeneralRe: Data backup in Windows Forms Application Pin
Thota Nani26-Aug-13 8:12
Thota Nani26-Aug-13 8:12 
GeneralRe: Data backup in Windows Forms Application Pin
Jason Gleim26-Aug-13 8:37
professionalJason Gleim26-Aug-13 8:37 
GeneralRe: Data backup in Windows Forms Application Pin
Thota Nani26-Aug-13 9:00
Thota Nani26-Aug-13 9:00 
Questionregex search Pin
jojoba2026-Aug-13 4:37
jojoba2026-Aug-13 4:37 
AnswerRe: regex search Pin
OriginalGriff26-Aug-13 5:38
mveOriginalGriff26-Aug-13 5:38 
AnswerRe: regex search Pin
PIEBALDconsult26-Aug-13 5:51
mvePIEBALDconsult26-Aug-13 5:51 
AnswerRe: regex search [Solved!] Pin
jojoba2026-Aug-13 7:07
jojoba2026-Aug-13 7:07 
QuestionCheckBoxlist Select ALl Pin
pavithrasubbareddy26-Aug-13 2:25
pavithrasubbareddy26-Aug-13 2:25 
AnswerRe: CheckBoxlist Select ALl Pin
SaqibRasheed26-Aug-13 5:16
SaqibRasheed26-Aug-13 5:16 
AnswerRe: CheckBoxlist Select ALl Pin
Mycroft Holmes26-Aug-13 13:03
professionalMycroft Holmes26-Aug-13 13:03 
QuestionC# Devexpress Row Select Pin
Msdx4526-Aug-13 0:44
Msdx4526-Aug-13 0:44 
AnswerRe: C# Devexpress Row Select Pin
Jason Gleim26-Aug-13 8:49
professionalJason Gleim26-Aug-13 8:49 
GeneralRe: C# Devexpress Row Select Pin
Msdx4526-Aug-13 15:49
Msdx4526-Aug-13 15:49 
GeneralRe: C# Devexpress Row Select Pin
Jason Gleim27-Aug-13 4:52
professionalJason Gleim27-Aug-13 4:52 
GeneralRe: C# Devexpress Row Select Pin
Msdx4531-Aug-13 12:53
Msdx4531-Aug-13 12:53 

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.