Click here to Skip to main content
15,798,278 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to generate automatic test cases for any simple module Pin
jkirkerx16-Jul-20 9:23
professionaljkirkerx16-Jul-20 9:23 
AnswerRe: How to generate automatic test cases for any simple module Pin
F-ES Sitecore17-Jul-20 2:15
professionalF-ES Sitecore17-Jul-20 2:15 
AnswerRe: How to generate automatic test cases for any simple module Pin
Gerry Schmitz17-Jul-20 5:27
mveGerry Schmitz17-Jul-20 5:27 
QuestionDoc version management Pin
cp-andy15-Jul-20 23:15
cp-andy15-Jul-20 23:15 
AnswerRe: Doc version management Pin
OriginalGriff15-Jul-20 23:22
mvaOriginalGriff15-Jul-20 23:22 
GeneralRe: Doc version management Pin
#realJSOP16-Jul-20 0:44
mve#realJSOP16-Jul-20 0:44 
GeneralRe: Doc version management Pin
cp-andy16-Jul-20 2:35
cp-andy16-Jul-20 2:35 
GeneralRe: Doc version management Pin
OriginalGriff16-Jul-20 2:46
mvaOriginalGriff16-Jul-20 2:46 
cp-andy wrote:
Can git be integrated easily

Apparently so: Operate Git with .NET Core - Edi Wang[^] (works with Framework and Core, but I haven't tried it myself)

cp-andy wrote:
will it work with all the file formats?

Git is primarily text based, but it can track binary formats as well - just not with the fine resolution it uses for text changes. I'd suspect most "git-like" systems do much the same, as it'd be a PITA to track inserts and deletes in binary files (it's bad enough with text files!)

cp-andy wrote:
How is Git performance-wise if the file uploaded is relatively big 500MB+?

No idea - I've never tried! They do mention a size limit, but I don't know what it is: Working with large files - GitHub Docs[^]. TBH, unless you are hosting your own service, I'd suspect there will be a file size limit with any system - storage is cheap these days, but that doesn't mean they will just give it away!
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!

AnswerRe: Doc version management Pin
Pete O'Hanlon16-Jul-20 10:23
subeditorPete O'Hanlon16-Jul-20 10:23 
AnswerRe: Doc version management Pin
Gerry Schmitz17-Jul-20 5:36
mveGerry Schmitz17-Jul-20 5:36 
QuestionPadding a string with integers on its right keeping string length fixed Pin
simpledeveloper14-Jul-20 8:56
simpledeveloper14-Jul-20 8:56 
AnswerRe: Padding a string with integers on its right keeping string length fixed Pin
OriginalGriff14-Jul-20 9:25
mvaOriginalGriff14-Jul-20 9:25 
GeneralRe: Padding a string with integers on its right keeping string length fixed Pin
simpledeveloper14-Jul-20 11:33
simpledeveloper14-Jul-20 11:33 
GeneralRe: Padding a string with integers on its right keeping string length fixed Pin
OriginalGriff14-Jul-20 11:58
mvaOriginalGriff14-Jul-20 11:58 
AnswerRe: Padding a string with integers on its right keeping string length fixed Pin
#realJSOP15-Jul-20 1:40
mve#realJSOP15-Jul-20 1:40 
GeneralRe: Padding a string with integers on its right keeping string length fixed Pin
Richard Deeming15-Jul-20 4:30
mveRichard Deeming15-Jul-20 4:30 
GeneralRe: Padding a string with integers on its right keeping string length fixed Pin
#realJSOP15-Jul-20 4:52
mve#realJSOP15-Jul-20 4:52 
GeneralRe: Padding a string with integers on its right keeping string length fixed Pin
Richard Deeming15-Jul-20 4:53
mveRichard Deeming15-Jul-20 4:53 
GeneralRe: Padding a string with integers on its right keeping string length fixed Pin
#realJSOP15-Jul-20 4:57
mve#realJSOP15-Jul-20 4:57 
GeneralRe: Padding a string with integers on its right keeping string length fixed Pin
Richard Deeming15-Jul-20 5:09
mveRichard Deeming15-Jul-20 5:09 
GeneralRe: Padding a string with integers on its right keeping string length fixed Pin
OriginalGriff15-Jul-20 6:21
mvaOriginalGriff15-Jul-20 6:21 
GeneralRe: Padding a string with integers on its right keeping string length fixed Pin
Richard MacCutchan15-Jul-20 6:31
mveRichard MacCutchan15-Jul-20 6:31 
GeneralRe: Padding a string with integers on its right keeping string length fixed Pin
OriginalGriff15-Jul-20 6:37
mvaOriginalGriff15-Jul-20 6:37 
GeneralRe: Padding a string with integers on its right keeping string length fixed Pin
#realJSOP16-Jul-20 0:45
mve#realJSOP16-Jul-20 0:45 
GeneralRe: Padding a string with integers on its right keeping string length fixed Pin
Daniel Pfeffer16-Jul-20 2:15
professionalDaniel Pfeffer16-Jul-20 2:15 

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.