At first look it is powerful tool allows me easy to build project, run tests and package release. The first task was"build" of course.
For such purpose NAnt offers <csc> task, but using this task I have to declare output type, list of source files, resources etc. It is quite good if you are using Notepad or any other (not Visual Studio) IDE, but I (and I believe most of .NET developers) use Visual Studio and have *.csproj file.
"Git Extensions is a toolkit to make working with Git on Windows more intuitive. The shell extension will intergrate in Windows Explorer and presents a context menu on files and directories. There is also a Visual Studio plugin to use git from Visual Studio. Sourcecode: http://github.com/spdr870/gitextensions/tree/master"
Fourth ALT.NET Israel unconference, which will take place in September, Thursday-Friday (2-3/09/2010).
About the format: The goal of ALT.NET conferences is to have community discussions and knowledge sharing between the community members. During the first day of the conference, the planning stage, attendees will be able to offer sessions / request sessions on issues close to their heart. By the end of the planning stage we will have an agenda for the following day.
When working on new features in IZWebFileManager I needed to change rendered HTML.
I took a look at the code I wrote more then 3 years ago.... It is so complicated!
IZWebFileManager is a typical custom control that overrides Render and uses HtmlTextWriter's API to produce HTML. Here is a small part of the rendering flow:
The sources of MEF, DLR, OData's .NET client, ASP.NET MVC, Microsoft's AJAX, Silverlight's Controls (used in Moonlight) is under the MS-PL or Apache 2 license and integrated in Mono.