 |
Browse by Tags
-
Some highlights from a nice article that I found in my feeds . They are excerpts of the document, text in italic was written by me. Please note that the lines lack some context. .NET Services .NET Access Control Service All communication with the Access...
-
After the yesterday’s announcement of Windows Azure , the brand new cloud-based Windows, today I started reading a little bit about it. This new platform seems promising, and I’ll write a bit about it in some of my next blog entries. First...
-
Rob Miles (a MVP from UK) has made available in his website a C# book for beginners that is used in this university in the First Year programming course. Download the PDF and happy reading.
-
During the last weeks I’ve been doing some research related to my Master thesis. One of the topics I’m studying is Unsupervised Machine Learning . The main goal is to have a piece of software that given a training set (a set of examples representative...
-
This release represents the beta of Microsoft XNA Game Studio 3.0, which enables hobbyists, academics, and independent game developers to easily create video games for Windows and the Microsoft Zune digital media player using optimized cross-platform...
-
Since I’m having trouble to get enough time to complete these post series (1 post was left), I’ll just leave you the source code. It contains a sample of a WCF service that uses LINQ to SQL to retrieve some data from a SQL Server Database...
-
Previously I’ve written about how to create data charts using Silverlight. The data was coming from an static array, which is not that useful after all. Now lets see how to use data from an XML file. Bellow you can see an example of the XML file...
-
Recently someone told me about a data visualization component library powered by Microsoft Silverlight. What is Visifire? Visifire is a set of open source data visualization components - powered by Microsoft ® Silverlight ™ . With Visifire you can create...
-
In the System namespace there is a class called Environment which gives you access to a lot of information about the environment where your application is running. A nice one that I use is stored in the NewLine property. It gives you the characters sequence...
-
You can find several ways of putting some sample text in a HTML input text which fades away when you click it. Some of them use a few lines of javascript, others take advantage of Javascript frameworks, and there are even ways to achieve it using just...
-
Today I had to generate files in ASP.NET for download which was supposed to open a save file dialog in the web brower. The file name was based on a title field extracted from a database. The title had spaces which I allowed to be used in the file name...
-
You probably already know that developing a game that runs both in XBox 360 and Windows is possible and pretty manageable using XNA Game Studio. If you start developing your game for Windows (which is great to compile/debug your code more quickly), you...
-
One nice XNA feature is the ability to manage Xbox 360 users gamer data. This way you can access your gamercard information which include your name, avatar, achievements, played games and list of friend among other things. How can you do that? In the...
-
I’ve been working in college assignment which goal is to integrate several information systems. One of those is a website where we can see the flight schedules from/to Portuguese airports. The website URL is http://www.innovata-llc.com/ana/default...
-
During this week I’ve been experiencing some problems with browser caching. I’ve a dynamically generated XML file which contents change a lot (it is a photo gallery based on Slide.Show), and I want the people who see this gallery to see newly...
|