MVC3 Best way to custom permissions [closed] - mysql

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am developing a website in MVC3 and EF Connect to Mysql. As requested I have my own permissions and roles tables. and now need to control access to the views of the website. I was thinking that this would have to use static classes or something similar to allow or restrict access, but I think it would be malpractice. what would be the best way to validate each of the views or controllers?

Related

How do I write a database application that can be compiled in both Delphi and Free Pascal? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm writing a simple application which connects to MySQL, selects and updates some rows.
What is the standard or de-facto standard approach to working with databases so that the app compiles both on latest Delphi and FPC?

download a zip file from server (without dialog box) to desktop using AS3 [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to download a zip file from server and save on local machine without any user action (without dialog box).
Not possible. Think about what you're asking, particularly in terms of security.

Opensource Inventory management desktop application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am a .Net developer and i have to make an Inventory management system.
So, i am looking for an opensource Inventory management system in C#/VB.Net.
.Net is my first preference but i can consider other options as well.
So, my question is:
1- Can anyone give me a link to a good opensource desktop Inventory software ?
I would start looking at codeplex.com
http://www.codeplex.com/site/search?query=Inventory&sortBy=Relevance&licenses=|&ac=3

DATABASE: Mysql.com was hacked twice this year should we still use mysql for our database? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Last March(2011)
http://techie-buzz.com/tech-news/mysql-com-database-compromised-sql-injection.html
This Month(2011)
http://www.pcworld.com/businesscenter/article/240609/mysqlcom_hacked_to_serve_malware.html
Actually, the database wasn't hacked. The database did exactly what it was supposed to.
The application in front of the database was hacked.
Use any database and put a foul lot of code directly touching tables and you'll end up with a hackable pile.

Which Database is suitable for classifieds website? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm developing a classifieds website with Django framework, But i don't know which Database is suitable for this project? PostgreSQL or MySQL ?
Either one will work; the only limitation is your skill. Which one do you know better?