Browse by Tags
All Tags »
Visual Studio »
.NET (
RSS)
I for one am very happy that the next version of Visual Studio will finally embrace what some of us have been requesting for a long time now – UML adoption. A few months ago I mentioned some stuff that would be in the next version of VS and now that more...
As I mentioned several days ago I’ve been seeing if a dark theme in VS would help my eyes a little. The short of it is – no, no it didn’t. The major sore point is that if you use a dark theme in VS then you find yourself constantly swapping between dark...
I've been highly critical of using dark themes in Visual Studio particularly because the UI of VS is light in its very nature. The combination of the two proving to be an interesting proposition when using VS for large durations of time. I digress. Recently...
Last time I checked R# 4 was in Beta, just randomly browsed to the download page for the nightly builds and see that R# 4 is RC3. I must say I am somewhat disappointed with JetBrains with regards to Resharper , we are several months past the release of...
I have found that .NET really lacks in this space, needless to say I've been scouring the web for a decent free UML designer. Annoyingly most of the free UML tools have heavy restrictions on there use ( VP , MagicDraw ), oh and Visio is hopeless for complex...
Just a quick post on how to get the best out of F# Interactive What is F# interactive? That's a dang good question! Well you can think of F# interactive as being a console application that you type stuff into and its evaluated and based on what you type...
I played with this a while back but never blogged about it and thought that maybe I should do now as its a pretty nifty tool. First and foremost, if you have not looked at C# 3.0 or LINQ then here are some articles that I have written on the subject:...
I stumbled across this while working on a small project ( Data Structures and Algorithms (DSA) ). Creating a proxy for a type, or whatever really - in my case a collection is really simple and provides some really cool results in the locals window when...
More Posts