Re: Rolling over TextWriterTraceListner logs
Nice. In answer to your questions, your class is not thread-safe, but it could be with a few minor changes. By default, the StreamWriter class is not thread-safe so your Write() and WriteLine() methods...
View ArticleRe: Bringing Unity Games to Windows Phone with FFWD
Hello, happy new year ;)I need your help, in debug my device not update code unity. My device get blue screen...
View ArticleRe: Rolling over TextWriterTraceListner logs
Nice. In answer to your questions, your class is not thread-safe, but it could be with a few minor changes. By default, the StreamWriter class is not thread-safe so your Write() and WriteLine() methods...
View ArticleRe: Moving a WordPress Blog to Windows Azure, Part 1
The free Azure time that comes with your MSDN is only for dev/test. If "they" see you using it production, they will allegedly shut it down.
View ArticleRe: Moving a WordPress Blog to Windows Azure – Part 1: Creating a WordPress...
Except how are you coping with the new "No Go Live" license restriction with MSDN accounts?
View ArticleRe: Moving a WordPress Blog to Windows Azure – Part 1: Creating a WordPress...
With my MSDN Benefits, yes it is meant for dev/test. I was informed that using it for my blog is fine as long as I don't mind the possibility of it going down from time to time (no SLA in place) and as...
View ArticleRe: Moving a WordPress Blog to Windows Azure – Part 3: Setting Up Your...
Thanks Dave for the great blog post. Explained everything in detail and simple instructions.
View ArticleRe: Creating a Unity Game for Windows 8
I have been using Unity for a while, and managed to port a couple of my apps to the Windows Store. The major challenge for existing apps is porting the code from JavaScript to C#. Most of the examples...
View ArticleRe: Creating a Unity Game for Windows 8
Excellent narration, its crystal clear explanation Dave, now i am interested in developing games in windows 8. Thank you dear
View ArticleRe: Moving a WordPress Blog to Windows Azure – Part 2: Transferring...
That plug in is no longer available. Do you know how to do this without a plug in? I have a copy of my sql database backup.
View ArticleRe: Creating a Unity Game for Windows 8
I am following step by step this instruction but my windows store version can't build. I get next three errors: - Error 1 The type or namespace name 'UnityPlayer' could not be found (are you missing a...
View ArticleRe: Creating a Unity Game for Windows 8
Ha ha. It was easy. I have to use x86 instead of x64 architecture.
View ArticleRe: Moving a WordPress Blog to Windows Azure – Part 1: Creating a WordPress...
Thanks for sharing.http://www.desertedroad.com
View ArticleRe: Creating a Unity Game for Windows 8
Right ..i found out that too.however does that mean that x64 systems cant use the application?i had exact same problems with monoxna, however that didnt fix anything.I believe its because the...
View ArticleRe: Getting Your XNA Content Pipeline into your MonoGame Project
Change the "Copy to Output Directory" to "Copy if Newer".
View ArticleRe: SpriteSheet Animation in MonoGame for Windows 8
Use XNA Content Compiler (http://xnacontentcompiler.code... instead of having to use VS2012.
View ArticleRe: Moving a WordPress Blog to Windows Azure – Part 4: Pretty...
Thanks Dave! I was looking for this exact thing after moving from a Linux to the Azure host. BTW - If you add the Website from the Gallery, it sets up the Web.config for you with these settings by...
View ArticleRe: Today was my last day at Microsoft
Congrats, Dave! I knew about this but only saw the post now. You'll be missed.
View Article