Blogroll
Find
Categories
- .Net (15)
- ASP.Net (1)
- Australia (12)
- Azure (1)
- Blog (1)
- BSOD (1)
- C# (8)
- cloud (1)
- CodeMash (2)
- Conferences (1)
- F# (1)
- Game Review (4)
- Games (1)
- Kinect (1)
- Layout Controls (17)
- Linq (3)
- Networking (2)
- PDC (1)
- process (1)
- Scala (5)
- SharePoint (5)
- Silverlight (1)
- srt (5)
- Study Group (3)
- Uncategorized (4)
- Unity (7)
- WCF (1)
- Web programming (1)
- Windows 7 (2)
- WinForms (2)
- WPF (9)
- XNA (2)
Archive
- November 2013 (3)
- October 2013 (2)
- September 2013 (15)
- August 2013 (2)
- January 2013 (2)
- December 2012 (1)
- November 2012 (2)
- October 2012 (1)
- September 2012 (9)
- January 2012 (1)
- July 2011 (5)
- June 2011 (1)
- April 2011 (2)
- March 2011 (3)
- February 2011 (3)
- May 2010 (4)
- December 2009 (1)
- November 2009 (2)
- July 2009 (2)
- June 2009 (1)
- May 2009 (2)
- April 2009 (2)
- March 2009 (1)
- February 2009 (1)
- January 2009 (2)
- December 2008 (1)
- November 2008 (2)
- October 2008 (3)
Monthly Archives: July 2011
Answering a Couple Scala.Net questions
Bill Wagner recently asked me a couple of Scala.Net questions after reading my recent blog posts. What is the debugging story for Scala.Net? A pdb file is required for debugging in Visual Studio, just like with C#. The pdb file … Continue reading
Scala XNA
One of the things that I thought would be a really cool demonstration of Scala.Net was to have an XNA application that was coded completely in Scala. I have mixed news on the subject. I did successfully get an XNA … Continue reading
x86 .Net Assembly, Scala, and a x64 processor. Oh My!
While playing around with Scala.Net today I ran into an interesting problem. I was trying to build some Scala code against an assembly built for x86 and I got an exception when I ran the executable: Unhandled Exception: System.BadImageFormatException: Could … Continue reading
Calling Scala from C#
Yesterday, I figured out how to call some C# code from Scala. It is a small leap to then call Scala from C#. The process just gets turned around: instead of creating a C# class library and referencing it from … Continue reading
Posted in .Net, C#, Scala
3 Comments
Getting Started with Scala.Net
Reporting from the Programming Summer Camp in Crested Butte, Colorado. This has got to be one of the better places in the world to code. We had a great warm up bike ride this morning, then settled in for an … Continue reading
