ASP.NET & C# best practices for web-based application? [closed] - c#

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I'd like to start working on a web-based ASP.net application to assist me with some DBA-type tasks.
I am looking for resources, books, tutorials that might show me how to get started in writing a GUI front end for a web-based application using ASP.Net and C#?
I'll need to use whichever option (MVC or Web Forms) that supports:
dynamic charts, graphs, dash boards and metrics to present data graphically
dynamic menus and options driven by database to prevent rebuilding every time a new option is added
What are ASP.NET & C# best practices for web-based application?

I think the best place to start is the ASP.NET website.

I found the NerdDinner tutorial pretty helpful to learn ASP.NET MVC, if you're looking for a walkthrough.
http://nerddinnerbook.s3.amazonaws.com/Intro.htm

Plural Sight has been an excellent resource for me.

Related

What is Slickflow? How to use it in Dot Net Core? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 months ago.
Improve this question
I'm new to Slickflow. What is the use of Slickflow in Dot net core and how to use it? Is it an API or MVC Project or something other?
Edit:-
How can I implement Slickflow in my project? Give an example like see Users flow or anything you want. I'm considering which classes and how to do make a diagram?
If you are talking about this SlickFlow. It looks like a .NET, .NET CORE Open Source Workflow Engine with this GitHub repo. Here is their Quick Start Tutorial as well as some SlickFlow Application Code Example with complete C# code.
There are two articles from code project:
Slickflow NETCore Open Source Workflow Engine
Slickflow Coding Graphic Model User Manual
I am one contributor from slickflow team, if someone has any questions, we can do any help here. Thanks

Is ASP.NET a language or not? Which is the fastest way to do something in it? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am looking to learn ASP.NET but the information I have found about this subject get me a little confused. I thought ASP.NET was a language that you learned and then you program in it like is PHP, but what I have found is that you have to use VB or C#, Angular JS, and some other things to make something in ASP.NET.
So is ASP.NET a language or not? What is it exactly? Do I have to learn more than one language to do something in ASP.NET? which is the fastest way to start doing things in ASP.NET?
From Microsoft docs:
ASP.NET is a free web framework for building great Web sites and Web
applications using HTML, CSS and JavaScript. You can also create Web
APIs, mobile sites, use real-time technologies like Web Sockets and
more!
You need to know C#, HTML, Javascript to get started with
For Additional Information:
http://www.asp.net/get-started

Change windows form application into MVC [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have an application which is built in windows form C# where I have a View, a Model and s ManagerHelper folder with classes in it. I wanted to convert this application into MVC application.
I know it's not convertable and needs to be implemented from scratch. The reason I wish to create to an MVC project is because I'm new to MVC and wish to learn it.
I'm familiar with HTML syntax however this seems to be really hard to get a grip of.
So my question is: What would a good approach if I which to change my windows form application into an MVC application.
Any link to articles or any books recommendation for Learning MVC would be helpful as well.
There was an article about this in MSDN magazine last year. It should help guide you. You can read it HERE

HTML5 and JS front end with c# backend [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Is it possible to have a dynamic website built using HTML5, CSS, JS and have it link to a backend using c#?
Am new to the whole microsoft side of development (coming from a php background) and haven't a clue.
thinking in terms of medium to enterprise applications.
thanks
Yes, use asp.net mvc...This is what you want: http://www.asp.net/mvc/mvc4
Here is a bunch of good video tutorials: http://www.asp.net/mvc/videos/pluralsight-building-applications-with-aspnet-mvc-4
Yes. Although I'd recommend looking at things like Angular.js (its what Gmail uses) to provide the best experience on the front-end. The backend can still be C# either ASP.NET[MVC] or WebAPI.

best .net solution for ecommerce compared to Magento CE [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am in the need of looking for a .net shopping cart, I am a .net developer not PHP and I need that the shopping cart solution be extendible.
In the past I have used Magento, and its probably the best solution out there, but I dont want just to learn another programming language.
Is there any as good as magento but done in .NET??
Some requirements I need:
MultiStore in one single database.
Ability to create themes.
Complex shopping cart discount rules as in Magento
As far as I know, there are only two written in .NET, and one of them is geared towards MVC.
ASP.NET MVC
http://merchanttribe.com/
http://www.nopcommerce.com - Version 3.0 and above is now MVC
ASP.NET
http://www.nopcommerce.com/ - Version 2.9 and below is web forms
dashcommerce http://dashcommerce.org/ is also a good option
has evolved from the old Commerce Starter Kit
Another one is OpenNetCommerce from which dashCommerce derived and went commercial. nopCommerce haven't tested lately, but it used to have issues with the speed.

Categories

Resources