Chủ Nhật, 18 tháng 10, 2015

The Daily Build - 19 Oct 2015. Web API Thoughts 1 of 3 - Data Streaming

The Daily Build - 19 Oct 2015. Web API Thoughts 1 of 3 - Data Streaming

Smartwatch contest

Our Smartwatch contest has ended and judging has begun. We'll keep it short and sweet and will announce the winners next Monday morning. All articles posted in our Wearables section.

Welcome back Kent!

Filling the boots of the man behind the Daily Insider is an impossible task. We know because we tried. It's great having you back, Kent, and we promise that padlock on your door is merely decorative.

Click here Love JIRA, Bitbucket, Confluence, or HipChat? Come make them better at our add-on hackathon.
Everyone that signs up for Codegeist will get $75 in AWS hosting credit and an awesome t-shirt. And, winners get cash prizes! Register Today
Click here Web Audio Just Got Better!
Dolby Audio is now supported through Microsoft Edge on Window 10 PCs and tablets. Websites will now be able to support Dolby Audio as a premium Sound experience. Listen to the difference Dolby can make in your website.
Click here [Webinars] Keep Up With the Latest Technologies
Join the LearnNowOnline experts for webinars covering the latest technologies and versions! Register for upcoming live events, or watch over 100 events on-demand for OWASP, Ethical Hacking, Visual Studio 2015, and more. Learn more

New Articles, Tech Blogs and Tips

Android

  (1 votes) by newton.saber (updated 2 days ago))
Is your AVD (Android Virtual Device) just spinning and you don't know what it's doing? Use ADB

ASP.NET

  (3 votes) by Fiyaz Hasan (updated 2 days ago))
Creating local server farm with IIS to test out Redis session storing functionality in a ASP.NET web application.
  (1 votes) by Vijay Rana AON (updated 14 hours ago))
Retrieve value from database and bind to gridview
  (1 votes) by Arkadeep De (updated 2 days ago))
How to get currency format using Google in ASP.NET

C / C++ Language

  (13 votes) by zidane168 (updated yesterday))
This topic focuses on what is the difference between SendMessage and PostMessage and how to use them?

C#

  (4 votes) by Andy Feng (updated 2 days ago))
The article introduces a complete C# solution to grab Html data through POST request from remote server and extract fields from the Html source through parsing its DOM structure.
  (3 votes) by Arkadeep De (updated 2 days ago))
Access modifiers in C#.NET with examples

Client side scripting

  (0 votes) by David Rousset (updated 2 days ago))
In this article, I'll show you how to test your WebGL experiences on these very fast Android emulators.
  (0 votes) by Jose Cintra (updated yesterday))
Tips for creating mathematical cross-platform applications in JavaScript and display formulas and other content with MathJax and JQuery Mobile.

Database

  (2 votes) by Shyam S Singh (updated yesterday))
This is a simple tip to describe the GROUP BY clause and when we use this in our SQL statements with and without using HAVING clause.
  (1 votes) by Rou1997 (updated 21 hours ago))
Getting Started . . . Setup SQL Server . . . Use It Directly & via EF . . . Select | Insert | Delete | Update Data . . . Designing EDMX Models . . .

Design and Architecture

  (3 votes) by Volkan Paksoy (updated 2 days ago))
I recently developed a toy project called Rareburg article feed generator. It basically gets the articles from Rareburg.com (a marketplace for collectors) and creates an RSS feed. One challenge I had was picking the feed formatter class (RSS vs Atom). I utilised Factory Method design pattern to solv

Java

  (0 votes) by Arkadeep De (updated 21 hours ago))
How to  highlight your search results instantly from your web page. As its more like searching an element or a phrase of word in your page or selected section. We will use Java Script to do this. Lets do how to do this.Open any of those text editor you used. Write down your code or html to design yo

Miscellaneous

  (3 votes) by Michael Chourdakis (updated yesterday))
A simple template for manipulating the registry

Online Javascript Tools

  (0 votes) by Sander Rossel (updated 14 hours ago))
Always wondered about that prototype thing in JavaScript? It's not as hard as you'd think...The post Prototype in JavaScript appeared first on Sander's bits.

Other .NET Languages

  (0 votes) by morzel (updated 2 days ago))
INTROLast five posts (1, 2, 3, 4, 5) were all about fun stuff with Arduino. Now it’s time for something more mundane ;) In this post I will show you how to create TeamCity build that automatically sets version information in all assemblies produced by ASP.NET application. It's nothing new but

Product Showcase

  (0 votes) by dtSearch Corp. (updated 2 days ago))
The article brings together the Microsoft Azure Cloud with dtSearch to enable secure hosting of terabytes of a broad spectrum of data types combined with instant dtSearch search access from nearly any computer or device.
  (0 votes) by Intel Corporation (updated 2 days ago))
