Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
QuestionTexbox OnKeyPress event thru javascript executes a button click event Pin
bjay tiamsic7-Jul-14 15:37
bjay tiamsic7-Jul-14 15:37 
AnswerRe: Texbox OnKeyPress event thru javascript executes a button click event Pin
Dave Kreskowiak7-Jul-14 17:46
mveDave Kreskowiak7-Jul-14 17:46 
QuestionAn MVC concern Pin
Neo101017-Jul-14 10:25
Neo101017-Jul-14 10:25 
QuestionRe: An MVC concern Pin
Richard Deeming7-Jul-14 11:33
mveRichard Deeming7-Jul-14 11:33 
AnswerRe: An MVC concern Pin
Neo101017-Jul-14 22:33
Neo101017-Jul-14 22:33 
AnswerRe: An MVC concern Pin
Richard MacCutchan7-Jul-14 22:21
mveRichard MacCutchan7-Jul-14 22:21 
QuestionHow to make Setup Project Pin
Amr Muhammed7-Jul-14 8:32
Amr Muhammed7-Jul-14 8:32 
AnswerRe: How to make Setup Project Pin
OriginalGriff7-Jul-14 8:58
mveOriginalGriff7-Jul-14 8:58 
You should not include SQL Server in your installation. There are a couple of reasons:
0) You can only distribute SQL Server Express for copyright reasons - not SQL Server full version.
1) They may already have SQL Server installed on the network. If so, then they will presumably want to use that version.
2) If they do have SQL server installed and you start proliferating SQL server Express instances, you are going to annoy the heck out of the database administrator...
3) A single site installation of SQl Server is a lot more likely to be backed up than a number of scattered version under user control.
4) Sql server is quite complex for a "normal" user to install and administer - it is not a good idea!
5) It will destroy the primary advantage of using Sql Server over SqlCE or SQLite - multiuser access. If everyone installs their own copy of SQL server, then you will have multiple copies of your database, each used by a single person. This will cause some confusion, and (depending on how you wrote the original database) may take some considerable effort to combine into a single instance when the problem is realized.
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952)
Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

GeneralRe: How to make Setup Project Pin
Amr Muhammed7-Jul-14 11:30
Amr Muhammed7-Jul-14 11:30 
GeneralRe: How to make Setup Project Pin
OriginalGriff7-Jul-14 22:25
mveOriginalGriff7-Jul-14 22:25 
SuggestionRe: How to make Setup Project Pin
Erik Rude14-Jul-14 5:03
Erik Rude14-Jul-14 5:03 
QuestionBuffered Stream & OpenRead Pin
computerpublic7-Jul-14 7:54
computerpublic7-Jul-14 7:54 
AnswerRe: Buffered Stream & OpenRead Pin
Kornfeld Eliyahu Peter7-Jul-14 8:05
professionalKornfeld Eliyahu Peter7-Jul-14 8:05 
GeneralMessage Closed Pin
7-Jul-14 8:13
computerpublic7-Jul-14 8:13 
GeneralRe: Buffered Stream & OpenRead Pin
Kornfeld Eliyahu Peter7-Jul-14 8:21
professionalKornfeld Eliyahu Peter7-Jul-14 8:21 
GeneralRe: Buffered Stream & OpenRead Pin
computerpublic7-Jul-14 8:24
computerpublic7-Jul-14 8:24 
AnswerRe: Buffered Stream & OpenRead Pin
Kornfeld Eliyahu Peter7-Jul-14 8:27
professionalKornfeld Eliyahu Peter7-Jul-14 8:27 
GeneralRe: Buffered Stream & OpenRead Pin
computerpublic7-Jul-14 8:34
computerpublic7-Jul-14 8:34 
AnswerRe: Buffered Stream & OpenRead Pin
OriginalGriff7-Jul-14 8:13
mveOriginalGriff7-Jul-14 8:13 
GeneralRe: Buffered Stream & OpenRead Pin
computerpublic7-Jul-14 8:24
computerpublic7-Jul-14 8:24 
GeneralRe: Buffered Stream & OpenRead Pin
OriginalGriff7-Jul-14 8:56
mveOriginalGriff7-Jul-14 8:56 
JokeRe: Buffered Stream & OpenRead Pin
Wes Aday7-Jul-14 10:58
professionalWes Aday7-Jul-14 10:58 
GeneralRe: Buffered Stream & OpenRead Pin
Pete O'Hanlon7-Jul-14 11:22
mvePete O'Hanlon7-Jul-14 11:22 
GeneralRe: Buffered Stream & OpenRead Pin
Wes Aday7-Jul-14 11:35
professionalWes Aday7-Jul-14 11:35 
GeneralRe: Buffered Stream & OpenRead Pin
OriginalGriff7-Jul-14 22:20
mveOriginalGriff7-Jul-14 22:20 

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.