Kartones Blog
Be the change you wanna see in this world
This Blog
Home
Contact me
About this blog
Book Reviews
Installed Firefox Addons
Bookmark
Syndication
RSS
Atom
My Twitter
My Messenger Status
I am
My Photo Albums
Visits
Tags
.NET
3D
ASP.NET
Books
C#
Community Server
Configuration
DirectX
Flash
Game Engines
Google
Graphics
Humour
Kartones.Net
Music
Offtopic
Patterns & Practices
Security
Testing
Travel
Troubleshooting
Videogames
Visual Studio
Windows
Windows Live
Windows Live Agents
Windows Live Messenger
Windows Vista
XBox 360
XNA
Search archives
Go
Archives
May 2008 (2)
April 2008 (5)
March 2008 (5)
February 2008 (10)
January 2008 (13)
December 2007 (9)
November 2007 (8)
October 2007 (13)
September 2007 (15)
August 2007 (14)
July 2007 (5)
June 2007 (13)
May 2007 (18)
April 2007 (15)
March 2007 (17)
February 2007 (25)
January 2007 (5)
December 2006 (4)
November 2006 (1)
October 2006 (4)
September 2006 (3)
Links: Demoscene
scene.org
Pouet
TMDC
256bytes
.kkrieger
Sixteen Colors
Links: Development
El Ave Fénix
MSDN Library
Scott Hanselman Dev&Test
TDD Anti-Patterns
Charles Petzold
Links: Game Dev.
Amit's Game Prog.
Gamasutra
Game Programming Wiki
GameDev
Jad Engine
NeHe Productions
The Escapist Magazine
The Game AI Page
The Z Buffer
Riemers XNA Tutorials
DevMaster.net
AIGameDev
Links: Hardware
Ars Technica
Tom's Hardware
LaptopVideo2Go
WidescreenGamingForum
Links: Miscellaneous
Tweet Scan
Links: Windows Live
WL SDK
WL Agents MSDN
WL Messenger MSDN
WL Dev
WL Dev Tools for VS2008
Via Windows Live
LiveSide
WL Dev Agents
WL Messenger Dev. Samples
Browse by Tags
All Tags
»
Visual Studio
(RSS)
.NET
.NET Compact Framework
3D
3DStudio Max
Assembly
Bluetooth
C#
Collada
Configuration
Deployment
DirectX
DLL
Game Engines
Jad Engine
Lego Mindstorms NXT
Patterns & Practices
Robotics
Security
Testing
Troubleshooting
Tutorials
UAC
VB.NET
Videogames
Windows
Windows Live Agents
Windows Vista
WiX
XACT
XBox 360
XNA
Thursday, December 27, 2007 11:40 AM
Building a Windows Live Agent: First steps
Starting with this post I'm going to not only provide general tips & tricks about WLAs, but actually showing how the IDE works and the process of building an agent. I'm going to develop the agent fully and just using the 5.0 SDK, which is...
Posted by
Kartones
|
2 comment(s)
Filed under:
Tutorials
,
Visual Studio
,
Windows Live Agents
Monday, September 03, 2007 9:57 PM
Lego Mindstorms NXT: NXT Remote for PocketPC
Today I've been searching for more missing software to install into my new PDA-phone, and one that I didn't tested on my old PDA was NXT Remote/Pocket Remote , a small tool that allows remote control of Lego Mindstorms NXT robots via Bluetooth...
Posted by
Kartones
|
1 comment(s)
Filed under:
.NET Compact Framework
,
Bluetooth
,
Lego Mindstorms NXT
,
Robotics
,
Visual Studio
Sunday, May 27, 2007 7:45 PM
Using WiX (Windows Installer XML)
For my current project, I've had to create installation packages with WiX , an opensource tool that allows to create very powerfull installers with XML. I've used the 2.0 version before, but now there is a beta of the 3.0 version, called Votive...
Posted by
Kartones
| with
no comments
Filed under:
.NET
,
Assembly
,
Configuration
,
DLL
,
Visual Studio
,
Windows
,
WiX
Wednesday, May 16, 2007 11:31 PM
Quick tips for developing under Windows Vista
Now that I'm having quite a lot of development (and fighting with the OS) under Vista, here you are some quick tips that will help you a lot to develop efficiently with Visual Studio 2005. Navigate to C:\Program Files\Microsoft Visual Studio 8\Common7...
Posted by
Kartones
| with
no comments
Filed under:
.NET
,
Assembly
,
C#
,
Configuration
,
Security
,
Troubleshooting
,
UAC
,
Visual Studio
,
Windows Vista
Tuesday, April 24, 2007 9:33 PM
XNA & XNA Game Studio Express 1.0 Refresh
Yesterday I finally installed XNA Game Studio under Vista... and today comes the 1.0 Refresh. Someone did it on purpose :D Anyway, here it is (at last), Windows Vista fully supported, 3D Audio and sharing of binaries (currently just between developers...
Posted by
Kartones
| with
no comments
Filed under:
3D
,
C#
,
Game Engines
,
Videogames
,
Visual Studio
,
Windows Vista
,
XACT
,
XBox 360
,
XNA
Saturday, April 21, 2007 5:05 PM
VS2005 Unit Tests and copying files
Sometimes you need to copy some files to the output folder before executing your application from Visual Studio. This isn't a problem, unless you're going to execute a VS2005 unit test battery, because it creates a custom output folder before launching...
Posted by
Kartones
| with
no comments
Filed under:
Configuration
,
Deployment
,
Testing
,
Visual Studio
Monday, February 26, 2007 7:50 AM
XNA: Skeletal Bone Animation & Skinning with Collada models article
Benjamin Nitschke has posted a fantastic XNA tutorial about skeletal bone animation and skinning using Collada models, which allow for complex animations exported as XML that DirectX .X files can't handle. As I haven't read all yet (it's quite large ...
Posted by
Kartones
| with
no comments
Filed under:
3D
,
3DStudio Max
,
Collada
,
DirectX
,
Jad Engine
,
Visual Studio
,
Windows
,
XBox 360
,
XNA
Tuesday, February 13, 2007 3:55 AM
MS Patterns & Practices Performance Testing Guidance released
A new Patterns & Practices guide has been released. Covers performance testing, capacity plans, load testing, stress testing, test cases and testing under Visual Studio 2005. You can find the online guide at Codeplex .
Posted by
Kartones
| with
no comments
Filed under:
Patterns & Practices
,
Testing
,
Visual Studio
Sunday, February 11, 2007 12:53 PM
Tools: SnippetCompiler
While having fun with numbers (I need to read my RSS on a daily basis, I had hundreds pending) I tested some C# code snippets under SnippetCompiler , which is a tool that enables you to write code in C# or VB.NET and compile it without opening Visual...
Posted by
Kartones
| with
no comments
Filed under:
C#
,
VB.NET
,
Visual Studio
Friday, January 26, 2007 9:52 PM
New Cryptographic Algorithms in Visual Studio Orcas
Seems that sooner or later I'll have to switch to Windows Vista... I've just discovered the new CNG API ( Cryptography API: Next Generation )... and apart from new features , I've digged a bit into the new cryptographic algorithms it brings...
Posted by
Kartones
| with
no comments
Filed under:
Security
,
Visual Studio