Click here to Skip to main content
15,895,709 members

Our Mailouts

The Daily Build - 07 Nov 2014

List vs IEnumerable vs IQueryable vs ICollection vs IDictionary

New Articles, Tech Blogs and Tips

Algorithms & Recipes

  (0 votes) by Jakub Szymanowski (updated 6 hours ago)
Article presents the problem of the detection and cancelation of impulse noise in acoustic signals using an Exponentially Weighted Least Squares (EWLS) and next step error prediction analysis.

Amazon Web Services

  (0 votes) by Member 11207906 (updated 18 hours ago)
Before we move on to server side programming there are a few Object Orientated Design Principles you should be aware of. These principles are not the kind of thing you fully understand until you have spent some time practicing them. I am covering them now since most of the server side languages that

Arduino

  (11 votes) by DaveAuld (updated 18 hours ago)
Low Energy Bluetooth meets Arduino compatible microcontroller in a small form factor, is this just a fairy tale?
  (0 votes) by morzel (updated 2 hours ago)
Time for the third episode of "Out of Boredom" series :) There was a Sonar project and something about shooting paintballs... This time you will learn how to use Arduino and .NET 4.5 to receive input from joystick and use it to control servos that move a webcam horizontally and vertically!Here you c

ASP.NET

  (2 votes) by ashish__shukla (updated 2 hours ago)
An overview of ASP.NET vNext

Boards / Embedded devices

  (2 votes) by KRISHNA ANIPINDI (updated 6 hours ago)
A beginner's introduction to .NET Micro Framework and the tools required to get started with it...

C / C++ Language

  (2 votes) by Orjan Westin (updated 13 hours ago)
Simplifying the use of dynamically sized C structs

C#

  (3 votes) by andrea contoli (updated 18 hours ago)
Presentation and testing of some procedural bitmap creation algorithms .
  (3 votes) by Syed M Hussain (updated 15 hours ago)
A MySql utility tool that can export database tables and generate ORM entities.
  (1 votes) by Jake Rote (updated 12 hours ago)
Xenon is a framework which helps you to write stable acceptance tests

Code Generation

  (1 votes) by Member 11207906 (updated 18 hours ago)
“What the hell was I thinking?!?” It’s 1:30AM and I am staring at a piece of code I wrote no more than a month ago. At the time it seemed like a work of art. It all made sense. It was elegant and simple and amazing. Not anymore. I have a deadline tomorrow and discovered […]Th

Database

  (2 votes) by Patrycja Dybka (updated 4 hours ago)
This tip describes what a subquery is and covers some basic examples.

Date and Time

  (0 votes) by Víctor Sumozas (updated 17 hours ago)
As a software developer it is important do not waste your time. Everytime you launch your app in debug mode for testing and you have to fill your user and your password it is lost time. I wrote this code in order to launch my app without login. You should placed it in your Page_Load […]

General Graphics

  (2 votes) by Pikoh (updated 12 hours ago)
A simple method to join several images in a single file and recover them afterwards

Grid & Data Controls

  (0 votes) by Sander Rossel (updated 3 hours ago)
Need some flexible in-memory data cache? DataSets might be what you're looking for...

IoT Overview

  (1 votes) by Pooja_brs (updated 6 hours ago)
