• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by cyberjoe

  1. C

    Bug tracking and TFS?

    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...
  2. C

    How to diplay web page inside another web page window?

    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. C

    Biggest .NET open source project?

    Hi to all! What is the worlds biggest .NET open source project? is it NASAs World Wind project? Regards, cyberjoe
  4. C

    How to implement continuous integration using TFS Server?

    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. C

    Do you know NET 2.0 documentation tools?

    Hello, I would like to ask you about tool, which can generate documentation for projects in .NET 2.0 based on XML documentation files. I know only an unofficial version of NDoc with support for .NET 2.0. http://jonas.lagerblad.com/blog/?p=4 Maybe you know alternative to this...
  6. C

    How good is ADO.NET vNext CTP now?

    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...
  7. C

    how to utilize our own tool to check-in policies?

    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
  8. C

    O/R mapper LLBLGen Pro or do you know better alternative in .NET?

    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
  9. C

    Best way to localized applications in .NET 2.0?

    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
  10. C

    Which coding convention do you use?

    Hi to all! I would like to ask you which coding convention do you use? Regards,
  11. C

    Rules, that FxCop cannot check

    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. C

    Object Factories with Lazy Loading in C#

    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...
  13. C

    Protect .NET source code by obfuscating it???

    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? cyberjoe
Back
Top