Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I couldn't find the source code for MVC 4 RTM. So far what I've found is the latest version which is MVC 5. Can anyone help me to provide the location on the web? Thanks.
http://aspnetwebstack.codeplex.com/SourceControl/latest
Go to the v4.0 RTM page
Click on Change Set: 89b9166ca722
Clone this specific change set. (instruction)
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any open-source toolbox in C# Microsoft Visual Studio that auto-spell words like Microsoft Word does? I'd use DevExpress, its good but it's not free.
I really need it in my OCR Application. Please help me.
You can try SpellCheck Class in .NET
http://msdn.microsoft.com/en-us/library/system.windows.controls.spellcheck(v=vs.110).aspx
There are other attempts by hobbyist in codeproject you can take a look at it
http://www.codeproject.com/Articles/5277/NetSpell-Spell-Checker-for-NET
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am using asp.net mvc razor and I need to implament datepicker in some fields.
Maybe someone could offer a useful nuget package to do so in MVC razor view?
Thank you.
you can use this one :
Install-Package jQuery.UI.Widgets.Datepicker
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to develop a back-end application in C# and install it on a server.
While I know C# and also have done a small Java based back-end for Android App on AWS developed with Eclipse, I do not know where to start with C# and mySql.
Is there a tutorial or any other good place to get a head start?
Seems like you're looking for ASP.Net WebAPI
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any open source or free graphic/reports/charts framework for windows forms?
I've heard good things about zedgraph - http://sourceforge.net/projects/zedgraph/
You can get the Microsoft Chart Controls for .NET that they released a while ago. It is fairly easy to use but for one reason or another not widely known.
would the MS charting library suffice? It supports both web and winforms usage...
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anybody suggest me a good documentation tools with easy use GUI for C#
I think you should go for sandcastle instead. It is an open source project run by Microsoft.
NDOC is a very good tool and can be eaisly used with GUI.