-
Recent Posts
Recent Comments
Archives
- March 2014
- March 2013
- August 2012
- June 2012
- November 2011
- September 2011
- August 2011
- July 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
Categories
- Aperture
- chm
- CLR
- COBOL
- cowon
- CSharp
- ebook
- ePub
- firmware
- fun
- GAS
- go
- gpl-2
- Heroku
- IDE
- India
- iriver
- iriver story
- iWeb
- Java
- Java
- JVM
- LightSwitch
- MacBook
- Metro
- Microsoft Visual Studio
- Mono
- MonoDroid
- Nokia
- NUnit
- Olympus
- pogoplug
- rsync
- Scripting
- SIGNTOOL
- SQL
- TechEd
- Tips
- TypeSafety
- Uncategorized
- VB.Net
- vim
- VisualCOBOL2010
- Windows Azure
- Windows Azure
- Windows Batch
- Windows Mobile
- Windows8
Meta
Category Archives: Microsoft Visual Studio
How to avoid using Unix touch command on Windows…
In my company we have a strange habit of using third party tools to do the most trivial things rather than using the native features. A recent example of this is the use of the “Unix” touch command on Windows. … Continue reading
Posted in fun, Microsoft Visual Studio, Tips, Windows Batch
Comments Off on How to avoid using Unix touch command on Windows…
Visual Studio 2012 RC – Menus in CAPS
I like a lot of changes gone into Visual Studio 2012 but the one I had is the “Menus in CAPS”, luckly we have a registry workaround! HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General\SuppressUppercaseConversion REG_DWORD value: 1 Or via PowerShell: Set-ItemProperty -Path HKCU:\Software\Microsoft\VisualStudio\11.0\General -Name SuppressUppercaseConversion -Type … Continue reading
Posted in Microsoft Visual Studio
Tagged visual studio 2012
Comments Off on Visual Studio 2012 RC – Menus in CAPS
Michael’s very own “Getting Started with Visual COBOL”
Michael Burgun over at his own blog space has started blogging about using Visual COBOL… Its worth a look as having meet Michael last year I can honestly say he is a very knowledgeable and experienced chap, so I am … Continue reading
Posted in CLR, COBOL, Microsoft Visual Studio, Tips, VisualCOBOL2010
Tagged COBOL, getting started, green screen development, visual cobol 2010, visual studio 2010
Comments Off on Michael’s very own “Getting Started with Visual COBOL”
Signtool requires CAPICOM version 2.1.0.1 or higher
Just a quick blog to document a bit of pain I hit with CAPICOM and SIGNTOOL.. I got the following error: EXEC : SignTool error : Signtool requires CAPICOM version 2.1.0.1 or higher. Please The solution is to download and … Continue reading
Posted in SIGNTOOL
Tagged capicom, signtool, SignTool error
Comments Off on Signtool requires CAPICOM version 2.1.0.1 or higher
Microsoft Visual Studio LightSwitch
When I first started working on COBOL I was told that COBOL was a business oriented language that even managers could use 😉 It looks like Microsoft are wanting to do something similar in a modern manor using Visual Studio … Continue reading
Posted in COBOL, LightSwitch, Microsoft Visual Studio
Tagged COBOL, Microsoft Visual Studio LightSwitch
Comments Off on Microsoft Visual Studio LightSwitch
A Comparison Of .Net COBOL, Visual Basic and C#
Today my collegues Robert and Alex have finally 🙂 decided to publish a document that compares Visual Basic, C# and COBOL for .Net under The Creative Commons Attribution-ShareAlike 2.5 License. Rather than doing a cut-paste job, here is a quote … Continue reading
TechEd 2009 – Keynote with Jazon and Mark
My boss (Mark Conway) the other day was lucky enough to demonstrate some of the wonders of next release at TechEd 2009 in the keynote with Jazon Zander’s entitled: “Visual Studio 2010: New Challenges, New Solutions” The demo shows off … Continue reading