public marks

PUBLIC MARKS from bcpbcp with tags programming & tutorial

05 March 2006

HGE - GPWiki

Explicaçao e tutoriais sobre a HGE. According to hge.relishgames.com, HGE (Haaf's Game Engine) is a "an easy to use yet powerful hardware accelerated 2D game engine. It is a full featured middleware for all who want to develop commercial quality 2D games rapidly and easily." It is built upon DirectX8, but no knowledge of DirectX programming is necessary, just familiarity with C++.

04 March 2006

C# coding standards and Best Programming Practices - C#, VB.NET, ASP.NET

(via)
Believe it, majority of the programmers write 'Working Code', but not 'Efficient Code'. As we mentioned in the beginning of this tutorial, do you want to become the 'Most Valued Professional' of your company? Writing 'Efficient Code' is an art and you must learn and practice it.

25 February 2006

Agent-Based Modelling Tutorials- Main Page

(via)
This tutorial contains three main sections: * Java basics - A basic introduction to some of the concepts of the Java programming language. * Eclipse basics - A basic introduction to using the Eclipse Java development environment. * RePast tutorial - A basic tutorial and step-by-step guide to creating a RePast model (with Table of Contents here)

19 January 2006

15 Seconds : A Step-by-Step Guide To Using MySQL with ASP.NET - Part 1

Back in the days of classic ASP, if you were building a database-driven web site, your choice was either to invest a lot of money to get a copy of Microsoft SQL Server (or some other enterprise-ready database) or invest a lot of time finding a way to deal with the performance and scalability limitations of Microsoft Access. Luckily these days there's another viable alternative: MySQL.