-
Two awesome releases in the last week! Much thanks to the great community surrounding both projects! Here’s what’s new: Durandal 1.2.0 Tons of bug fixes. Lots of improvements to the router. Better support for integrating with Q, KendoUI and Dojo. More docs. Check out the full set of changes. Caliburn...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
03-18-2013
Filed under:
Filed under: WPF, Xaml, WPF/e, Caliburn, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7, NuGet, JavaScript, Durandal
-
If you have been using TypeScript you should be aware the definition file repository maintained by Boris Yankov called DefinitelyTyped . This repository is awesome because it saves so much time and effort when working with 3rd party libraries with Typescript. However, as great as this repository...
-
Recently I mentioned this.Log . Given the amount of folks that were interested in this.Log, I decided to pull this source out and make a NuGet package (well, several packages). Source The source is now located at https://github.com/ferventcoder/this.log . Please feel free to send pull requests (with...
-
One of my favorite creations over the past year has been this.Log(). It works everywhere including static methods and in razor views. Everything about how to create it and set it up is in this gist . How it looks public class SomeClass { public void SomeMethod() { this.Log().Info(() => "Here...
-
Today begins the exercise of setting up an Octopus Deploy server with the goal of using this for our deployments. Of course to get started I headed out and started reading the various documentation. When I got the part about creating the nuget packes via OctoPack I quickly ran into the following...
-
Today I’m happy to announce the official release of Caliburn.Micro v1.4. This release brings a ton of bug fixes across all platforms, nuget fixes…and best of all…full support for WinRT and WP8. That means that Caliburn.Micro now supports WPF, SL4, SL5, WP7, WP8 and WinRT. AWESOME...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
11-15-2012
Filed under:
Filed under: WPF, Xaml, WPF/e, Caliburn, Featured, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7, NuGet
-
One of the thoughts I've been considering recently with chocolatey is consistency with packages and naming conventions as chocolatey continues to grow. It's fine to name packages by the app/tool name, that's both intuitive and expected. What I am more interested in is when an application...
-
As software creators we don't get to decide what version of our tools / libraries that people use. If we try to force them, our users will go somewhere else. Update: What Type of Software This Applies To This post talks of tools, applications and libraries. Things that end up in the users hands....
-
I’m extremely pleased to announce the release of Caliburn.Micro v1.3 . This is a great release with many bug fixes and several API improvements. We also support several new platforms. Here’s the highlights: Support for WP7 Mango Support for Silverlight 5 Basic MVVM Support for WinRT/Metro...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
01-20-2012
Filed under:
Filed under: WPF, Xaml, databinding, WPF/e, Caliburn, Featured, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7, NuGet, MVP
-
What Happened To Me I’d say that 2011 was a pretty good year for me as a .NET open source developer. After all, Caliburn.Micro had it’s first official release in April 2011 just in time for the Mix Open Source fest. At the festival, the framework had a great showing. I had tons of people...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
01-04-2012
Filed under:
Filed under: WPF, .NET 3.0, Xaml, WPF/e, .NET 3.5, Caliburn, Featured, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7, NuGet, MVP
-
TeamCity 7.0 EAP (Early Access Program) was recently opened and one of the new features is the built-in support for NuGet. I recently blogged about setting up TeamCity to pack and publish NuGet packages via a plug-in and this plug-in is now included by default in TeamCity 7. However, the real new interesting...
-
“If only there was some way to quickly and silently install applications and tools on my windows machine.” Chocolatey is kind of like an apt-get, but for Windows. It is a machine level package manager that is built on top of NuGet command line and the NuGet infrastructure. Jason Jarrett recently described...
-
Today, I’m pleased to announce the RTW of Caliburn.Micro v1.2 . In this release we’ve had a number of bug fixes as well as a few incremental feature additions and refactorings. You can read the list of changes on the project site or get it as part of the download. Of course, v1.2 is now available...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
07-30-2011
Filed under:
Filed under: WPF, Xaml, WPF/e, Caliburn, Featured, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7, NuGet
-
Yesterday I started a discussion about adding a new command to nuget.exe . It ended in creating an extension to the command line that behaves in the same way without having to dive into the nuget code base or add more complexity to it. I haven’t seen any blog posts or documentation surrounding...
-
Today I’m happy to announce the release of Caliburn.Micro v1.1 . You can get it on our project site or by using Nuget . We’ve had a number of bug fixes, general improvements and a few new features added. Here’s the highlights: For WP7 A new Tombstoning API based on ideas from Fluent...
Posted to
.NET & Funky Fresh
by
Rob Eisenberg
on
06-01-2011
Filed under:
Filed under: WPF, Xaml, databinding, WPF/e, Caliburn, Featured, Silverlight, RIA, MVVM, UI Architecture, Caliburn Micro, WP7, NuGet