Monday, December 22, 2014 | | Merry Christmas! It's the time of the year we slowly, reluctantly, close our laptops, catch up with friends and family and indulge in one, or maybe 2, adult beverages. Happy Christmas from all of us at CodeProject HQ. Be safe, and we'll see you next year. IoT Contest Winners Thanks to everyone that's participated in our IoT Tutorial Contest over the past few weeks. The quality of IoT articles submitted has been incredible and the talent present in the community continues to astound us. Congrats to the winning articles from Stage 4: Stay tuned in the new year for the announcement of the final Stage 5 winner and details on a new Internet of Things competition that's in the works. New Articles, Tech Blogs and Tips | (4 votes) by Bhushan Mulmule (updated 18 hours ago) ArrayList is a non-generic collection class and resides in System.Collection namespace whereas List is a generic class and resides in System.Collections.Generic namespace | | (0 votes) by Pravin baskaran (updated yesterday) A python implementation of an ant colony optimization algorithm with offline pheromone update to solve ry48p, an asymmetric travelling sales man problem | | (4 votes) by Harsha Bopuri (updated 2 days ago) Comparison between jQuery Mobile and Sencha Touch with a simple example | | (3 votes) by ianjennings (updated 22 hours ago) Connect a (laser-cut) model house to the internet and take control of it's lights and doors! | | (2 votes) by Grasshopper.iics (updated 8 hours ago) This tutorial present a step by step guide for building the ultimate robotic control and information sinking for Arduino Controlled Robots over Internet of Things | | (1 votes) by Saswat Mohanty (updated 19 hours ago) Model and list object post to controller in ASP.NET MVC | | (0 votes) by avsol (updated 3 days ago) Custom authentication provider which extracts Facebook user authentication token and a website sample code impersonating a Facebook user. | | (1 votes) by Max R McCarty (updated 13 hours ago) Everything you need to know about Azure Service Bus Brokered Messaging | | (6 votes) by B. Clay Shannon (updated 2 days ago) Setting an assembly's version number to a "starting point" but allowing Visual Studio to auto-increment the Build and Revision elements of the Version Info, and then display that in an About box | | (2 votes) by okarpov (updated 2 days ago) How to use ASM in C#.NET and most fast memory copy method | | (1 votes) by Mahfuz Rahman (updated yesterday) Step by step making of splash screen for Windows Form Application | | (0 votes) by H0tHead (updated 2 days ago) Using InstallUtil.exe from command line is so boring | | (0 votes) by John Melling (updated yesterday) This is a simple program that demonstrates a method used to adjust the screen brightness on any C# application | | (0 votes) by arussell (updated 2 hours ago) How to use C# to create WPF 3D graphics. | | (2 votes) by Yasser S (updated 2 days ago) This tip shows how you can create a very simple on/off switch using Angular js and fontawesome. | | (6 votes) by Dan Thyer (updated 18 hours ago) I built my own Internet of Things, IoT, home automation system that is controlling 30 different things with 4 different types of microcontrollers with nearly 150 commands. This article talks about IoT design patterns and the lessons learned from the design patterns that I have used. | | (2 votes) by Cybermaxs (updated 2 days ago) How to avoid 26 API requests on your page | | (1 votes) by Erich Ledesma (updated yesterday) How to make solution templates with NuGet packages | | (0 votes) by Brisingr Aerowing (updated 2 days ago) This is an alternative for "Security Blackout Window" | | (0 votes) by code.manoz (updated yesterday) Inline grid CRUD in ASP.NET MVC | | (0 votes) by CodeProject, Marko Heijnen (updated 2 days ago) Welcome to our continuing series of Code Project interviews in which we talk to developers about their backgrounds, projects, interests and pet peeves. In this installment we talk to Marko Heijnen from 1&1. | | (2 votes) by Naren Neelamegam (updated yesterday) A complete walk through on IoT Device programming, Web Service programming and IoT Client programming. | | (2 votes) by Md Wahiduzzaman khan (updated 22 hours ago) It's finally time to jump into the wonderful world of memory management and Garbage collection. | | (2 votes) by Prafulla Hunde (updated yesterday) Shows how speech recognition can be used with WPF. | | (0 votes) by Tim_Duncan (updated 2 days ago) This article highlights a few of the advances in Corel Painter* 2015. | | (3 votes) by Tawani Anyangwe (updated 17 hours ago) A simple custom HTML parser for converting STML into HTML | | (2 votes) by Paul M Watt (updated 2 days ago) Code reviews seem to be the bane of many developers. Very few developers that I know like to participate in code reviews. Once they do participate, the criticisms about the code are superficial. Some examples are criticizing the lack of comments, violations to the naming conventions in the guideline | | (2 votes) by Emiliarge (updated yesterday) Native, simply, fast, cross-platform, and quite powerful PL? Is it nothing? No, it isn't. It is PureBasic! | | (2 votes) by Artem Los (updated yesterday) It’s usually said that students who would like to study computer science should familiarize themselves with binary representation of numbers and thus get used to very common powers of 2, i.e. 2¹=2, 2²=4, 2³=8, etc. That’s definitely true; the digital world we live in uses bits and almost | | (2 votes) by Vangos Pterneas (updated 12 hours ago) What if your computer could detect your eyes, nose, and mouth? What if an application could understand your facial expressions? What if you could build such applications with minimal effort? Until today, if you wanted to create an accurate mechanism for annotating real-time facial characteristics, y | | (0 votes) by Paul M Watt (updated 13 hours ago) This is an entry for the continuing series of blog entries that documents the design and implementation process of a library. This library is called, Network Alchemy[^]. Alchemy performs data serialization and it is written in C++. This is an Open Source project and can be found at GitHub.If you hav | | (0 votes) by MarkPearlCoZa (updated 12 hours ago) I don't originate from an open source world. The concept of open source software is foreign although it is becoming more and more appealing with time. After reading the Cathedral and the Bazaar I have a much better idea of the mindset of open source developers. Eric briefly explores a few points of | | (1 votes) by BobbyPhillips (updated 17 hours ago) Step-by-step guide to building a WCF Web Service hosted in a Windows Service | | (2 votes) by Shah Ankita (updated 18 hours ago) How to join table and display data using WCF Service in MVC | | (0 votes) by Divesh P (updated 19 hours ago) This tip explains how to create LongListSelector with grouping in very simple and easy steps. | You may also like... Updated Articles, Tech Blogs and Tips | (2154 votes) by .dan.g. (updated 2 days ago) A hierarchical task manager with native XML support for custom reporting. | | (28 votes) by syed shanu (updated 2 hours ago) Nested or Master Detail or Hierarchical DataGridView for winforms | | (30 votes) by Amir Jalilifard (updated 2 hours ago) Lets take an exciting travel to the land of MVC, MVP and MVVM patterns with our sexy friend : JavaScript | | (42 votes) by JReichert (updated 2 days ago) Use FlexibleMessageBox.Show to seamlessly replace your usages of MessageBox.Show and get more features in a single class you can easily add to your project. | | (18 votes) by Luc Pattyn (updated 4 hours ago) A utility that removes phantom icons from the Icon Tray | | (6 votes) by Emiliarge (updated 2 days ago) Comparison of 4 browser engines and controls + some tips for their using (in attached projects and in tip text). Short and clear. | | (16 votes) by Mohammad Dayyan (updated 2 hours ago) A C# library to use PersianCalendar as easy as DateTime | | (2 votes) by john_1726 (updated yesterday) A guide to constructing an application using Expression Blend and Silverlight for the front-end which obtains data from a WCF service and SQL Server back-end | |
Không có nhận xét nào:
Đăng nhận xét