Click here to Skip to main content

Technical Blogs


RSS feed icon

Articles submitted by members via their Technical Blog feed. Want to have the blog entries from your Technical Blog automatically posted as articles on CodeProject? It's easy!

Page 5 of 332
1 2 3 4 5 6 7 8 9 10


81. Networking and Socket programming tutorial in C
Networking and Socket programming tutorial in C.
(The Code Project Open License (CPOL))
General Programming » Internet / Network » General
Edison Heng Updated: 1 May 2013
Rating: 5.00/5 (1 vote)
82. Complexity and Flexibility #2
How do you manage the growing comlexity of your application?
(The Code Project Open License (CPOL))
Development Lifecycle » Design and Architecture » General
Serdar Kurbanov Updated: 1 May 2013
Rating: (0 votes for this Article)
83. The power of the Win32 API!
The power of the Win32 API!
(The Code Project Open License (CPOL))
Platforms, Frameworks & Libraries » Win32/64 SDK & OS » General
Chris Boss Updated: 1 May 2013
Rating: 3.00/5 (2 votes)
84. MonoGame: Using libraries with Windows Phone projects
A challenge faced by the MonoGame team when they created Windows Phone 8 support was that XNA is actually included with the platform, this created a unique challenge because it was a direct contradiction to the XNA support being provided by MonoGame itself, this caused no end of problems until ̷
(The Code Project Open License (CPOL))
Third Party Products » Third Party Products and Tools » General
Simon Jackson Updated: 1 May 2013
Rating: (0 votes for this Article)
85. Creating a smoke using Particle System in Silverlight
A look into creating smoke effect in Silverlight using the concept of Particle System.
(The Code Project Open License (CPOL))
Web Development » Silverlight » General
Jyothikarthik_N Updated: 30 Apr 2013
Rating: 5.00/5 (1 vote)
86. JavaScript : Validating Letters and Numbers
During web development, almost always, we need to provide input validation on even simple web forms. And in case of web, JavaScript is the best option available for validating input on client-side. Server-side validation has its own important and it should be there but restricting user at very first
(The Code Project Open License (CPOL))
Web Development » ASP.NET Controls » General
Imran Abdul Ghani Updated: 30 Apr 2013
Rating: 3.00/5 (1 vote)
87. Writing Games With Unity 3D in JavaScript and C# – Part 1
Unity is a development environment for creating professional-level games. It is built on top of MonoDevelop, and utilizes it to achieve the deployment of the same code to many platforms. Unity comes in two versions, but this post will focus on the free version with no add-ons. The free version (whic
(The Code Project Open License (CPOL))
Third Party Products » Third Party Products and Tools » General
Keyhole Software