Click here to Skip to main content
15,886,518 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Things to do before making a .Net application commercial. Pin
Abhinav S12-Apr-13 8:27
Abhinav S12-Apr-13 8:27 
GeneralRe: Things to do before making a .Net application commercial. Pin
kburman612-Apr-13 9:44
professionalkburman612-Apr-13 9:44 
GeneralRe: Things to do before making a .Net application commercial. Pin
jschell14-Apr-13 7:05
jschell14-Apr-13 7:05 
AnswerRe: Things to do before making a .Net application commercial. Pin
Abhinav S14-Apr-13 7:38
Abhinav S14-Apr-13 7:38 
AnswerRe: Things to do before making a .Net application commercial. Pin
Jasmine250119-Apr-13 10:03
Jasmine250119-Apr-13 10:03 
GeneralRe: Things to do before making a .Net application commercial. Pin
kburman619-Apr-13 10:23
professionalkburman619-Apr-13 10:23 
GeneralRe: Things to do before making a .Net application commercial. Pin
Jasmine250119-Apr-13 10:53
Jasmine250119-Apr-13 10:53 
QuestionDatabase Security Design Pin
Bram van Kampen9-Apr-13 13:44
Bram van Kampen9-Apr-13 13:44 
Hi,

First of all, I do not know if this is the correct forum. If not, please re-direct me.

I am re-designing a successfull application for XP to run under Win7 and 8. The previous incarnation runs under XP. The application at hand is a Cash Register/Production Application, not at all connected to the internet, just to a small local network. the general requirement is that a User signs in to an app running on a terminal, in order to register a fact of production, or a transaction with a customer. Any Opening,reading Writing or Closing happens under Program Control.

Under XP all machines run in non password Admin Mode. I see nothing wrong with it, but microsoft considers it a bad idea. (conversely, weare not aware of even one security related issue over the past 7 year).
I cannot think of even One feature of the 'Windows Development Cycle since 'windows XP' that has benefitted me.

The Read/Write/Modify set of permissions do not realy cut it. An employee must perform a transaction on the till, which requires a right to modify the Till Contents. he is however not allowed to do that at will. (Set the Contents to Zero, bring the takings home, and claim 'No Trade' for that day)

'Switch User' is definitely not a way to go. It is too slow, and All Users have to start from the same screen anyways.

The Microsoft model seems to be based on the 'country hopping traveling sales man', and the sharing of a computer between different people doing different things, like writing letters or spreadsheets, stored on the company server. The precursor to Azure(which I will NEVER assign my customers to)
In my application Internet security requirements are non existent.

I am now preparing a new design using the NET Framework.

I do not use any significant graphics, (other than Diaolg Boxes) DB Acces attempts account to about 1000 per week. on average over each of my users.

Anyone who can help?

Regards Smile | :)
Bram van Kampen

AnswerRe: Database Security Design Pin
jschell10-Apr-13 8:27
jschell10-Apr-13 8:27 
GeneralRe: Database Security Design Pin
Bram van Kampen13-Apr-13 16:12
Bram van Kampen13-Apr-13 16:12 
GeneralRe: Database Security Design Pin
Jasmine250119-Apr-13 10:13
Jasmine250119-Apr-13 10:13 
AnswerRe: Database Security Design Pin
Jasmine250119-Apr-13 10:16
Jasmine250119-Apr-13 10:16 
QuestionWhy do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 9:40
Rob Philpott9-Apr-13 9:40 
AnswerRe: Why do we JIT compile everytime a program runs in.NET? Pin
Pete O'Hanlon9-Apr-13 10:09
mvePete O'Hanlon9-Apr-13 10:09 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 21:44
Rob Philpott9-Apr-13 21:44 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Pete O'Hanlon9-Apr-13 21:48
mvePete O'Hanlon9-Apr-13 21:48 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 21:49
Rob Philpott9-Apr-13 21:49 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Pete O'Hanlon9-Apr-13 21:51
mvePete O'Hanlon9-Apr-13 21:51 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Rob Philpott9-Apr-13 23:48
Rob Philpott9-Apr-13 23:48 
GeneralRe: Why do we JIT compile everytime a program runs in.NET? Pin
Pete O'Hanlon9-Apr-13 23:54
mvePete O'Hanlon9-Apr-13 23:54 
AnswerRe: Why do we JIT compile everytime a program runs in.NET? Pin
jschell10-Apr-13 8:22
jschell10-Apr-13 8:22 
QuestionThe SELECT permission was denied on the object 'services', database 'mssqlsystemresource', schema 'sys'. Pin
Jak Anil9-Apr-13 6:44
Jak Anil9-Apr-13 6:44 
AnswerRe: The SELECT permission was denied on the object 'services', database 'mssqlsystemresource', schema 'sys'. Pin
Bernhard Hiller9-Apr-13 23:34
Bernhard Hiller9-Apr-13 23:34 
GeneralRe: The SELECT permission was denied on the object 'services', database 'mssqlsystemresource', schema 'sys'. Pin
Jak Anil9-Apr-13 23:49
Jak Anil9-Apr-13 23:49 
QuestionRegarding LdapSessionOptions.SecureSocketLayer Pin
Gaurav wpf9-Apr-13 2:27
Gaurav wpf9-Apr-13 2:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.