59 articles posted in the last business day that match your preferences. 25 listed. The Internet Of Things Contest As promised, we've launched an Internet Of Things contest. The Internet Of Things is a very, very broad segment and we are deliberately focusing on small, cheap, embedded devices to start. We want to challenge developers to try different platforms, different languages and different development environments while keeping it focused at a practical, fun level. ...and of course we have $10,000 in prizes in case the fun, the challenge and the chance to learn weren't enough! The contest starts now! Round one is a short one so get your articles in quickly. Android Contest winners Judging is being finalised and winners will be announced later this week. The last round has been the hardest in terms of judging due to the exceptional quality of articles submitted. We're blown away. Thanks to everyone who participated - you've done us proud! | New Microsoft Developer Video Library – Only $99 Learn SharePoint, Visual Studio, SQL Server, and more with thousands of step-by-step video tutorials for Microsoft developers from LearnNowOnline. Get an entire year of training for only $99! Learn more | This week's survey: What's the best part about being a software developer? New Articles, Tech Blogs and Tips added | (8 votes) by Nirosh (updated 2 hrs ago) This tutorial is designed for .NET programmers who need to understand 'Nido' framework and its application. |
| (3 votes) by Assil Just one way to solve a common problem of WCF timing out |
| (3 votes) by ankurbora How to implement Inversion of Control ( IoC) using Ninject .NET container |
| (3 votes) by voloda2 This article proposes solution for possible challenges which you can face by using singletons in Microsoft Unity in the case you are using child containers. |
| (1 vote) by adityaswami89 A generic way of adding a table to Powerpoint using OpenXML |
| by matthias-hahn How to efficiently communicate between Intel® Galileo, or Intel® Edison and Yocto* Linux OS. |
| by Member 1161723 The following Intel® Edison Getting Started Guide has been written for use with the Arduino expansion board |
| by Mike_Pearce This article presents a case study in which the Penang Assembly and Test Operation (PGAT) unit for Intel greatly improved overall production testing performance and facilitated test unit repair by using the Galileo board and associated integrated development environment. |
| (1 vote) by Nitesh Luharuka Friends, Many a times, we need to give users a Checkbox in a GridView that users can use to select multiple rows from the GridView. In previous posts, we saw how we can do this in Windows Forms. In this post, we will see how can we add a CheckBox column to an existing GridView control …Read mo |
| (6 votes) by Sibeesh KV Convert CellSet to HTML table |
| (3 votes) by Thomas Yee How to implement exception logging and trace logging using global MVC filters |
| (2 votes) by Arunima Panda Tips to consume Web API services to bind data in AngularJS. |
| (9 votes) by Rapuru Amarendra This tip presents an example of menu in responsive using bootstrap. |
| (3 votes) by Szymon Roslowski This article is about a HID USB Stack for Microchip PIC 16F1455 and the way of communicating with it on Windows Platform. |
| (5 votes) by majid torfi HexCounter, Calculate the number HEX duplicate |
| (4 votes) by John Underhill Rijndael 512, a Serpent/Rijndael hybrid, and a parallelized 768 bit stream cipher |
| (2 votes) by Abhijit Ghosh (Subho) This is an alternative for "Creating a Issue in Jira using Rest API". This is an upgraded version as it contains a way of sending attachments with the issue. This version doesn't use MSXML as it is not recommended by Microsoft. |
| (2 votes) by Nikita Mazhara Describes how to implement generic methods for Microsoft Fakes Stubs and Shims using reflection constructed delegates at runtime |
| by Gaurav.Kumar.Arora Introduction In this whole artcile we will learn all about Covariance and Contracvariance, what were the issues with development before these two. Definition These two Covariance and Contravariance have been introduced in C#4.0. As per msdn we simply define: "covariance and contravariance enab |
| (8 votes) by _Noctis_ Sorting out the confusion behind collections |
| (6 votes) by VC.J How to decrease the database hit on Load on demand in Telerik Rad Combo Box |
| (5 votes) by banitabisht Tip to get comma separated string for a column in SQL query using XML path method |
| (1 vote) by Artem Los The requirement of performing several thousands of calculations (for example, during integration) led to the optimization with pre-scanned expressions. But the aim to make Mathos Parser even faster still remained. Now, I would like to introduce you to a new project of Mathos Project – Mathos E |
| by Member 9391139 I was exploring something by which I could get the frequently changing data from web and create my own dashboard or use that data. I found one solution of it in Excel. CodeProject It provides wonderful feature to import web site's data into Excel sheet and one can refresh that data when [̷ |
| (3 votes) by Hanbo In this article, I will show you how to integrate Hibernate Search into a simple yet feature complete web application with the Spring MVC and Hibernate enabled. |
| (5 votes) by luigidibiasi, binterlandi Experimentation on Facebook chat that aim to determine who's probably thinking about us |
| (1 vote) by Nitesh Luharuka Friends, This is Part 6 of the blog post series, "Creating Menus – Simple To Complex". In my last post, I explained how can we create a responsive menu using HTML, CSS & jQuery. In this post, we will see how can we create a responsive menu in ASP.Net. We will be using the "me |
| by matthias-hahn Recently someone asked me on more documentation about Yocto builds. In particular the person mentioned facing difficulties adding Java to an own IoT Yocto build. |
| by Sulamita Garcia This sample code uses the Live USB image from the IoT Development Kit to run a host system that can control an Intel® Galileo board using Yocto Application Development Tools and Eclipse*. |
| by Gael Holmes Hofemeier This cloud-based analytics tool includes resources for the collection and analysis of sensor data that the Intel® IoT Developer Kit provides. |
| by Mike_Pearce This document shows you how to use the Arduino IDE along with the Intel® IoT Developer Kit (dev kit) tools. |
| by yang_wang This document describes how to install and use the Intel System Studio 2015integration layer with Yocto* Project. |
| by Nicolas_Vailliet Our goal is to get familiar with simple sensors, wires and the board connectivity. |
| by Naveen Gv This article presents the advantages of developing embedded digital video surveillance systems to run on 4th generation Intel® Core™ processor with Intel® HD Graphics, in combination with the Intel® System Studio software development suite. |
| by Nigel B Thomas Gigabit File uploads Over HTTPCodeProjectLarge file uploads how do I love thee? Let me count the ways. These days having to deal with large file uploads is rather common place in IT environments, and by large file uploads I mean files that are over 500MB in size. Sure we have replication technologi |
| by Gaurav.Kumar.Arora History: In our previous posts we learned 'What is S.O.L.I.D. Programing Principles' and a detailed explalantion with code of Single Responsibility Principle, Open/closed Principle, Liskov Substitution Principle and Interface Segregation Principle. S.O.L.I.D. is an acronym introduced by |
| by Gaurav.Kumar.Arora History: In our previous posts we learned 'What is S.O.L.I.D. Programing Principles' and a detailed explalantion with code of Single Responsibility Principle, Open/closed Principle and Liskov Substitution Principle. S.O.L.I.D. is an acronym introduced by Michael Feathers as: 1. S for SRP |
| by Gaurav.Kumar.Arora History: In our previous posts we learned 'What is S.O.L.I.D. Programing Principles' and a detailed explanation with code of Single Responsibility Principle and Open/closed Principle. S.O.L.I.D. is an acronym introduced by Michael Feathers as: 1. S for SRP: Single responsibility principl |
| (3 votes) by Midi_Mick Displays a list of images with various transitioning effects |
| (3 votes) by _Noctis_ Help you set and run gitstats on your windows |
| (1 vote) by Artem Los During the 2 hours journey to Stockholm from Bjursås, I found an interesting way of illustrating solutions to problems with a certain pattern. In this case, it was a recursion problem. The problem is as following (From Concrete Mathematics – A Foundation for Computer Science 2nd edition): Prob |
| (1 vote) by CdnSecurityEngineer I've worked in large organizations where IT and software was the means to an end by supporting business and I've worked in purely technical organizations where software & IT was our business. These organizations both had information security (InfoSec) groups…Read more ›The po |
| (1 vote) by Mario Vernari Just a quick-and-dirty solution for solving the tedious problem of the numpad's decimal-point insertion where the culture require something different than a dot ".". The problem. Many of you, who aren't using a dot as decimal separator, maybe noticed that the character issued |
| by Paul M Watt Value semantics for an object indicates that only its value is important. Its identity is irrelevant. The alternative is reference/pointer semantics; the identity of the object is at least as important as the value of the object. This terminology is closely related to pass/copy-by-value and pass-by- |
| by Rion Williams I thought I would take some time to address a question that has frequently appeared in a few forum questions over the past month or so and that is "How do I use the TinyMCE Editor within ASP.NET MVC?". Since I've answered this quite a few times, I thought I would take a few minutes |
| by CdnSecurityEngineer When you want to buy something that you can afford, what do you do? Well if you're like most people you go to some financial institution and take out a loan in the amount of the item you wish to…Read more ›The post Application Security Economics appeared first on Security Synergy. |
| by Gaurav.Kumar.Arora Introduction In this step-by-step article we will discuss all about CRUD (Create Read Update Delete) operations with Web API using Repository pattern. Pre-requisites To implement and play with the source code one should have: – basic knowledge of asp.net MVC – basic knowledge of REST ser |
| by Chris Boss The exciting Internet of Things is the next frontier for programmers. Most interesting is the possiblity of Windows running such devices. But what is need to make this possible ? Is a shift in mindset needed to make this possible ? A lesson from the past Programmers who got their start back in the 1 |
You may also like... Articles, Tech Blogs and Tips updated | (2 votes) by Vivek Goyal (updated 2 days ago) Here are the steps to add ajax HMTLEditorExtender control in webform.1. In VS 2013 open Tools > Library Package Manager > Package Manager Console.2. Enter command : PM> Install-Package AjaxControlToolkit . This will download and add AjaxControlToolkit.dll reference with your website.3. Add following |
| (2,126 votes) by .dan.g. (updated 2 days ago) A hierarchical task manager with native XML support for custom reporting. |
| (384 votes) by Shivprasad koirala, Marla Sukesh (updated yesterday) As the article's name says, learn MVC. Ao the agenda is simple, we are going to learn ASP.NET MVC in 7 days. |
| (91 votes) by Marla Sukesh (updated yesterday) Welcome to day 1 of Learn HTML 5 in 3 days article series |
| (61 votes) by Mahsa Hassankashi (updated 3 hrs ago) This article explains SignalR concept via chat implementation and interaction between client and server visually and involving hub class. |
| (46 votes) by Shivprasad koirala (updated 2 hrs ago) In this article we will try to understand C# Attributes. |
| (11 votes) by Alex J Lennon (updated 2 days ago) A refreshed article on how to build the current release of Mono on Windows |
| (10 votes) by Marco Bertschi (updated yesterday) A short guide on how you can style and customize the appearance of you QML controls in a CSS-like way |
| (6 votes) by Marco Bertschi (updated yesterday) A brief guide on what you need to do to get the Qt Creator to compile and develop Qt Applications on Mac OS X without running into install_name_tool_failed |
| (4 votes) by Marco Bertschi (updated yesterday) A brief step-by-step guide on what is needed to get Qt and the Qt Creator installed on your Linux environment |
| (5 votes) by DrABELL (updated yesterday) Her Most Significant Bit™ NY-2013, Entertainment app for NY Ladies: All-in-One/Win8 (AIC-2013) |
|
Không có nhận xét nào:
Đăng nhận xét