Click here to Skip to main content
15,868,440 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Lossless Image compression Pin
Richard MacCutchan3-Jan-19 1:18
mveRichard MacCutchan3-Jan-19 1:18 
QuestionIs there any data mocking for calling Web API Put and post methods with C# Code Pin
simpledeveloper25-Dec-18 12:55
simpledeveloper25-Dec-18 12:55 
AnswerRe: Is there any data mocking for calling Web API Put and post methods with C# Code Pin
F-ES Sitecore30-Dec-18 5:41
professionalF-ES Sitecore30-Dec-18 5:41 
AnswerRe: Is there any data mocking for calling Web API Put and post methods with C# Code Pin
James Walsh Jr1-Jan-19 8:58
professionalJames Walsh Jr1-Jan-19 8:58 
AnswerRe: Is there any data mocking for calling Web API Put and post methods with C# Code Pin
James Walsh Jr12-Jan-19 5:50
professionalJames Walsh Jr12-Jan-19 5:50 
QuestionWant to learn React.Js Pin
simpledeveloper20-Dec-18 23:14
simpledeveloper20-Dec-18 23:14 
AnswerRe: Want to learn React.Js Pin
Nathan Minier26-Dec-18 2:45
professionalNathan Minier26-Dec-18 2:45 
AnswerRe: Want to learn React.Js Pin
jkirkerx3-Jan-19 14:00
professionaljkirkerx3-Jan-19 14:00 
I applaud your ambition on learning React or Angular, a path I took last year and started out integrating my learning with a MVC project which was quite a steep learning curve. Yes you can integrate ReactJs and Angular into a MVC project, and even a .Net Core project, but you have to change the way you think about programming and .Net.

Keep in mind that ReactJs and Angular doesn't require a .Net environment. .Net is just used as a back end to feed data to the client script pages. In hindsight, I found using .Net for the back end much harder to deal with than using say pure Java or Typescript for the whole thing.

I would like to seed your ambition with some files and code, but It's just too large to post here.
I actually build a large project that uses ReactJs both client and server side and works great.
But rendering ReactJs on the server side requires a library of JavaScriptEngines which gets complicated.

Start with the client side first, then work your way to the server side.

But this is where I started.
React integration for ASP.NET MVC | ReactJS.NET
Follow the tutorial
If it ain't broke don't fix it
Discover my world at jkirkerx.com

Question.net 2 BindingSources to same DataTable Pin
rjto19-Dec-18 12:01
rjto19-Dec-18 12:01 
AnswerRe: .net 2 BindingSources to same DataTable Pin
David Mujica1-Jan-19 13:10
David Mujica1-Jan-19 13:10 
GeneralRe: .net 2 BindingSources to same DataTable Pin
rjto2-Jan-19 4:58
rjto2-Jan-19 4:58 
QuestionHow to move cursor to end of iframe contenteditable Pin
Member 1408886515-Dec-18 11:42
Member 1408886515-Dec-18 11:42 
QuestionHow to focus cursor at the end of iframe body content when page loads Pin
Member 1408886513-Dec-18 10:59
Member 1408886513-Dec-18 10:59 
AnswerRe: How to focus cursor at the end of iframe body content when page loads Pin
F-ES Sitecore13-Dec-18 23:35
professionalF-ES Sitecore13-Dec-18 23:35 
QuestionTwo Issues with Custom Control with ASP.NET Site Pin
Dominick Marciano11-Dec-18 11:31
professionalDominick Marciano11-Dec-18 11:31 
QuestionHow do I download files in background or do asynchronous process in MVC Pin
Member 140250634-Dec-18 15:39
Member 140250634-Dec-18 15:39 
AnswerRe: How do I download files in background or do asynchronous process in MVC Pin
F-ES Sitecore5-Dec-18 0:39
professionalF-ES Sitecore5-Dec-18 0:39 
AnswerRe: How do I download files in background or do asynchronous process in MVC Pin
Richard Deeming5-Dec-18 9:25
mveRichard Deeming5-Dec-18 9:25 
GeneralRe: How do I download files in background or do asynchronous process in MVC Pin
Member 140250636-Dec-18 19:45
Member 140250636-Dec-18 19:45 
AnswerRe: How do I download files in background or do asynchronous process in MVC Pin
Nitin S28-Dec-18 2:16
professionalNitin S28-Dec-18 2:16 
Questionwtx-context attribute Pin
DerekT-P4-Dec-18 8:27
professionalDerekT-P4-Dec-18 8:27 
AnswerRe: wtx-context attribute Pin
Member 1451533928-Jun-19 3:05
Member 1451533928-Jun-19 3:05 
GeneralRe: wtx-context attribute Pin
DerekT-P28-Jun-19 4:17
professionalDerekT-P28-Jun-19 4:17 
QuestionInsert HTML Elements In A DIV In VB WebForm Dynamically Using jQuery Pin
MadDashCoder30-Nov-18 19:15
MadDashCoder30-Nov-18 19:15 
AnswerRe: Insert HTML Elements In A DIV In VB WebForm Dynamically Using jQuery Pin
F-ES Sitecore2-Dec-18 23:02
professionalF-ES Sitecore2-Dec-18 23:02 

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.