Inheriting from Forms in Visual Studio using C#
Tutorial on how to inherit from a form in Visual Studio
Tutorial on how to inherit from a form in Visual Studio
In this episode we will learn how to use the Mocking framework Moq. This is an introductory overview of using Moq and is meant for those who are new to either mocking or Moq. http://www.dimecasts.net/Content/WatchEpisode/8 Additional resources Moq home page
In this episode Kyle Baley and I walk though creating a new feature for DimeCasts.net via remote pairing. This is the 2nd part of our pairing session, in this session we will fill out the application logic to allow our test to pass. http://www.dimecasts.net/Content/WatchEpisode/71
This video takes a look at at some of the various ways you can use the UpdateModel mechanism which is part of the ASP.Net MVC framework to update your data model from a form post. We will take a look at how to use UpdateModel, TryUpdateModel and how to use …
Learn how to catch critical bugs earlier in the development cycle by identifying issues such as buffer overruns and SQL injection attacks before they actually cause a security exploit. The Code Analysis features in Microsoft Visual Studio help you tune application security, robustness, performance, and more. Learn about Code Analysis …
Unit testing means different things to different people. To Agile developers, it enables Test Driven Development. To researchers, it enables test generation from static and dynamic analysis. To others, it’s a means to test protocols, APIs, and other functionality below the presentation layer. Others still see it as a means …