Skip to main content

Home/ iQ Web Team/ Group items tagged c#

Rss Feed Group items tagged

Chad Kipling

Google Chrome Beta Now Supports C/C++ - 1 views

  •  
    A beta release of Chrome allows native execution of C/C++ code. This allows more complicated applications to be run directly on the end-users machine rather than on the server.
Trevor Sweetland

360 Video of Nimmo Bay Resort - 2 views

  •  
    Really cool stuff.
Michael Yagudaev

Conditional Rendering in ASP.NET AJAX 4.0 - 1 views

  •  
    More advanced techniques in Client-side tempalting explained
Michael Yagudaev

Cutting Edge: ASP.NET AJAX and Client-side Templates. - 0 views

  •  
    Client side templating in ASP.net explained
Michael Yagudaev

Umbraco CMS - 1 views

  • Assert.AreEqual(2, results.Count());
    • Michael Yagudaev
       
      Testing parser returned expected number of matches
  • Assert.AreEqual(2, parameters.Count); Assert.AreEqual("asdfasdfasdf", parameters["blah"]); Assert.AreEqual("234234234", parameters["erwerwer"]);
  • Assert.AreEqual(1, parameters.Count); Assert.AreEqual("asdfee", parameters["test"]);
  • ...1 more annotation...
  • Assert.AreEqual(2, results.Count());
  •  
    Umbraco is an Open Source .NET based CMS. As always open source projects can teach us a lot about how things can be done properly (usually). Here I opened one of the unit test files just to show how they do unit testing in that project. This project uses a lot of the same technologies we use. Should be helpful. Play around with it, you might just learn something :).
1 - 5 of 5
Showing 20 items per page