By tag: GeekZilla
0
kicks
Increase your Virtual machine's disk capacity
So you've virtualised your development environment, and you've only gone and ran out of space on your system disk. This handy little guide takes you through extending your system volume.
Also the geekzilla team are recruiting new content authors. Sign up now for your free account..
0
kicks
Full Text Search in SQL Server 2005
Another excellent article from the GeekZilla team. Sorted my problem with full text search in minutes.
0
kicks
Configure a Torrent Client as a Windows Service on 2003 Server -Part 2
Part 2, of configuring a Torrent Client as a Windows Service.
Build your own Torrent Download Server.
0
kicks
Configure a Torrent Client as a Windows Service on 2003 Server -Part 1
Do you use Bittorrent? Which torrent client do you use?
One of the GeekZilla team reviews the latest Beta from uTorrent and shows how to configure it as a Windows Service
0
kicks
"This row already belongs to another table" Error
One of the GeekZilla team stumbles into a common error with copying rows between DataTables.
Find the solution with this article.
0
kicks
One Pager: Why we should use C# for .NET development
A one pager on why I think C# can be more productive than VB in our scenario. Our primary language is Java and developers multi-skill. I would be interested to hear your feedback.
0
kicks
SQL 2005: Changing Schema for a group of objects
This script moves all of your stored procedures from one Schema to another. It wouldn't be hard to change it to move other object types.
0
kicks
Select Column Information using SQL Server
How to select information about columns in a table using SQL Server.
0
kicks
T-SQL script automatically adds auditing to a table
This handy T-SQL script makes adding auditing to your database really very easy.
0
kicks
Using Typed DataSets with SQL 2005 and stored procedures
I have been a fan of typed datasets since I started using them in VS2005. Using the feature with SQL Express/stored procedures, Express/SQL Statements, SQL Server/SQL Statements all generate my DAL just fine.
However, I have found a couple of problems with them when using them with full SQL Serv...
0
kicks
Installing XNA Beta and SpaceWar
Quick read about installing the XNA Beta and running the sample project. With some tips and links to more information..
0
kicks
Microsoft XNA (Beta) Released
Microsoft have released Microsoft XNA Game Studio Express (Beta). With all the hype surrounding this release we should be in for a real treat! Are Microsoft going to corner the market by releasing tools which enable developers to write their own games? Should Sony be worried?
0
kicks
Using Strongly Typed DataSets and GridViews
A brief overview of using Strongly Typed Datasets with the Gridview object - when using stored procedures these two don't play as well as would be expected
0
kicks
Updating Foreign keys in a GridView
A simple description of how to include a suitably populated dropdown in a gridview and have the table behind the scenes updated with the appropriate foreign key.