130 articles this week. Welcome to this week's newsletter from CodeProject. 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. My day-pass back home to Australia has expired meaning I'm back on a plane to the deep chill of our Canada base. Our team had an insanely busy week last week with our Git back-end rollout and we're adding more tools for your articles and more features daily. We'll do a full write-up on what it all does, what it all means, and our best tips and tricks. Would you like to post an article? Are you thinking of posting an article but aren't sure how? You can either take a look at these two links or send an email to Sean at submit@codeproject.com and he will connect you with a CodeProject Mentor who will help walk you through the process. It's easy, and we'll do everything we can to make your article look great. cheers, Chris Maunder Advertisements | Puppet in Motion Case Study Danny Woodall & Ali Diaz of Sixense Studios share making their grand-prize-winning app for the Intel® Ultimate Coder Challenge: Going Perceptual contest. Everything from the difficulties in tracking user hand movements, to the joys of Unity, to their director system. Read 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! | | SpreadsheetGear 2012 Now for Silverlight! Take your browser based applications beyond the limits of HTML and JavaScript with high performance Excel compatible spreadsheet controls from the leader in .NET spreadsheets. Try the live SpreadsheetGear Silverlight Samples Now! | | Want to learn Ruby? If you're a programmer, you don't need a course that wastes your time telling you how programming works. This course gets straight down to business, and gets you up to speed on Ruby. | This week's survey: What would you rather be doing? Most popular new articles 17 Feb 2014 - 23 Feb 2014 | This how-to guide leverages Infochimps' repeated success standing up Big Data platforms in enterprises and complex technical environments through 4 key steps. This part how-to/part working doc will walk you through the process, and empower your organization to achieve your defined business objectives with your Big Data project.
Download Now | Latest Additions 130 articles overall. 84 new, 46 updated. New articles added - Android Sensor Fusion Tutorial - Paul Lawitzki
This article presents one approach to increase the quality of rotation information gathered from different sensor sources using a simple sensor fusion algorithm, specifically on an Android device.
- Kinect for Windows version 2: Color, depth and infrared streams - Vangos Pterneas
NOTE: This is preliminary software and/or hardware and APIs are preliminary and subject to change. A month ago, I was happy to receive a brand-new Kinect for Windows version 2 Developer Preview sensor. You can read my previous blog post about the capabilities of the new device. Kinect v2 now include
- Close a Work Item only if Child Work items are closed - javidbece
Team Foundation Server is an ALM tool. It can be extended as per the business requirement. Controls can be created so as to populate them on the work item form. We can add additional business functionality by creating the controls. The API provided by TFS makes this possible.
Articles updated - Learn MVC (Model View Controller) step by step in 7 days – Day 1 - Shivprasad koirala
As the article's name says, learn MVC. Ao the agenda is simple, we are going to learn ASP.NET MVC in 7 days.
- MVC interview questions with answers - Shivprasad koirala
The whole purpose of this article is to quickly brush up your MVC knowledge from an MVC interview perspective.
- Learn MVC (Model View Controller) Step by Step in 7 Days – Day 3 - Shivprasad koirala
This article is Part 3 and continuation to the Learn MVC Step by Step in 7 Days series.
- Learn MVC (Model view controller) Step by Step in 7 days – Day 2 - Shivprasad koirala
Learn MVC (Model view controller) Step by Step in 7 days – Day 2
- Learn MVC (Model view controller) Step by Step in 7 days – Day 4 - Shivprasad koirala
In day 4 we will look in to JSON ,Jquery ,Aysnch controllers and session management.
- Learn MVC (Model view controller) Step by Step in 7 days – Day 5 - Shivprasad koirala, Marla Sukesh
As the article's name says, learn MVC. Ao the agenda is simple, we are going to learn ASP.NET MVC in 7 days.
- Membership Stores for ASP.NET - Shuqian Ying
Service based, multi-application, post ASP.NET 4.0 asynchronous custom membership stores with a hierarchical role system.
- ASP.NET MVC 5 Identity: Extending and Modifying Roles - John Atten
In a recent article I took a rather long look at extending the ASP.NET 5 Identity model, adding some custom properties to the basic IdentityUser class, and also some basic role-based identity management. We did not discuss modifying, extending, or working directly with Roles, beyond seeding the d
- Build and deploy ASP.NET Web API 2 service layer at the speed of thought! - Naveen Karamchetti
Learn how to develop WebAPI service layer using a simple example
- SW Message Bus - Evgeny Zavalkovsky
SW Message Bus represents message flow abstraction mechanism in a complex, multithreaded SW system.
- Extended CComboBox - Flaviu2
A combobox control which shows a drop down window to assist the user.
- Barcode Image Generation Library - Brad Barnhill
This library was designed to give an easy class for developers to use when they need to generate barcode images from a string of data.
- LINQ to CSV library - Matt Perdeck
Easy to use library to use CSV and tab delimited files with LINQ queries.
New Tips and Tricks added - TDD using MOQ - Ashwin. Shetty
Test Driven development using Mocking Framework
- Code Injection - Rt Tiwari
This program will demonstrate the process of injecting code into already running processes. Here we have choosen to inject into Explorer
Tips and Tricks updated New Technical Blogs added - Understanding Traditional Threading in C# - Adarsh Kumar Chaurasia
Here I will discuss the concepts of threading / multi-threading in C# using program.
- Understanding Delegates and Events in C#.Net - Adarsh Kumar Chaurasia
Delegates If you know C or C++, it would be more convenient to understand Delegate. A delegate in C# is similar to a function pointer in C or C++. Delegate contains or points to the address of a method which can be invoked by using the delegate. There is an important point to note here […]
- Thread Pooling in C# – BackgroundWorker - Adarsh Kumar Chaurasia
The BackgroundWorker class allows you to run an operation on a separate, dedicated thread. Time-consuming operations, such as calling third party API/service, downloads and database transactions, can cause your user interface to stop responding. You should use BackgroundWorkder when you want a respo
- Thread Pooling in C# – ThreadPool.QueueUserWorkItem - Adarsh Kumar Chaurasia
A thread pool is a collection of threads that can be used to perform several tasks in the background. This leaves the primary thread free to perform other tasks asynchronously. Once a thread in the pool completes its task, it is returned to a queue of waiting threads, where it can be reused. This r
- Introducing the data mapper in Griffin.Framework - jgauffin
As you might know I’m running a .NET exception service called OneTrueError. When I moved from a NoSQL db to SQL Azure I had to be able to work with the database in some way. I’m not using OR/Ms any … Continue reading →
- Using Application Insights with an existing Windows Store App - Gordon W Beeming
If you haven't heard or read about Application Insights you should go to MSDN and read up on all the awesomeness that you can get by using this new feature of VSO. You can also take a look at the Channel 9 series on Application Insights for Visual Studio Online by Charles Sterling. Also see Using Ap
- Using Application Insights with a new Windows Store App - Gordon W Beeming
If you haven't heard or read about Application Insights you should go to MSDN and read up on all the awesomeness that you can get by using this new feature of VSO. You can also take a look at the Channel 9 series on Application Insights for Visual Studio Online by Charles Sterling. Also see Using Ap
- An Interesting List of Development Stuff (February 2014) - Rion Williams
In this installment of my monthly treasure trove of development stuff, we take a slightly more .NET-oriented approach by covering several ASP.NET specific topics, resources and more. But there are quite a few other things that may be applicable to just about any kind of developers (and especially th
- Cocos2d-X V3.0 Beta – Installation - _Maxxx_
I decided that it would be best in the long run if I tried out Cocos2d-X V3 and try and get PooperPig into C++ So, downloading Cocos2d-X wasn’t hard – just head to the cocos2d download page; , download the zip, … Continue reading →
- "Napa" Development Tool for Office 365 Apps - PratapReddyP
CodeProjectThe "Napa" Office 365 Development Tools make it easy to start building apps for Office and SharePoint without leaving your browser or installing software.When we jump to Office 365 and try to install Napa, you might get error saying :"We need your help to make this app work:Turn on Develo
- Using prepared statements in PHP with MySqli - Nikola Breznjak
So, as most of you know PHP 5.5.x has deprecated the original MySQL extension, and instead we should be using MySQLi or PDO_MySQL extensions. Here I will show you how to use MySQLi to query the database. I will cover the basic SELECT statement with and without prepared statements, and will show you
- Building a really simple PHP templating engine - Nikola Breznjak
Recently I had to make use of templates in PHP, and as a lot of people on StackOverflow ([1], [2]) suggested “you don’t need another templating engine like Smarty on top of PHP, as PHP itself is a templating engine”. So, I ended up making a simple function which looks like this: [
- API : Talk to Twitter API Via C#-part 1 - Vidyasagar MSC
"Tell me and I forget, teach me and I may remember, involve me and I learn." ― Benjamin Franklin I have involved myself in learning and exploring twitter API (More specific REST API V1.1).One very good day, i thought why should i always use the interface aka UI to read tweets or even post them? [
- Innovation Dead On Arrival? - CdnSecurityEngineer
I’ve been in the high tech market for 8 years now, granted compared to some of my colleagues I am still the neophyte in the cube block. In those eight years, I’ve worked for big companies and start ups alike.…Read more ›
- Get In On the Ground Floor!!! - Dennis E White
Get in on the ground floor
- Confessions of a bug addict - Duncan Edwards Jones
Signposts on a journey to developer enlightenmentI'd like to start with a "Getting to know the audience" type of a question – What does it feel like to write a bug?The words I usually expect to hear in answer to this question range from "Embarrassing", "Sad", "Annoying" through to extremes such
- What is TypeScript ? - Betclic Tech
TypeScript is just a tool to be used at coding-time to improve the quality of your JavaScript and make it more readable and maintainable. After your TypeScript is compiled to JavaScript, you can use all your other tools—minifiers, packagers, runtime…Read more ›
- Thread Pooling in C# – Asynchronous Delegates - Adarsh Kumar Chaurasia
Thread Pooling in C# – Asynchronous Delegates
- How VHD resizing works ? - Nicolas Dorier
IaaS Management Studio allows you to resize any VHD, how does it works under the hood ? To understand that, we need to take a look at the VHD format. Azure supports only fixed size VHD, which means that a VHD is as big as the maximum of data you need to save in it. […]
- The Road Ahead - Paul Watt
Code of The DamnedThis is a journal for those who feel they have been damned to live in a code base that has no hope. However, there is hope. Hope comes in the form of understanding how entropy enters the source code you work in and using discipline, experience, tools and many other resources to kee
Technical Blogs updated © 2014 The Code Project. All rights reserved. This email was sent to vutunglampro@gmail.com. To stop receiving The Code Project Insider News click here. CodeProject 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 |
Không có nhận xét nào:
Đăng nhận xét