|
101 articles this week.
Welcome to this week's newsletter from The Code Project.
To ensure that future newsletters you receive from The Code Project
aren't mistakenly blocked by antispam software, be sure to add the maillist.codeproject.com domain to your list of
allowed senders.
The things we work on can often change fairly dramatically. One day you're
writing a desktop application, then they want an online version and then
suddenly it's aa mobile app. Just think of it as job security.
Every so often we take a core sample to get an idea of what's going on in our
crazy, mixed up, unstable and fun industry, so if you have 2 minutes we'd love
to get your feedback.
As a shameless bribe there's a chance to win a $50 amazon gift card. Filling
these in helps us enormously.
cheers,
Chris Maunder
Advertisements
|
Get Started with Windows Phone 8
Looking to build for Windows Phone 8? You’ve come to the right place. Take the 30-day challenge and use our handy day-by-day resources to create a killer app. Your app adventure starts here.
Sign up now!
|
|
Build for iOS and Android Using Visual Studio
See how to use Visual Studio to build an iOS AND Android app in under an hour using DXTREME, the cool new tool from DevExpress.
Register Now!
|
|
Hot Technologies for 2013 - Get Skills Now!
HTML5, Azure, Windows 8, Objective-C, iOS, SharePoint, MVC and SQL 2012 are all in high demand. Do you have the skills you need to move your career forward? Choose one of our practical video tutorial libraries and start learning now.
Learn more
|
|
Give Your Data Some Razzle-Dazzle
Iron Speed Designer is the fastest way to deliver feature-rich applications for .NET, SharePoint and software-as-a-service cloud computing environments. Amaze users with visually stunning applications that look like they took months to build.
Download a Trial!
|
|
Windows Server on the AWS Cloud!
Use up to 750 hours of Windows Micro Instances each month for one year at no cost. Run any compatible Windows-based solution on the high-performance, cost-effective AWS cloud computing platform.
Get Started Now!
|
|
Learn critical new skills together.
Give your team access to thousands of technology books & videos.
Starting at $299.
|
|
Detect your visitor's browser & system settings!
Want easy & accurate browser detection, without the hassle of maintaining your own browser sniffer code? Get BrowserHawk IQ. It’s a cloud service you can deploy instantly. Now with a no-charge option.
Get it here!
|
This week's survey: When creating an application for a new platform do you
Most popular new articles
4 Feb 2013 - 10 Feb 2013
Latest Additions
101 articles overall. 29 new, 72 updated.
New articles added
- Transfer and XFR Tools - gggustafson
This article presents two Windows utilities that copy the contents of directories and subdirectories from one directory to another. Transfer uses a graphical interface; XFR is a console application.
- Using partial mocks for non public methods testing - Enrique Albert
Pattern to follow using mock frameworks so non public methods can be tested. The code example is based on the RhinoMock framework but it is easily applicable to any other mock framework.
Articles updated
- Introduction to the QOR - Matthew Faithfull
The background, motivation, and architecture of the Querysoft Open Runtime.
- QOR Compiler Aspect - Matthew Faithfull
Open, currently tested on Windows, VC6, VSExpress2005, VSExpress2008, VS2012Desktop, CodeBlocks 12.11 with MinGW GCC 4.7.1, Rad Studio 2010 XE3; Open Suse Linux Netbeans 7.1 with GCC 4.6.2 and 7.2.1 with Clang 3.0.
- Canvas Control Library and New Forms Based System for building Web Pages and Websites - Akshay Srinivasan2
Canvas Control Library provides highly customizable controls using the HTML5 Canvas element. Also includes a New Forms Based system which is a new way to build your web pages and websites.
- Get Loaded with the File API - HTML5 Partners
The File API is a new JavaScript API that lets you read and write binary data objects that represent files in Web applications. In a nutshell, you can read user-selected files into Web apps and download new data objects as files from Web apps. Let’s take a deeper look.
- Collapsable Table View for iOS - Bernhard Häussermann
A set of source files that extends the UITableView so that it has sections that can be collapsed and expanded.
- Flexible List Control - Faraz Azhar from Karachi
Building a list control that allows anything to be added to it.
- MVVM # Episode 1 - _Maxxx_
Using an extended MVVM pattern for real world LOB applications: Part 1
- MVVM # Episode 2 - _Maxxx_
Using an extended MVVM pattern for real world LOB applications: Part 2
- MVVM # Episode 3 - _Maxxx_
Using an extended MVVM pattern for real world LOB applications: Part 3
- My Personal Commander Variant - Doc Lobster
A C#/WPF application for displaying folders on a grid and performing combined functions on them.
New Tips and Tricks added
Tips and Tricks updated
- C# Command Prompt class - Mehul Dhorda
This article describes a class that allows you to run a command and get its output.
- C# Hangman - Samuel Philip Blackford
A neat little hangman game I thought I might share.
New Technical Blogs added
- Smooth Scroll To The Top of The Page – jQuery - Noor Ahmad Feroozi
When content of a web page exceeds and visitors scroll down the web page, then having a button to smooth scroll to the top of the page is a good idea. jQuery scroll function made it very easy to create a such a … Continue reading →The post Smooth Scroll To The Top of The Page – jQu
- Building a language translation bot using Skype and C# - Anuraj Parameswaran
In Google talk, there was some bot service available which will help to translate from one language to another. You can implement similar service using Skype with the help of Skype4COM.dll. In this implementation for language translation, the Bing soap API is used. Skype4COM is a Windows based COM D
- C#.NET – Removing Duplicate Records From DataTable - Noor Ahmad Feroozi
If a database table contain duplicate records the it is easy to select unique records by using DISTINCT function. but when a .Net DataTable contain duplicate records then, there no built-in function to remove or select unique records from a DataTable. Continue reading →The post C#.NET –
- TFS - Get List Of Software Installed On Build Agent - Tarun_Arora
Originally posted on: http://geekswithblogs.net/TarunArora/archive/2013/02/03/tfs---get-list-of-software-installed-on-build-agent.aspx Introduction It is common for your code projects to reference Microsoft or Non Microsoft SDKs, this requires that the build agents has the SDK’s installed. It is a
- MonoGame gets Shocked! - Simon Jackson
Following on from my previous article we don the rubber gloves and grab Zeus’s lightning bolt to launch it on other platforms. Not cryptic enough for you then read on We left off just porting Michael Hoffman’s excellent article showing us how to generate lightning effects almost effortlessly using X
- Does lightning really strike twice? - Simon Jackson
It all started one sunny morning when Michael Hoffman who wrote a shocking article on some fantastic lighting effects all done with XNA, I read this and was immediately impressed just how simple his solution was. Not long after this a guy down under called Jose Fajardo was so impressed …
- WPF Enumeration Data Provider - Stephen Hardie
In my recent adventures creating activity designers (Workflow Foundation 4+) I needed a way to bind a ComboBox with an enumeration and didn't want to manually wire up events in the code behind. Fortunately I found some examples on how to use an ObjectDataProvider. This worked great but I realized th
- WordPress – Numbered Page Navigation Without Any Plugins - Noor Ahmad Feroozi
Numbered page navigation is not available in WordPress features. WordPress, instead uses (Previuse Page/Post – Next Page/Post) navigation style. however; there number of plugins for this solution and some are listed below. Zamango Page Navigation Zamango Page Navigation creates pagebar …
Technical Blogs updated
- Using Google Guice in Web Applications - ludovicianul
Introduction As promised in the previous article I’ll continue presenting Google Guice also for web applications. In order to do ... Continue reading
- Data-binding among complex Expressions in C# - Adrian Alexander
What could be more preferable than simply stating X = Y in one place then having the rest of the work transparently handled on your behalf? Expression trees were one of the many language features introduced with C# 3.0 way back in 2007. Integration with the compiler allows us to nonchalantly ask i
© 2013 The Code Project. All rights reserved.
This email was sent to mailout@maillist.codeproject.com.
To stop receiving The Code Project Insider News click here.
The Code Project
503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada
+1 416-849-8900 x 100
Please do not reply directly to this email. It was sent from an unattended
mailbox. For correspondence please use webmaster@codeproject.com
|