Click here to Skip to main content
15,798,825 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: How Good is Doing Programming Inverview Practice Online? Pin
jschell14-Dec-17 9:38
jschell14-Dec-17 9:38 
Questionneed tutor online for .net core and sql server with msbi and azure deployment Pin
vinothsrivi12-Dec-17 16:51
vinothsrivi12-Dec-17 16:51 
AnswerRe: need tutor online for .net core and sql server with msbi and azure deployment Pin
Richard MacCutchan12-Dec-17 23:06
mveRichard MacCutchan12-Dec-17 23:06 
AnswerRe: need tutor online for .net core and sql server with msbi and azure deployment Pin
Pete O'Hanlon13-Dec-17 0:13
subeditorPete O'Hanlon13-Dec-17 0:13 
GeneralRe: need tutor online for .net core and sql server with msbi and azure deployment Pin
vinothsrivi13-Dec-17 0:55
vinothsrivi13-Dec-17 0:55 
GeneralRe: need tutor online for .net core and sql server with msbi and azure deployment Pin
Dave Kreskowiak13-Dec-17 3:12
mveDave Kreskowiak13-Dec-17 3:12 
AnswerRe: need tutor online for .net core and sql server with msbi and azure deployment Pin
Dave Kreskowiak13-Dec-17 3:14
mveDave Kreskowiak13-Dec-17 3:14 
Questionreverse a function Pin
cootechgy11-Dec-17 12:24
cootechgy11-Dec-17 12:24 
How can i reverse this function so when i pass the output i get back the input

Dim text2 As String = ""
Dim num As Integer = 1
Dim num2 As Integer
Dim num3 As Integer
Do
    ' The following expression was wrapped in a unchecked-expression
    Dim value As Integer = CInt(Math.Round(Math.Floor(CDbl((10.0F * VBMath.Rnd())))))
    text2 += Conversions.ToString(value)
    num += 1
    num2 = num
    num3 = 8
Loop While num2 <= num3

AnswerRe: reverse a function Pin
Eddy Vluggen11-Dec-17 12:56
professionalEddy Vluggen11-Dec-17 12:56 
AnswerRe: reverse a function Pin
Dave Kreskowiak11-Dec-17 16:27
mveDave Kreskowiak11-Dec-17 16:27 
QuestionAre there any limitations to Microsoft Word Doc conversion to HTML? Pin
Eagle329-Dec-17 4:36
Eagle329-Dec-17 4:36 
AnswerRe: Are there any limitations to Microsoft Word Doc conversion to HTML? Pin
Dave Kreskowiak9-Dec-17 5:34
mveDave Kreskowiak9-Dec-17 5:34 
QuestionWhy does Task.Factory not do what it's supposed to do? Pin
Wiep Corbier26-Nov-17 20:45
Wiep Corbier26-Nov-17 20:45 
AnswerRe: Why does Task.Factory not do what it's supposed to do? Pin
Richard MacCutchan26-Nov-17 22:35
mveRichard MacCutchan26-Nov-17 22:35 
GeneralRe: Why does Task.Factory not do what it's supposed to do? Pin
Wiep Corbier26-Nov-17 22:44
Wiep Corbier26-Nov-17 22:44 
AnswerRe: Why does Task.Factory not do what it's supposed to do? Pin
Gerry Schmitz27-Nov-17 4:29
mveGerry Schmitz27-Nov-17 4:29 
GeneralRe: Why does Task.Factory not do what it's supposed to do? Pin
Wiep Corbier27-Nov-17 8:00
Wiep Corbier27-Nov-17 8:00 
GeneralRe: Why does Task.Factory not do what it's supposed to do? Pin
Gerry Schmitz27-Nov-17 8:52
mveGerry Schmitz27-Nov-17 8:52 
QuestionRead XLM data using Key in powershell Pin
Member 1338745922-Nov-17 22:54
Member 1338745922-Nov-17 22:54 
AnswerRe: Read XLM data using Key in powershell Pin
Richard MacCutchan22-Nov-17 23:53
mveRichard MacCutchan22-Nov-17 23:53 
Questionerror: The format of value 'application/json; charset=utf-8' is invalid. from webapi Pin
RAGHUNATH45616-Nov-17 5:31
RAGHUNATH45616-Nov-17 5:31 
AnswerRe: error: The format of value 'application/json; charset=utf-8' is invalid. from webapi Pin
Richard MacCutchan16-Nov-17 6:14
mveRichard MacCutchan16-Nov-17 6:14 
GeneralRe: error: The format of value 'application/json; charset=utf-8' is invalid. from webapi Pin
RAGHUNATH45616-Nov-17 23:10
RAGHUNATH45616-Nov-17 23:10 
GeneralRe: error: The format of value 'application/json; charset=utf-8' is invalid. from webapi Pin
Richard MacCutchan16-Nov-17 23:40
mveRichard MacCutchan16-Nov-17 23:40 
GeneralRe: error: The format of value 'application/json; charset=utf-8' is invalid. from webapi Pin
Dominic Burford12-Dec-17 3:47
professionalDominic Burford12-Dec-17 3:47 

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.