A simple walk through of Intel Galileo board (Stage #2 Adruino )

Product Showcase

  (0 votes) by rjdudley (updated 16 hours ago)
Powered bythe Windows Azure Pack (the basic infrastructure of Microsoft’s own Azureservices), Everleap is an exciting new service in the shared hosting space.
  (0 votes) by Colleen Culbertson (updated 9 hours ago)
This article, aimed at developers, will provide a glimpse into this 64-bit, multi-core SOC processor, and gives an overview of the available Intel® technologies, including Intel® HD Graphics 5300.
  (0 votes) by Michael Coppock (updated 9 hours ago)
Herein is the story of how the team at Codemasters optimized GRID Autosport for tablets.
  (0 votes) by Geoff Arnold (updated 9 hours ago)
Built for the Lenovo ThinkPad* Tablet 2 and Ultrabook™ 2 in 1, running Windows* 8.1, SensiGator thoroughly takes advantage of the various sensors and input modalities of the tablet platfor

Reviews on Third Party Products and Tools

  (1 votes) by Member 11207906 (updated 2 hours ago)
Are you running to stand still? “Well, in our country,” said Alice, still panting a little, “you’d generally get to somewhere else — if you run very fast for a long time, as we’ve been doing.” “A slow sort of country!” said the Queen. “Now, here,

Shell and IE programming

  (2 votes) by Member 11207906 (updated 18 hours ago)
In the previous installment of this series on becoming a web developer we looked at the core Object Oriented Design principles you need to understand. Today we delve into some Functional Programming. If you haven’t seen the previous posts in this series you can find them here: How to become a

Tools and IDE

  (4 votes) by Mario Majčica (updated 22 hours ago)
A technique to ship your snippets via a VSIX package

Uncategorised Technical Blogs

  (0 votes) by Víctor Sumozas (updated 17 hours ago)
Sometimes we need to show a message depending on the value (or blanks) of the fields in Client side (faster), and later call to OnClick event (server side) to save into datebase. For example if our datePicker or texbox is null or empty. We can do it with get_selectedDate (in case of datepicker) with
  (0 votes) by Víctor Sumozas (updated 17 hours ago)
When you need to validate a comboBox in your aspx you need to use the InitialValue property in order to ignore this first item by default when the RequiredFieldValidator is going to validate it. Here is an example of that:   You will need to load your dropDown in C# server side, with an objectDataSo
  (0 votes) by Ivan Krivyakov (updated 17 hours ago)
Often when I download files from the Internet I need to verify the checksum. That is, calculate actual checksum of the file and make sure it matches the expected value. I used checksum calculator from Codeplex (checksum.codeplex.com), but I could not make it to compare checksums for me; -c option si
  (0 votes) by Member 11207906 (updated 3 hours ago)
Apparently 10 wasn’t enough. Thanks to some great feedback on my last post you guys forced me to add 5 more questions. I really wanted to keep the count below 10 but it hard to argue against the wisdom of the crowd. So lets get right to it… Am I learning the right things? I […]The post 5

Web Security

  (0 votes) by Member 11207906 (updated 16 hours ago)
The Google IO 2014 conference was held on 25th and 26th June. This year there was quite a lot on offer for web developers. In this post I collect 7 videos you that cover research findings on mobile web usability, google’s new unified design philosophy (Material design), a library called Polymer to h
  (0 votes) by Member 11207906 (updated 16 hours ago)
Learning how to become a web developer takes time. There is a tremendous amount of information that you need to understand before you can call yourself a web developer. Luckily there is no shortage of freely available information on the internet. I have collected a few videos that I think every web
  (0 votes) by Member 11207906 (updated 3 hours ago)
So you have mastered the basics and want to tackle larger projects? Once you have mastered the basics it’s time to take your skill set as a web developer to the next level.  The techniques and tools we discuss today will help you handle much more complex projects. In part 1 of our series on [&

Web Services

  (1 votes) by sandeep12jain (updated 12 hours ago)
WCF Restful Service Authentication without SSL Certificate

Windows 8 Design

  (0 votes) by meghana-rao (updated 9 hours ago)
In this article, we highlight some of the key changes that you can expect to see in the Intel RealSense SDK.
  (0 votes) by Maxim_Shevtsov (updated 9 hours ago)
This article is an overview of the OpenCL support provided in System Analyzer and Platform Analyzer on the Windows* OS
  (0 votes) by Doraisamy Ganeshkumar (updated 9 hours ago)
In this article, we focus on the importance of developing games for 2 in 1 form factors and improved user interface experience

Windows Runtime

  (0 votes) by praveen_kundurthy (updated 9 hours ago)
This paper presents four guidelines that can help guide software developers as they design applications that encourage touch interaction and deliver a memorable user experience on Intel® processor-based pAIOs.
  (0 votes) by meghana-rao (updated 9 hours ago)
Learn cutting edge UX from our world-class, featured expert, Luke Wroblewski and unlock the incredible capabilities, opportunities and user experiences that 2 in 1 devices can deliver.
  (0 votes) by Stevan Rogers (updated 9 hours ago)
Dynamically adapting your UI to 2 in 1 configuration changes

You may also like...

Research Library

Updated Articles, Tech Blogs and Tips

Algorithms & Recipes

  (61 votes) by John D. Cook (updated 9 hours ago)
Some of the subtle problems that can arise when working with random number generators

ASP.NET

  (35 votes) by John Atten (updated 18 hours ago)
On March 20, 2014, the ASP.NET team released the RTM version 2.0 of the new Identity framework. The new release brings with it some long-awaited new features, and marks a substantial expansion of the security and authorization capabilities available to ASP.NET applications of all types. The ASP.NE
  (25 votes) by John Atten (updated 17 hours ago)
The ASP.NET Identity team released the Identity 2.0 framework RTM back in march. The new release contained significant additions to the functionality found in the original 1.0 release, and introduced some breaking changes as well. In a previous post, we took a high-level look at how Identity 2.0 w
  (8 votes) by John Atten (updated 18 hours ago)
In recent posts, I've covered a lot of ground using ASP.NET Identity 2.0 in the context of an MVC application. Since it's RTM in March of this year, Identity 2.0 has offered a substantial expansion of the Authentication/Authorization . toolset available to MVC applications. Similarly, Identity 2.0

C / C++ Language

  (7 votes) by MrMikeJJ (updated 16 hours ago)
Designed to take XML and make it easy to read, by adding appropriate line breaks and tab indentation.

C#

  (70 votes) by Mahsa Hassankashi (updated 11 hours ago)
This article is one of the first source that collect all of data structure from Array, IQueryable, IEnumerable and compares these ones clearly.
  (10 votes) by Nicolas Dorier (updated 14 hours ago)
Build all transactions with the TransactionBuilder : P2SH, P2PK, P2PKH, Multi Sig, Stealth, Colored Coins

Edit Controls

  (23 votes) by Nowaki (updated 16 hours ago)
Shows the entire process of creating a full-fledged NumericUpDown control in WPF.

Programming Tips

  (58 votes) by Duncan Edwards Jones (updated 15 hours ago)
7 tips to make you a better citizen in the developer community.