CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: CaptainXarzu

Search: Search took 0.02 seconds.

  1. What are Good Things to Know in a C# Interview?

    What are Good Things to Know in a C# Interview?

    Off the top of my head, I have come up with this list:


    SOLID mythodology.
    Dependency Injection
    Levels of Try, Catch, throw, and...
  2. How to use Nuget assembly as files with visual studio community

    I am starting a new coding job with a new client.
    The problem I am having is that a lot of issues with namespaces that can not be found or maybe missing directives or an assembly reference. This, I...
  3. Replies
    0
    Views
    471

    Using GIT to get remote code

    when I try to perform a git clone command I am propted to provide a password.
    When I try the password that I had been provided, I get the following errors:


    Connection colsed by (ip address)...
  4. Replies
    0
    Views
    2,625

    Using GIT to get remote code

    I do not know from the online tutorial if I am properly establishing a connection with a git repository that is on a network.

    All I have learned from a tutorial is how to set up a local...
  5. Replies
    1
    Views
    1,989

    Classic ASP

    How do I set up IIS to debug classic ASP on Windows 10?

    After looking up a lot of documentation I feel I have finally gotten to the point where my IIS settings are perfect for doing ASP...
  6. How do I set a breakpoint in an attached process in visual studio

    How do I set a breakpoint in an attached process in visual studio

    I have started a local host application and I attached a project in visual studio to this iexplorer process what was running the...
  7. Replies
    2
    Views
    5,615

    What is the “maxCharsCount” limit ?

    What is the “maxCharsCount” limit for System.Xml.XmlTextReaderImpl.GetChars?

    In Microsoft c# Visual Studio I am using XPathNavigator to read and manipulate an XML data set. The exception that...
  8. What is the “maxCharsCount” limit for System.Xml.XmlTextReaderImpl.GetChars?

    In Microsoft c# Visual Studio I am using XPathNavigator to read and manipulate an XML data set. The exception that is thrown is very descriptive in pinpointing the problem with the XML file that is...
  9. new to "IntelliJ IDEA" IDE and having issues.

    new to "IntelliJ IDEA" IDE and having issues. I am able to load the code into the Integrated Development Environment, "Eclipse" without any issue. But there seems to be an issue with links.

    cut...
Results 1 to 9 of 10





Click Here to Expand Forum to Full Width

Featured