Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have been studying C# for quite sometime now and I would like to go into ASP.NET MVC Development.
However, I'm stuck on where to start and how I should approach the learning curve.
So what approach should I use to study deep into ASP.NET MVC?
Some good links:
http://www.codeproject.com/Articles/207797/Learn-MVC-Model-View-Controller-step-by-step-in
http://www.asp.net/mvc/overview/getting-started/introduction/getting-started
From my experience, start with an idea for a site you would like to implement. Like store or social network site. Start with MVC hello world and slowly try to improve MVC capabilities client side as well.
You will have to learn HTML, CSS, JS (you can even try js client mvc such as angularJs).
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 days ago.
Improve this question
recently i have worked with Azure Functions Framework to build a web-application which was connected to an Angular frontend (build by a partner). So i am familiar with frameworks like ASP.net or Spring Boot, but not with UI.
Now I face the task to implement a small desktop application which has to provide some sort of user interaction. One of the requirements is, that it has to run on macOS and Windows. It basically offers a recording functionality for binary data, with replay, pause, "Jump to" ...
What are the frameworks you would recommend? The team does not have any/or very few experience with Angular or similar Frontend-frameworks, so i was thinking of Blazor.
Is Blazor a good choice or is it overkill for such a usecase?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Just started learning the new asp.net mvc4 SPA template , noticed that knockout is being used , so give me reference to any book / Video which describes asp.net mvc with knockout.js from scratch .
A really good start is to work through the tutorials step by step on the knockoutjs.com site, the tutorials are brilliantly put together and there are live examples which help to demonstrate "real world" scenarios.
Once you are comfortable with the knockout constructs this article gives a basic but good illustration of integrating pure knockout with MVC controllers, models and views.
An alternative approach is to use knockoutMVC although it is important to point out that this is an extension of knockout.js and is definitely not required to get knockout working really well in an MVC project (I don't use this but thought I would include for completeness).
Finally if you want to get more advanced, this SPA guide is a very useful 4-part tutorial on creating a Single Page Application with Knockout and MVC.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I want to develop a search engine for my department intranet site to let colleagues searching document for download and information in html page.
I proposed to use Lucene.Net & .Net C#/VB to build up the searching (web application). But it is hard to found tutorial/sample on it, i don't know how to do the indexing on document, html page content...
I am looking for related tutorial/reference. Thanks.
This covers the very basics but lucene and search is a big topic, Id start here and ask more questions as you go.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I built a GIS application around Twitter and now its getting some interest.
But one of the requirements is that they don't want any outside dependencies.
So I'll need to mimic Twitters functions.
Anyone know of any open source Twitter projects?
Laconica?
http://laconi.ca/trac/
Identica demos it nicely:
http://identi.ca/
Jaiku is a microblogging service very similar to Twitter. Google bought Jaiku a few years ago and made its engine open source. You can find it here:
http://code.google.com/p/jaikuengine/
If you're looking for a .NET alternative. There is Yonkly. Is an open source Twitter clone written using ASP.NET MVC. You can find the source here:
http://www.codeplex.com/yonkly
I have used laconi.ca in the past, it is easy to figure out and highly customizable (for how young it is).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know of a twitter clone written in .NET (or ideally C#)?
I wanna experiment with a private twitter network between some friends and work colleagues.
http://www.yonkly.com/. Done with Asp.net mvc
Have you taken a look at Witty? It is a a Twitter client that matches you criteria, I am not aware of any server software though.
I know TeleTwitter. Though its development is stalled, it does everything I need.
I don't think there are any Twitter implementations in C#. If you are looking for C# twitter client, then Witty is the way to go (for now.. I'm working on a new one based on Witty libraries)
http://code.google.com/p/wittytwitter/