Discussions
-
-
Charles said:
It's pretty lonely over there (http://preview.channel9.msdn.com). Please create new threads there and really use the site - it's the future.
C
Needs the coffee house to update quicker between the live site and the preview site.... they delay is far to long.
the new c9 seems slow as well (I'm in the UK).
-
ZippyV said:Dr Herbie said:*snip*
Let's say they encrypted the challenge with AES. What are we supposed to do with it? Bruteforce?
Isn't that that the point?
-
http://www.bbc.co.uk/news/technology-10758371
It doesn't tell you where to enter
Is that part of the challenge? 
-
I thought the vide was going to be posted on Monday as well? Is not the case? I want to Play with the C9 and see how have baked it ....

-
W3bbo said:Maddus Mattus said:*snip*
The effect is negligible. an int is 32 bits, a datetime is 64 bits. On an x64 DBMS the int would be padded out to 64-bits to fit into a word size, so it's possible that the overhead is with using an int rather than a 64-bit type

thanks for your comments.....
-
W3bbo said:
Never use text for storing dates, if you do run into a problem where the MinValue for the built-in date/time value is too high, then store it as a 64-bit unsigned integer with the epoch set far enough in the past.
not sure if I explained myself. He acutally wants to type in "Pre 1960's" ... I don't reall see what choice I have.
-
Customer wants to enter a year into the database as Pre-1960's, would you make that field a text or datetime within the database?
-
DCMonkey said:
Do it in the ItemInserting and ItemUpdating events of the FormView:
Hummm I tried, didn't seem to work......
-
Not that I'm aware of.