Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

charleslbryant

@charleslbryant
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 1 = 0
    C charleslbryant

    This is a code site so I wanted to prove this with C# and it fell apart for me.

    [TestMethod]
    public void TestMethod1()
    {
    //x = y
    //Assuming y = 5.
    var y = 5;

            var x = y;
    
            //Then x2 = xy
            Assert.AreEqual(x \* 2, x \* y); //Assert.AreEqual failed. Expected:<10>. Actual:<25>.
        }
    
    The Lounge com design

  • How to write requirements for this?
    C charleslbryant

    Exactly, give him a price for the source code and developer's guide. If they don't have the knowledge or resources to develop, point them to some books, codeproject.com, and some good resources to put together a development box. Don't forget to give them a cost breakdown for you to do changes, they will probably need it.

    The Lounge design business tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups