Building a Document Managament System from Scratch (C#) [closed] - c#

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 11 years ago.
Improve this question
I'm about to embark on a new Document Management System/Knowledge-base system using ASP.Net and I'm wondering what are the best practices and design issues I need to consider before starting up. I am a learning software engineer and I would like to develop my software engineering skills with this project.

Assuming you want to do this as a personal project to learn ASP.Net, I'd suggest using an N-Tier architecture or ASP.Net MVC.
Assuming this is a work project, I'd say: Why re-invent the wheel? Investigate SharePoint or a CMS system to see if they already do what you need.

Related

How do I develop a DotNetNuke module from scratch? [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'm trying to develop a module for DotNetNuke 7 however 90% of the tutorials use templates which I really want to avoid. The other 10% are just simple hello world modules.
I was wondering if anyone could share a simple module project with database access and database queries that I could study or simply tell me what I need to do to go about doing this.
All of the modules on the DNN Forge are open source, if you want to peruse their source code. We also have some simple (and not simple) modules on our GitHub account (the simplest being Tell-A-Friend, Jackrabbit, and Take-Out)

ASP.NET & C# best practices for web-based application? [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'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.

Creating .net application with specific arcgis functionalities [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am new to arcgis. I have given the task to create .net desktop application that can perform specific arcgis functions like digitization, interpolation etc. So my questions are
Can i develop application in .net to perform specific functionalities of arcGis like interpolation etc.
If yes how much time will be required for intermediate level developer ?
Can i develop application in .net to perform specific functionalities of arcGis like interpolation etc.
Yes, you can. ARCGIS does provide tools that be used in winform application. But, first of all make sure that your organization will purchase license for ARCGIS. It is not free and quite expensive.
how much time will be required for intermediate level developer
This involves GIS skills along with application development skills. And as none of us know your skill set, therefore we cannot tell that.

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