Recent content by network_sat

  1. N

    class relationship UML for login and user classes

    stop spying as usual, if you do not answer or don't have an answer don't bother to comment. It is not matter of study to answer this question, as it is analytical not text book signature lesson...
  2. N

    class relationship UML for login and user classes

    Suppose I have two classes: login and user and the scenario is like this: if user enters a command xxx then he will be able to add new user or if he enters command yyy he will be able to login with name and password. Should I put user object in login class then as every login can have many...
  3. N

    Concise books for Networking cert

    I am reading now CISCO published CCENT ISND 100-101 which is my my 1000 pages...I wanted something to learn faster to prepare by skills...What series make good networking as well as good sys admin books for exams? Thanks!
  4. N

    Reading Programming Languages Docs

    is/are there any standards or general ways or rules to read programming languages documentations? Is learning back-Naur form will do any good in this? Thanks
  5. N

    Transition from design to coding

    What are the considerations when transition is made from design (ex. UML diagrams) to coding? How data types are formulated and code is implemented?
  6. N

    What languages should be learnt to get the Job at entry level

    I have seen hundreds of ads in many countries on software dev or programming. The requirements were unusual mix of programming languages such as: Java, struts, Linux said one... C/C++ ASP.NET said another.... other said knowledge of SDLC only... I am confused about what should I have with me...
  7. N

    How to control and synchronize concurrent code execution

    Hi. Suppose I have two programs where some sections of the code of one program file depend on the some sections of other program. How can I make sure that the dependency is executed properly. I mean dependent section of one program does not execute faster than the section of other program which...