Skip to content

Work Issues

Talk about work issues, get tips on resume writing, hiring, firing, office issues, co-workers and coffee etiquette.

This category can be followed from the open social web via the handle work-issues@forum.codeproject.com

1.9k Topics 3.7k Posts
  • just curious

    csharp c++ hardware question
    2
    0 Votes
    2 Posts
    2 Views
    H
    I think MS can make it an elective exam,,if they (in MS) think that it will bring them more money !!
  • IE Toolbar + Affiliate program

    com php mysql tools tutorial
    4
    0 Votes
    4 Posts
    3 Views
    F
    I suggest you take a look at this http://www.besttoolbars.net/ They also offer DeskBar . You can buy the Source Code
  • asp.net business/legal question (full post)

    database csharp asp-net sql-server design
    6
    0 Votes
    6 Posts
    1 Views
    S
    a) I can only speak for the company I work for - we give the client the the code, if they ask. Usually they don't, and we just keep it indefinitely in SourceSafe. c) Technically, their comment about security is a bad sign. Security is not about hiding the code, it is about writing secure code. If their comment is true, it means they *may* have left themselves a backdoor, and have the ability to take your site down on a whim, or borrow whatever info they wanted. Finally, as others have said, it is easy to decompile a .NET dll.
  • who can do a favorite for me?

    sysadmin tutorial question
    3
    0 Votes
    3 Posts
    2 Views
    S
    liu123jian123 wrote: How to do it? First follow what Mazy said.. then u will get the answer :-D He who controls others may be powerful, But he who has mastered himself is mightier still.
  • HelpMePleaseFor$

    database csharp asp-net sql-server com
    2
    0 Votes
    2 Posts
    2 Views
    H
    www.rentcoder.com[^]
  • asp.net business/legal question

    csharp asp-net business beta-testing tutorial
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • assembly and c code problem please help

    help c++ question
    4
    0 Votes
    4 Posts
    4 Views
    R
    Oops. Teach me to answer questions when drunk. I'll leave my stupidity for prosperity :O Ryan
  • Software Engineer

    question career
    18
    0 Votes
    18 Posts
    6 Views
    J
    hee hee
  • Thanks ahead for your evaluations

    database com algorithms security
    2
    0 Votes
    2 Posts
    2 Views
    S
    Contact Chris for advertisements please I was born intelligent Education ruined me!.
  • FREE Make utility for Windows ?

    question c++ tools help tutorial
    6
    0 Votes
    6 Posts
    3 Views
    S
    Some time ago there was a free MAKE source from somewhere like Lattice, the people that produced C compilers (I said it was a while ago). It was more UNIX oriented, although it was source code and #ifdef'd for MS-DOS. Shouldn't take too much conversion. it's at this location[^] as NMAKE.ZIP Steve S
  • COM+ Transaction 70-320 exam question

    question com announcement career
    2
    0 Votes
    2 Posts
    4 Views
    T
    I don't think I would call EnableCommit as a matter of course (for example, as the first line of code in PlaceHolder). What that says is, "Regardless of what I do with the code in PlaceHolder that may impact my transaction, I choose to vote for committing it anyway." That is to say, in general, you call EnableCommit *after* the body of your transaction-aware code has executed, to tell other participants in the transaction that your code is unaware of any reason not to commit. Second (and I am not a COM+ transaction authority), my understanding of AutoComplete versus EnableCommit is that AutoComplete is used to both ensure the creation of a transaction, and ensure that SetComplete is called if the tagged method returns normally(PlaceHolder in this case). Marking the method as AutoComplete(true) suggests that PlaceHolder is the first and last bit of logic to use the created transaction. Can't tell by your question, but I must assume there may be other methods called either before or after PlaceHolder that also intend to use the transaction. SetComplete sets both the IsConsistent and IsDone bits on a transaction context, indicating that the transaction should proceed with the act of committing itself (bad news if other logic needs the transaction), while EnableCommit only sets the IsConsistent bit, allowing further code to use the transaction instead of trying to commit it immediately. If PlaceHolder actually sits in the middle of other methods, all of which are intended for use in the same transaction context, setting EnableCommit at the end of PlaceHolder's execution would be the right choice with regards to transaction integrity. The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’
  • UK Jobs market and teleworking

    help question career workspace
    2
    0 Votes
    2 Posts
    4 Views
    S
    (Oh no, another change in the organisational structure....) Looks like I'll be going back to contracting real soon now. Steve S
  • JavaScriptting

    java sharepoint com collaboration tools
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Learning UML -- Benefits, Applicability?

    question learning
    6
    0 Votes
    6 Posts
    3 Views
    A
    John Kuhn wrote: This book by Larman?: Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and the Unified Process (2nd Edition) That's the one.
  • Anyone qualify for this???

    c++ xml csharp java perl
    5
    0 Votes
    5 Posts
    2 Views
    N
    I'm surprised I haven't seen any requiring 5 years experience with Longhorn,. :rolleyes: "I'd be up a piece if I hadn't swallowed my bishop." Mr. Ed, playing chess
  • Data structures questions in interviews

    data-structures question career
    2
    0 Votes
    2 Posts
    2 Views
    J
    Ironically, in the last 13 years, no one has ever asked me any real "computer science 101" questions. As a result, I've become incredibly bad at answering them, and I don't often construct my own linked lists or binary trees when programming in C# or VB.NET, so I feel really rusty in these areas. I while ago, I picked up a book called "Programming Interviews Exposed" published by Wiley & Sons. It's crammed with exactly that kind of question, along with logic puzzles, etc., that might be asked during a programming interview.
  • cross roads - mechanical engineering and vc++

    csharp c++ question career
    5
    0 Votes
    5 Posts
    5 Views
    N
    Just want to add... there're a lot of cool things that lie in the intersection between mechanical engineering and software development. Most of the exciting development will lie in the "algorithm" and "research" part of the project cycle. For instance, we've had CAD/CAM, FEA (Finite Element Analysis) , CFD (Computational Fluid Dynamics) system around for a long time. But things are moving ahead. It's not a stagnant field. Example: Interaction with deformable 3D solid models in REALTIME with Data Gloves (Still in R&D phase last time I read about it in publication from UBC two years ago). How about reconstruction of 3D models from digital photos? This is possible by extending current image segmentation techonologies (edge detection, object recognition) and lotsa old school matrix algebra. But, it's already in mass production phase - Last time I saw in trade show a couple of years back. German manufacturer I think - they have cutting edge engineers - people who make their country proud. These are the stuff that the majority of us aren't doing. These are closed source advantage. These are the stuff that hasn't been devalued by Chinese/Indian competition, yet. But there're a lot of potential in these area - probably much more than trying to optimize area like processor scheduling. Web Dev is dead. Not that the technology is dead, quite the opposite indeed. But if you're looking at decreasing profit margin. On the other hand, things like network optimization seems to be much easier problems... easier to tackle, and faster to see real result (well, faster to see the end of the improvement too). I worked on a project with N??tel before. They were considering integrating financial metrics into their network management systems. That's perfectly doable - but it's easy to get duplicated at the same time. Enough babbling, time for me get back to work. Don't forget to let me know if you run into anything profitable and requires my assistance :) Norman Fung
  • Wanted: C++ programmers with Geometry background

    csharp c++ career
    14
    0 Votes
    14 Posts
    12 Views
    J
    Hockey wrote: My bad, I could have sworn I seen this post in the Visual C++ forum... You did :-) But it got moved in a hurry... "After all it's just text at the end of the day. - Colin Davies "For example, when a VB programmer comes to my house, they may say 'does your pool need cleaning, sir ?' " - Christian Graus
  • Technology Open House at Dollar / Thrifty (Tulsa, OK)

    csharp database wcf xml c++
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Outsourcing

    question career
    5
    0 Votes
    5 Posts
    3 Views
    A
    no kidding The word of the day is legs, let's go back to my house and spread the word ;P