Click here to Skip to main content
15,896,269 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I thought this would happen only to others... Pin
Nicolas Dorier29-Apr-15 5:55
professionalNicolas Dorier29-Apr-15 5:55 
GeneralRe: I thought this would happen only to others... Pin
Nagy Vilmos29-Apr-15 5:48
professionalNagy Vilmos29-Apr-15 5:48 
JokeRe: I thought this would happen only to others... PinPopular
Vark11129-Apr-15 7:14
Vark11129-Apr-15 7:14 
GeneralRe: I thought this would happen only to others... Pin
Jörgen Andersson29-Apr-15 7:36
professionalJörgen Andersson29-Apr-15 7:36 
GeneralRe: I thought this would happen only to others... Pin
Corporal Agarn29-Apr-15 9:12
professionalCorporal Agarn29-Apr-15 9:12 
GeneralRe: I thought this would happen only to others... Pin
Nagy Vilmos29-Apr-15 9:19
professionalNagy Vilmos29-Apr-15 9:19 
GeneralRe: I thought this would happen only to others... Pin
Jörgen Andersson29-Apr-15 10:43
professionalJörgen Andersson29-Apr-15 10:43 
GeneralRe: I thought this would happen only to others... Pin
Nicolas Dorier29-Apr-15 7:37
professionalNicolas Dorier29-Apr-15 7:37 
Well, the problem is that even if you try to do it with this code :
if(Thread.CurrentThread.CurrentCulture.ToString().StartWith("hu"))
{
    throw new HttpException("Not authorized");
}
You are not even sure it will works correctly. Big Grin | :-D
GeneralA Thought For Anyone Asking Questions PinPopular
Nagy Vilmos29-Apr-15 2:04
professionalNagy Vilmos29-Apr-15 2:04 
GeneralRe: A Thought For Anyone Asking Questions Pin
User 1013254629-Apr-15 2:25
User 1013254629-Apr-15 2:25 
GeneralRe: A Thought For Anyone Asking Questions PinPopular
W Balboos, GHB29-Apr-15 2:26
W Balboos, GHB29-Apr-15 2:26 
GeneralRe: A Thought For Anyone Asking Questions Pin
KP Lee30-Apr-15 17:48
KP Lee30-Apr-15 17:48 
GeneralRe: A Thought For Anyone Asking Questions Pin
KP Lee30-Apr-15 17:52
KP Lee30-Apr-15 17:52 
GeneralRe: A Thought For Anyone Asking Questions Pin
newton.saber29-Apr-15 2:30
newton.saber29-Apr-15 2:30 
GeneralRe: A Thought For Anyone Asking Questions Pin
HobbyProggy29-Apr-15 2:31
professionalHobbyProggy29-Apr-15 2:31 
GeneralRe: A Thought For Anyone Asking Questions Pin
User 1013254629-Apr-15 2:31
User 1013254629-Apr-15 2:31 
GeneralRe: A Thought For Anyone Asking Questions Pin
newton.saber29-Apr-15 2:32
newton.saber29-Apr-15 2:32 
GeneralRe: A Thought For Anyone Asking Questions Pin
User 1013254629-Apr-15 2:38
User 1013254629-Apr-15 2:38 
GeneralRe: A Thought For Anyone Asking Questions Pin
wout de zeeuw29-Apr-15 3:29
wout de zeeuw29-Apr-15 3:29 
GeneralRe: A Thought For Anyone Asking Questions Pin
User 1013254629-Apr-15 3:34
User 1013254629-Apr-15 3:34 
GeneralRe: A Thought For Anyone Asking Questions Pin
wout de zeeuw29-Apr-15 6:25
wout de zeeuw29-Apr-15 6:25 
GeneralRe: A Thought For Anyone Asking Questions Pin
User 1013254629-Apr-15 22:52
User 1013254629-Apr-15 22:52 
GeneralRe: A Thought For Anyone Asking Questions Pin
Paul M Watt29-Apr-15 4:17
mentorPaul M Watt29-Apr-15 4:17 
GeneralRe: A Thought For Anyone Asking Questions Pin
Slacker00729-Apr-15 5:19
professionalSlacker00729-Apr-15 5:19 
GeneralRe: A Thought For Anyone Asking Questions Pin
LucianPopescu29-Apr-15 20:24
LucianPopescu29-Apr-15 20:24 

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.