All IoT solutions start with a simple prototype
  (0 votes) by Intel Corporation (updated 2 days ago))
There are a variety of manufacturers that have designs based on several industry verticals. But it still comes down to, how do I choose the right one?
  (0 votes) by Intel Corporation (updated 2 days ago))
There is a concept called Path to Product. You can imagine that if you have a rocky path to building a product that you will face a variety of obstacles in trying to reach a functional prototype phase in your product development. Intel® IoT Commercial Developer Kit helps provide a smoother road.

Programming Tips

  (2 votes) by Anton Angelov (updated 9 hours ago))
Explore the usage of Specification-based Test Design Techniques to enhance your unit tests. Practical examples how to use boundary values and partitions.

Reviews on Third Party Products and Tools

  (1 votes) by Anuraj Parameswaran (updated 2 days ago))
dnx-watch - A no-compile Developer Experience

Uncategorised Technical Blogs

  (1 votes) by matthewproctor (updated 14 hours ago))
Introduction: My personal mailbox, with emails going back to the late 90's, is full of old attachments that bloat the PST file, but aren't really needed. The PST file, with attachments, is around 40Gb now.I decided to write a simple C# console app to extract them to reduce the size of my PST file.
  (1 votes) by Rob Kraft (updated 16 hours ago))
Use constants for values that don't change
  (0 votes) by Leonid Ganeline (updated 2 days ago))
Originally posted on: http://blog.shaunxu.me/LeonidGaneline/archive/2015/05/06/serializers-in-.net.-v.2.aspx[v.2.9.0 2015-08-19] I've decided to keep live the first version of this post. It is interesting how tests evolve and how results change. V.1.0.10 see here. The v.2 was inspired by OniBait,
  (0 votes) by Leonid Ganeline (updated 2 days ago))
Originally posted on: http://blog.shaunxu.me/LeonidGaneline/archive/2015/02/26/serializers-in-.net.aspxThis post is obsolete and kept only for sentimental reasons :)Please go to the v.2 of this article.The project code is on GitHub. Any distributed system requires serializing to transfer data throu
  (0 votes) by Leonid Ganeline (updated 2 days ago))
Originally posted on: http://blog.shaunxu.me/LeonidGaneline/archive/2014/07/15/nservicebus-vs.-masstransit.aspxI have got an interesting request to compare and choose the right integration technology for one of my customer. By the end of the day the technologies were limited by NServiceBus and Mass
  (0 votes) by Sacha Barber (updated yesterday))
Scala properties/classes

Wearables

  (9 votes) by ridoy (updated 2 days ago))
A brief explanation of application development for Android Wear, helpful for every beginner and intermediate android developer.
  (4 votes) by Pooja Baraskar (updated yesterday))
Intel Edison is small enough to use as a wearable, so why not we make a smart watch with Edison.
  (2 votes) by maq_rohit (updated yesterday))
The Seahawk- 12's watch for Android wearable
  (1 votes) by Afzaal Ahmad Zeeshan (updated 2 days ago))
This article enlists a few of the things that you must consider while writing the applications for smartwatches.
  (1 votes) by Ranjan.D (updated 2 days ago))
It's all about Android Wear Demo App "TodayMenu" implementation
  (1 votes) by Ranjan.D (updated 2 days ago))
This article is all about having an understanding about Android Wearable UI Components.
  (1 votes) by Ranjan.D (updated 2 days ago))
It's all about Android Wear Watch Face development. You will be learning how to develop a custom watch face service.
  (0 votes) by Ranjan.D (updated 2 days ago))
Let us discuss about Android Wear Notification and learn with example on how to build and show notifications on wearables

Web Services

  (1 votes) by Bert O Neill (updated 2 days ago))
Validate your Restful Service Methods using SoapUI (which can then be integrated into TFS build CI)

Windows Presentation Foundation

  (1 votes) by Steve Naidamast (updated 2 days ago))
By now most .NET developers who are developing with Microsoft's "Windows Presentation Foundation" or WPF are familiar with Xceed Software's popular and freely available suite of additional WPF controls. One of the more confusing ones to work with is the "Busy Indicator" control, which many developer

Updated Articles, Tech Blogs and Tips

ASP.NET

  (88 votes) by Wonde Tadesse (updated 14 hours ago))
ASP.NET Web API related projects. It touches most parts of the technology through the articles on Data Streaming, Working with HTTPS and Extending Web API Documentation.

C#

  (36 votes) by Mike Barthold (updated 2 days ago))
Easier than MemoryCache, less distraction

Không có nhận xét nào:

Đăng nhận xét