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 am in search of ASP.net based open source support ticket system. are there any suggestions?
https://github.com/NullDesk/TicketDesk/
TicketDesk is an issue tracking system for IT Help Desks.
TicketDesk is efficient and designed to do only one thing, facilitate communications between help desk staff and end users. The overriding design goal is to be as simple and frictionless for both users and help desk staff as is possible.
TicketDesk 2 is an ASP.NET MVC web application written in C# targeting the .NET 4.5 framework. It includes a simple database with support for SQL Server 2005, 2008, or 2012 (including express and localdb editions). It can leverage SQL server for membership and role based security or integrate with windows authentication and Active Directory groups.
Bugtracker.NET
BugNet
I prefer BugNet over others for a number of reasons. It is regularly updated and has quite a good number of followers.
http://slickticket.codeplex.com
Jitbit (disclaimer: the company I work for) offers a ticketing system that is ASP.NET based (MVC) with "full sources" license available. It's not free though. But we do have a free trial version that has no "time limit" - you can run it as long as you want.
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 2 years ago.
Improve this question
Can anyone recommend any out-of-the-box solutions that can protect a "classic" ASP application against cross-site request forgery? I'm looking for suggestions from folks who have actual experience with the product. In particular, pros, cons, and implementation gotchas relating to the product would be very helpful.
The ASP application is legacy and is slated for decommission, so I'm hoping to find a solution that integrates easily and with a minimum amount of impact to the app.
Have you looked into using IIS level tools like UrlScan 3? We've used this with IIS 6 and classic ASP applications to successfully protect our systems from SQL injection and XSS vunerabilities. Plus it's FREE!
There's lots of helpful custom configuration tutorials if you want to enhance what is checked for. Read this article that covers specifically XSS.
We've also spent alot of time on re-developing our application code itself to protect against things like sql injection and people trying to post malicious scripts via url or form.
However UrlScan has provided a solid base for keeping our sites secure.
You can also look at products provided by Port80 Software.
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
I'm about to create a new application - somewhat like a CRM. I'm thinking it would be best to diagram out all the tables/fields before I begin...but not sure what is the best way to do so? Are there tools in VS? MSSMS? Something else? I want to quickly and thoroughly create the database the application will use for its back-end.
This http://msdn.microsoft.com/en-us/library/ms171971%28VS.80%29.aspx article explains pretty well how to create database diagrams using Microsoft SQL Management Studio. You can download SQLMS here: http://www.microsoft.com/express/Database/
The nice thing about this approach is that your diagram is also your database so you don't have to create the diagram and then create the database, you can get them both done at the same time.
I quite like to use Microsoft Visio to map this sort of stuff out.
Or even better - a wipeboard!
You can do this inside Visual Studio. Just set up a Database and in the Server Explorer, create a new diagram. The way to do this differs in different VS Versions.
VS 2005
Another approach would be to use the Management Studio Express
You can get this one here.
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
Its getting to that time where we need to get some more up to date development tools. There seems to be so many schemes, subscriptions and memberships out there which promise to offer discounts on various development tools etc. Which ones are best in terms of cost and usable software.
We are a web based company and our software is creeking its getting that old. We are looking to upgrade our Microsoft (Visual Studio, Office, IIS7, etc) and Adobe/Macromedia (Fireworks, Dreamweaver, Flash) products. Off the shelf prices are simply scary!
How can we get the gear at a sensible rate? We are only a small team of 4.
Edit: Signed up for the WebSpark membership, thanks for the pointers guys. Anything similar for Adobe. Tried googling but it seems these things are buried away with funny names!
For MS software, have a look at WebsiteSpark program. You can receive up to 3 licenses for VS, Expression Blend, Windows Web Server 2008 (4 CPU license) and SQL Server (4 CPU license). Program is designed for small (<=10 workers) web developing companies and works for 3 years, though. After this period MS requires to buy this software providing discount.
Have you considered the Visual Studio Express Edition? It's feature-limited, but free. Conversely, full versions of Visual Studio are costly, but they're an investment in your team's development, and are -- hopefully -- but a fraction of your development budget when you consider software engineer salaries.
If you qualify Microsoft's BizSpark program might be for you.
In terms of MS products:
If you're developing with Microsoft tools and for Microsoft Platforms then the two "spark" programmes mentioned - probably WebsiteSpark in your case.
Also the Microsoft Action Pack for non-dev tools.
Aside from the above, Visual Studio with MSDN pro seems, to me, to be about the best "value" of the dev tool offerings - you need to find a local licensing guru to get the best price.
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 good free alternative to Project Place?
Check out Project 2 Manage.
Project2Manage is a free hosted project management solution that virtually anyone can use.
It’s FREE!!!
Helps keep projects organized
Assign multiple levels of permission to different clients & users
Manage your projects from anywhere
Manage unlimited projects
Post Messages to keep everyone up to date
Manage Tasks with To-Do Lists
Create Milestones to stay on task
Collaborative writing with Spot2Jot
Is that what are you searching for?
There is a free version of basecamp that allows only a few developers to use the software. It is limited to just one project and doesn't have all the bells and whistles as other software, but it works. I'm not sure if it will replace Project Place, however, because I have never used Project Place.
Hopefully it has the same features. If not, then good luck in your search.
Check out http://www.MinaProjekt.se, a Swedish collaboration site without any charge. Kindly hosted so no installation required. You are up and running with your project in no time. Support many types of online projects. Welcome to try out today!
you can check out projectpier.org or redmine.org for good alternatives
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 am more familiar with the Microsoft stack and I have some knowledge with ASP.NET and SQL.
What is the best open source platform to learn and create a dynamic website with, focusing on the back end?
PHP for the website development
MySQL (or PostgreSQL) for the database backend.
All are open source.
There is no such thing as the "best open source". There are many good ones that'll suit different programming styles and personalities.
Some of the more popular couple of open source languages for web development today are:
PHP
Ruby
Python
Some of the more popular couple of open source databases are:
PostgreSQL
MySQL
As they're free, give them a spin and see what you prefer.
Try to start with the dasBlog. you can see more information about this project and a lot more here and videos here
The two most popular open source webapp platforms at the moment are Rails and Django. They are both awesome, and a joy to work with.