Click here to Skip to main content
15,881,861 members
Home / Discussions / C#
   

C#

 
GeneralRe: Connectivity Pin
shevya13-Jul-09 21:24
shevya13-Jul-09 21:24 
GeneralRe: Connectivity Pin
<<Tash18>>13-Jul-09 22:01
<<Tash18>>13-Jul-09 22:01 
GeneralRe: Connectivity Pin
<<Tash18>>14-Jul-09 1:17
<<Tash18>>14-Jul-09 1:17 
GeneralRe: Connectivity Pin
shevya14-Jul-09 20:50
shevya14-Jul-09 20:50 
QuestionEntity Framework Question Pin
Juvil John12-Jul-09 22:56
Juvil John12-Jul-09 22:56 
QuestionHello.. Pin
mjawadkhatri12-Jul-09 22:06
mjawadkhatri12-Jul-09 22:06 
AnswerRe: Hello.. Pin
Blue_Boy12-Jul-09 22:20
Blue_Boy12-Jul-09 22:20 
AnswerRe: Hello.. Pin
Pete O'Hanlon12-Jul-09 22:38
mvePete O'Hanlon12-Jul-09 22:38 
Superficially the program logic looks easy, but there are some edge cases that you want to consider. What happens if your user chooses to select in twice without selecting out? When you code your application, you need to think about the different ways that the user interacts with it, and work out where they could go wrong. I normally find that sketching out a simple UI on a piece of paper helps to concentrate my mind on what can (and will) cause problems with my interface.

There are two approaches to solving the problem I just gave you. The first approach is to have the application prevent you from performing the IN operation if there's one that doesn't have an OUT operation. The second approach is to allow the application to perform the IN operation, but to warn them that they have a problem because they didn't log out before, and they need to seek help. The method you choose depends entirely on your business processes, so you need to take them into account.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



AnswerRe: Hello.. Pin
Tom Deketelaere12-Jul-09 22:54
professionalTom Deketelaere12-Jul-09 22:54 
Questionrun script - credentials Pin
arkiboys12-Jul-09 21:54
arkiboys12-Jul-09 21:54 
AnswerRe: run script - credentials Pin
Dave Kreskowiak13-Jul-09 4:05
mveDave Kreskowiak13-Jul-09 4:05 
QuestionConfusion..!! Pin
Meth Ferrel12-Jul-09 21:39
Meth Ferrel12-Jul-09 21:39 
AnswerRe: Confusion..!! Pin
dan!sh 12-Jul-09 21:56
professional dan!sh 12-Jul-09 21:56 
GeneralRe: Confusion..!! Pin
Meth Ferrel12-Jul-09 23:42
Meth Ferrel12-Jul-09 23:42 
GeneralRe: Confusion..!! Pin
dan!sh 13-Jul-09 3:13
professional dan!sh 13-Jul-09 3:13 
GeneralRe: Confusion..!! Pin
Meth Ferrel13-Jul-09 3:21
Meth Ferrel13-Jul-09 3:21 
GeneralRe: Confusion..!! Pin
dan!sh 13-Jul-09 17:53
professional dan!sh 13-Jul-09 17:53 
GeneralRe: Confusion..!! Pin
Meth Ferrel14-Jul-09 2:53
Meth Ferrel14-Jul-09 2:53 
AnswerRe: Confusion..!! Pin
Baeltazor12-Jul-09 22:00
Baeltazor12-Jul-09 22:00 
QuestionMAC ADDRESS Pin
sanforjackass12-Jul-09 21:25
sanforjackass12-Jul-09 21:25 
AnswerRe: MAC ADDRESS Pin
dan!sh 12-Jul-09 21:29
professional dan!sh 12-Jul-09 21:29 
QuestionRe: MAC ADDRESS Pin
sanforjackass12-Jul-09 21:46
sanforjackass12-Jul-09 21:46 
AnswerRe: MAC ADDRESS Pin
dan!sh 12-Jul-09 21:58
professional dan!sh 12-Jul-09 21:58 
GeneralRe: MAC ADDRESS Pin
sanforjackass12-Jul-09 22:07
sanforjackass12-Jul-09 22:07 
GeneralRe: MAC ADDRESS Pin
dan!sh 12-Jul-09 22:15
professional dan!sh 12-Jul-09 22:15 

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.