Jump to content

cyberjoe2

Member
  • Posts

    12
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by cyberjoe2

  1. Hello, I would like to ask you about using Team foundation Server as bug tracking system. Already we are using Countersoft Gemini, this is one of many bug tracking application. Because we started to use repository and build from Team Foundation Server, we consider also migrating bug tracking system to TFS work items. What do you think about this? Can TFS be utilized as complete bug tracking system with time logging and issue managements functionality? Do you have any experiences with migration from other bug tracker to TFS? Thanks for answers cyberjoe
  2. Hello, I would like to display small window with web page inside window of antoher web page. is it possible? how to do this using HTML? Thanks! cyberjoe
  3. Hi to all! What is the worlds biggest .NET open source project? is it NASAs World Wind project? Regards, cyberjoe
  4. Hello, I need to implement continuous integration using TFS Server and TFS Build. How to utilize TFS Build to implement CI in your company? Do you have any experiences how to do this? Thanks! cyberjoe
  5. Hi to all, Some years ago I have made some experiences with ‘ADO.NET vNext CTP’ predecessor ObjectSpaces. Some while ago I also made my experiences with an O/R mapper (EntityBroker) from THONA Software & Consulting Ltd.. No I will give ‘ADO.NET vNext CTP’ a chance. How good is Microsoft now? Is ‘ADO.NET vNext CTP’ better than ObjectSpaces? And when YES which changes Microsoft has done? Use anyone from you ‘ADO.NET vNext CTP’? Productive? J Regards, cyberjoe
  6. Hello, we have our own tool, that check some rules in source code. This tool returns true when code is ok, or false if some rules are broken. It's possbile to attach our tool to check-in policies in visual studio? How can we do this? regards cyberjoe
  7. What experience do you have with O/R mapper in .NET? I need to choose one for use in my company Which one is the best for you? I have seen lots of positive feedback about this one: LLBLGen Pro What do you thing about this? Is it good or can I find better alternative? Regards cyberjoe
  8. Hi, I would like to ask you what is the best way to localize applications in .NET 2.0 and how Microsoft do it in Vista? cyberjoe
  9. Hi to all! I would like to ask you which coding convention do you use? Regards,
  10. I'm looking for a lazy loading solution in c#. The idea is, to have a kind of object factory, which will be responsible for creating my entity objects. When a property of such an object is accesed and it is not yet loaded, the factory (or a magic watcher) will be able to pause the execution flow for a while (maybe that step is not necessary) load the missing data (don't know how to specify, from where to load that data----maybe via attributes) and return to the flow. My entity objects, do not have a possibility to load the missing data by themselves, because they are only data containers having private members, which are accessible via public properties. These objects need to be filled with their data from outside, and therefore many lazy loading solutions won't work here. Maybe anyone of you knows the solution for my problem? Thank You in advance! Greetz! cyberjoe
  11. Hi, We have plenty of coding convention rules, we cannot check using FxCop. I mean rules that are related to comments or regions in our source code. Do you know tool, we can use to check such rules? What are your experiences with problem like this? cyberjoe
  12. Hi, I'm looking for a tool that can be utilized by daily build to encode our assemblies. It should prevent of decoding our code by disassemblers. I need something like: http://www.smartassembly.com/product/how4.aspx Is this the best we can have? cyberjoe2
×
×
  • Create New...