MvcOptimizations is a performance utility package for Mvc 4 applications. It is small, lightweight and with no other dependencies than Mvc itself.
MvcOptimizations is a performance utility package for Mvc 4 applications. It is small, lightweight and with no other dependencies than Mvc itself.
In Windows Phone 8 you can make your app resume instead of re-launching when you click on the app tile. This will also preserve the backstack of the application.
This blog post will show you have to implement fast app resuming in your application.
Kollektivt er en trafikanten-app for Windows phone. Applikasjonen er designet fra bunnen av for at du skal nå ønsket informasjon med færrest mulig steg.
Applikasjonen er tilgjengelig på marketplace
When I work on applications for Windows Phone I always use view models to store data. I'm generally using two snippets to avoid writing the same markup over and over.
I got asked if I could share the snippets, so here they are :)
I have designed this package to work on the usual whitespaces created when building ASP.NET applications. The idea is for it to be lightweight and fast, while still removing as much as possible.
Minifier.Mvc is a small library for minifying html in ASP.NET Mvc applications. The package allows for compression while maintaining speed.
Microsoft has released a tool called ASP.NET Optimization - Bundling on NuGet. The package allows for easy minification and bundling of css and js files.
While bundling and minification are great, under development it can be pain to debug minified files. Today I'm looking at how to disable the minification process while in development.
There are a lot of ways to optimize your website for faster delivery and smaller footprint. I'm looking at some optimization's in ASP.NET that doesn't cost in terms of being dynamic or locking down content because of caching issues.
My Windows Phone app for viewing rental bikes in Oslo is now live on the marketplace! The application will help you find available bikes or racks easy and quickly.
Oslo bysykkel is a service in Oslo, Norway for renting bikes in the city. The racks are located all over the city making it an easy service to use.
I've created a Windows Phone applicaton to view status of the racks and to easily find a free bike or empty lock to return it to. You can see racks close to you, pan around on the map, search for addresses or select a rack from your favorites.
The latest version of the gadget is now available on CodePlex! The project has been moved to CodePlex to allow more people to participate. Version 5.2.5 comes with changes regarding Hyper-V SP1 and some other tweaks.
The gadget can list multiple servers at once and also support vmconnect when double clicking on a VM.
CacheMode is a property found on most controls you use in your Windows Phone applications. Caching can give a big performance boost to your application, but it can be hard to know where you should use it.
I've put together a useful template that uses the Theme Resources built into the Windows Phone. The template displays the result of the theme resources available on Msdn. The source code is included.
One feature i wanted for my blog was a bbcode system where I can wrap [tag]tags[/tag] around text to format it according to my presets. However, the regex to match this proved to be somewhat a challenge.
Ben Armstrong made a post on how you should retrive a list of your virtual machines and their operation system. With this script as a base I started on making a Get-VmInfo function that should retrive a list of VM's with some usefull information.
PowerShell has a profile feature that is a .ps1 script that loads when you open PowerShell. This script is neat for storing custom functions that come in handy. The script is not there by default so you have to create it yourself.
Sergio
this will return all the VM names and their current state ;-)
Roland
this is still a great tool, I use it every day in my (work) life.
Unfortunately the development seems to be quite dead, because there are a couple of useful requests by it's users unanswered until now.
I am sure, that you are busy with other projects, but is there anything planned for the future with this tool? What about e.g. Windows 8 support?
Roland
stian
Parth Patel
can you please advise can we add an extra column to show the IP addresses for the virtual machines?
ali dawi
Jim Baker
Carl Partridge
Tim
Amol
Chuck
Tore
Filip: Why? It's not straight forward, but that's why I have 30+ tests to check for edge-cases.
Steve
kris
Spencer
Tore
You can easily remove the microsoft dependencies and make a pure html-minifier.
Spencer
Tore
Complete
69KB: 90ms (save 26KB)
1090KB: 335ms (save 290KB)
Quick
69KB: 0ms (save 24KB)
1090KB: 13ms (save 206KB)
Spencer
performance as in server performance? Milliseconds to perform the compression.
Spencer
Spencer