Search:

Type: Posts; User: alphaoide

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds; generated 46 minute(s) ago.

  1. Replies
    4
    Views
    4,000

    Thanks, the link really helped.

    Thanks, the link really helped.
  2. Replies
    4
    Views
    4,000

    I'm sorry. Did you forget to post the link...

    I'm sorry. Did you forget to post the link because I don't see one?
  3. Replies
    4
    Views
    4,000

    LINQ, Verbose WHERE Clause

    Using LINQ, I updated the field Age of a Person object. When I looked at the generated SQL (from SQL Server Profiler), I saw the following.


    exec sp_executesql N'UPDATE [dbo].[Persons]
    SET [Age]...
  4. Yeah, we know the answer to "which one, java or...

    Yeah, we know the answer to "which one, java or c++?" but to "which java framework?," just ask the experts.

    http://www.javaranch.com/
  5. Awesome, thanks. The authorities still suggests...

    Awesome, thanks. The authorities still suggests to duck under desk despite that guy's observation. I will still need more to be convinced
  6. See, this is really what I told my co-worker:...

    See, this is really what I told my co-worker: "Give me your source."
    For now, I don't buy it.
  7. Don't Take Cover under a Table during an Earthquake?

    So, we in Los Angeles and Orange County has just experienced an earthquake--no big deal. After the event, some co-workers of mine told us that taking cover under the desk was not the right thing to...
  8. Replies
    44
    Views
    9,272

    Poll: I use Visual Studio for everything (php, asp,...

    I use Visual Studio for everything (php, asp, html, etc and of course c++, c#) now. It just looks clean and easy in the eye and don't bother to have to many code editors.

    I use notepad and all...
  9. Replies
    28
    Views
    7,600

    English

    English
  10. Replies
    57
    Views
    12,589

    This may be not a good advice, but some...

    This may be not a good advice, but some professors are that tough. If the majority of students fail the class, then it's the professor; otherwise, it's you.

    Also, if you're not that smart, you...
  11. Replies
    16
    Views
    4,270

    So, what's after business software? I work in a...

    So, what's after business software? I work in a bank currently and I just know this is not the place I want to be a year from now.
  12. Replies
    3
    Views
    2,427

    MS SQL 2000 Rows with unpaid_flag = 'Y' is 1...

    MS SQL 2000
    Rows with unpaid_flag = 'Y' is 1
    Rows with unpaid_flag = 'N' is 98201

    With Index
    select * from orders
    where unpaid_flag = 'Y'

    Table 'Orders'. Scan count 1, logical reads 3,...
  13. Replies
    3
    Views
    2,427

    SQL: When to Avoid Index?

    I need help understanding the following.



    I still don't understand why I should avoid index on small selectivity query. Thanks for the enlightment beforehand.
  14. Thread: Screen Res'

    by alphaoide
    Replies
    42
    Views
    7,851

    Poll: Home: 1280x1024 Work: 2560x1024 (multiple...

    Home: 1280x1024
    Work: 2560x1024 (multiple monitors)
  15. Replies
    13
    Views
    3,275

    Poll: I never knew it had one. And still don't see...

    I never knew it had one. And still don't see it!!! Where the heck is the subscribe-me button? Does it allow you to subscribe by thread? I just noticed the feed icon in Firefox's address bar but I...
  16. Thread: Motivate me.

    by alphaoide
    Replies
    49
    Views
    10,535

    Well, if you don't have parents that will kick...

    Well, if you don't have parents that will kick you out of the house if you don't pass your classes, then you're free to do anything.

    School is just a means; do what you have to do to get what you...
  17. Replies
    3
    Views
    1,286

    Finish one book on PHP & MySQL (make sure you do...

    Finish one book on PHP & MySQL (make sure you do the exercises or examples). Get a host or install server on your local computer, install wiki, blog, or whatever you want. Customize it, create...
  18. Replies
    28
    Views
    6,514

    About the font, is this gonna be a flash website?...

    About the font, is this gonna be a flash website? If so, no comment.

    Otherwise, I would suggest you use standard font installed on any/most computers like arial, verdana, etc.

    When you use...
  19. Replies
    28
    Views
    6,514

    What font you used for that text "triarch?" Can I...

    What font you used for that text "triarch?" Can I download it somewhere? Thanks, and I actually I like the color scheme.
  20. For two days I thought I would hate .NET. I...

    For two days I thought I would hate .NET. I figured out my mistake.

    I have a solution with two projects: a class library and it's driver. The App.config was in class library project, when it's...
  21. @notsure, same thing, the method returns null.

    @notsure, same thing, the method returns null.
  22. I tried it on another computer thinking it was...

    I tried it on another computer thinking it was bad installation, but, nope, same thing. At home was VS 2005, .NET 1.1 and 2.0; at work was VS 2003, .NET 1.1.

    Can anyone try it on their computer if...
  23. ConfigurationSettings.GetConfig() always returns null

    The following always indicates that the config section is not found


    if ((IDictionary)ConfigurationSettings.GetConfig("LogSettings") == null)
    {
    Console.WriteLine("I'm null");
    return;...
  24. Thread: im back!

    by alphaoide
    Replies
    21
    Views
    4,655

    nice. what's your plan now? back to school?

    nice. what's your plan now? back to school?
  25. Replies
    13
    Views
    5,483

    Well, what do I know about MS' timeline but I...

    Well, what do I know about MS' timeline but I must say that .NET is amazingly good OO. I've worked with MS products as well, e.g. SharePoint, and objects are all over the place and I must say that...
Results 1 to 25 of 498
Page 1 of 20 1 2 3 4