Tag: Development

Community

Rectangle in WPF

(Mahesh Chand) The Rectangle object represents a rectangle shape and draws a rectangle with the given height and width. The Width and Height properties of the Rectangle class represent the width and height of a rectangle. The Fill property fills the interior of a rectangle. The Stroke property sets

Community

Creating Nested Folders

(Karl E. Peterson) And now for something completely different. This column most frequently dwells on leveraging the Windows API to accomplish difficult tasks. Often that’s the cleanest and quickest way. But then, sometimes, you realize that there’s no need at all to mix in unneeded dependencies and

Community

CRUD operations with ASP.NET MVC

(Ricardo D. Sanchez) Lately I have been trying to use ASP.NET MVC on new web projects. One main reason is just to get familiar with it and understand it as I understand ASP.NET web forms. Below, is a very simple tutorial that walks you through the necessary steps to create an ASP.NET MVC application