Other News

Community

MySQL Cluster API, the NDB API

(Mikael Ronstrom) As mentioned in a previous blog the programming API on the client side is a very important part of the performance of MySQL Cluster. Every API that is used to access the Data Server in MySQL Cluster uses the NDB API. The NDB API is used in the NDB storage handler to make it possibl

Community

Introducing Practical .NET

(Peter Vogel) This is the last Practical ASP.NET column, but just the beginning for some exciting news things going on at Visual Studio Magazine. I’ve had a ball writing this column for the last two and half years. In the process of writing it (and thanks to the many readers who’ve taken the time to

Community

How to Create a Circle in SVG

(Darla Ferrara) Scalable vector graphics (SVG) allow you to create geometrical images using XML. There are some basics that do not change no matter what shape you draw. However, learning how to get the most of the attributes might be a difficult concept. The best approach is to learn shape by shape.