Code Beach is your ultimate guide to free and open source code, tutorials, news, components, developer tools, jobs, careers, books, and more for Android, ASP, BREW, C++, C#, ColdFusion, Delphi/Kylix, Flash, HTML, iPad, iPhone, iPod Touch, J2ME, Java, JavaScript, Mac, Palm, Perl, PHP, Pocket PC, Python, Ruby, Silverlight, SQL, Symbian, Visual Basic, and XML.

The Nullable<T> Structure

One of the problems with most value types is the inability to specify that they contain an undefined value. This is unlike reference types, which may hold a null reference to indicate that they have no value. The Nullable<T> structure resolves this issue.
Read More @ blackwasp.co.uk

Why Java beats C++ and C# when you really want to be productive

Tags: c#, c++, java,

I have programmed in a lot of languages over time and the one I always come back to when I want quick productivity, notice I did not necessarily say quick run time, is Java. Why would that be?
Read More @ kevsaidwhat.blogspot.com

iPhone 3D Programming: Developing Graphical Applications with OpenGL ES

Tags: 3d, books, iphone, opengl,

What does it take to build an iPhone app with stunning 3D graphics? This book will show you how to apply OpenGL graphics programming techniques to any device running the iPhone OS -- including the iPad and iPod Touch -- with no iPhone development or 3D graphics experience required. iPhone 3D ...
Read More @ amazon.com

Agile.DataConnectionSuite

Data Connection Suite is a set of easy to use data connection string builder dialogs & controls ready to be integrated in any .NET application. The aim of Data Connection Suite is to allows developers to provide easy database connection configuration for their user especially if they create ...
Read More @ agilecomponents.com

Inroduction to Spring Python's IoC and Dependency Injection

Tags: python, tutorials,

Developers will be introduced to Spring Python's IoC and Dependency Injection which helps empower testing and non-intrusive features. Readers will know how IoC containers make it easy to isolate objects under test in order to work with automated testing, along with setting properties, and lazy ...
Read More @

Tapku Library for iPhone

The Tapku Library provides iPhone, iPod Touch and now iPad developers an extension to Cocoa Foundation and the UIKit frameworks to build iPhone OS applications. The framework contains user interface elements like coverflow, calendar and charting user interface classes. Other useful ...
Read More @ github.com

Creating Secure Strings

Tags: .net, c#, security,

Highly confidential information, such as passwords or banking details, should be encrypted in memory during use to reduce the risk that it may be revealed to malware or forensic examination. The SecureString class provides this encryption automatically.
Read More @ blackwasp.co.uk

Detect an AJAX Request in PHP

Tags: ajax, php, tutorials,

I like using the same PHP script for both AJAX and non-AJAX content requests. Using one script just makes everything easier because it?s only one file to update/edit and it?s one more cache-able request. One way to try detect an AJAX request (as opposed to a regular page load) is by using the ...
Read More @ advancedphptutorial.blogspot.com

Browser Compatible Info for HTML and CSS

CSS and HTML is used to design a website to look attractive. However, the development of CSS and HTML, and every browser that is not balanced to make the UI developers need to ensure that information can be seen very well in every browser.
Read More @ advancedphptutorial.blogspot.com

Agile.RTF

Tags: .net, component, html, rtf,

Using Agile.RTF will enable any developer to convert an HTML document into an RTF document in just 2 lines of code. RTF is one of the most common document formats in the world, therefore broadening your customer acceptance. It?s easy to create customizable HTML templates using merge fields, ...
Read More @ agilecomponents.com

Detecting Processes that are not Responding (C#)

Tags: c#, tutorials,

If you are developing software that monitors other programs or services, it can be useful to detect when a process has stopped responding to the user. This can easily be achieved using members of the .NET framework's Process class.
Read More @ blackwasp.co.uk

Job Opening: Senior Software Developer

GridPoint is seeking a seasoned developer to join our server development team. We are a small company with a startup culture that has seen rapid expansion in the past year. We have product offerings in a wide range of exciting areas including: electric vehicle management, energy management, ...
Read More @ jobs.codebeach.com

Agile.MailSystem

Agile.MailSystem is a suite of .NET components that allows users to send templated and databound emails, receive and parse messages, using multiple protocols such as SMTP, IMAP4, POP3 and NNTP. Mail queuing available. It comes with real innovations like the templating feature that allows the ...
Read More @ agilecomponents.com

DebuggerDisplay Name and Type Parameters

Tags: c#, tutorials,

The DebuggerDisplay attribute is often used to change the way in which the values of variables are displayed in Visual Studio's debugger windows. This display can be further modified with the addition of the Name and Type parameters.
Read More @ blackwasp.co.uk

Deep Cloning Using Binary Serialization

Tags: c#, serialization,

Cloning is the process of creating copies of objects or object graphs. The .NET framework provides methods for creating shallow copies, where a single object is cloned. Deep cloning can be achieved in several manners, including using serialization.
Read More @ blackwasp.co.uk

TcpClient PortScanner

Tags: c++, source code,

This code snippet shows how to scan a range of ports using the TcpClient class.
Read More @ snippetbank.net

Job Opening: VP of Engineering - Online Building Game

ROBLOX is one of the top ranked kids gaming sites on the internet, according to comScore. ROBLOX is unique among gaming sites in that kids are the main architects of their own worlds. Everything is customizable. Kids build their own social hangouts, invite others in party mode, engage in ...
Read More @ jobs.codebeach.com

Job Opening: Senior Web Software Engineer - Online Building Game

Tags: .net, game, jobs, lamp, ruby,

ROBLOX is one of the top ranked kids gaming sites on the internet! ROBLOX is unique among gaming sites in that kids are the main architects of their own worlds. Everything is customizable. Kids build their own social hangouts, invite others in party mode, engage in online chat and create ...
Read More @ jobs.codebeach.com

Job Opening: Web Game Engineer - Online Building Game

Tags: c++, css, html, jobs,

ROBLOX is one of the top ranked kids gaming sites on the internet! ROBLOX is unique among gaming sites in that kids are the main architects of their own worlds. Everything is customizable. Kids build their own social hangouts, invite others in party mode, engage in online chat and create ...
Read More @ jobs.codebeach.com

Job Opening: C++/Lua Game Engineer - Online Building Game

Tags: c++, game, jobs, lua,

ROBLOX is one of the top ranked kids gaming sites on the internet! ROBLOX is unique among gaming sites in that kids are the main architects of their own worlds. Everything is customizable. Kids build their own social hangouts, invite others in party mode, engage in online chat and create ...
Read More @ jobs.codebeach.com

Next »

Latest Jobs

Free Book Sample

Simply Rails 2 is an easy-to-follow, practical and fun guide to Ruby on Rails for beginners. It covers all you need to get up and running, from installing Ruby, Rails and SQLite to building and deploying a fully featured web application. Unlike other Rails books, this book doesn't assume that you are an experienced web developer, or that you've used Ruby before.