2015년 2월 17일 화요일

The Daily Build - 17 Feb 2015. YouTube™ Embedded Video Player: Extended API (C#)


CodeProject Weekly Newsletter 
CodeProject Weekly Newsletter
Tuesday, February 17, 2015

New Articles, Tech Blogs and Tips

.NET Framework

  (0 votes) by Thomas Maierhofer (Tom) (updated yesterday)
Download Source Code: TwitterWorkflowElementsSample.zipCrawling or sending multiple requests to social media service APIs must often handle with API quotas or limits. Most of the time this data needs further processing and therefore a complex processing logic. For example Twitter where short URLs ar

ASP.NET

  (2 votes) by Robert Vandenberg Huang (updated yesterday)
A example project about how to "manually" control HTTP caching in Web API.
  (2 votes) by John Atten (updated 20 hours ago)
Identity is fully compatible with the OWIN Authorization model, and when used in this manner, represents a very useful, ready-to go concrete implementation. But we can perhaps better understand the structure of OWIN authorization, and application security in general, if we start with simple concepts
  (1 votes) by Adi_ (updated yesterday)
Javascript testing using Jasmine & Chutzpah in Visual Studio.

C#

  (5 votes) by D. Christian Ohle (updated yesterday)
New Rational class to solve epsilon and robustness problems especially for graphics algorithms.

Database

  (1 votes) by Bohdan Stupak (updated yesterday)
This tip shows some primary issue which puts serious limitation on SQL Server MONEY data type

DirectX

  (1 votes) by bigbro_1985 (updated yesterday)
A Simplified Joystick Interface utilizing DirectX, which can be used for a quick interface to control various ROVs or Robotic platforms.

Game Development

  (8 votes) by Vahe Karamian (updated yesterday)
The first article in a series to discuss Unity 3D and how to get started with your own 3D projects.
  (4 votes) by Sergey Alexandrovich Kryukov (updated yesterday)
Derived work: customizable Tetris with pure HTML + JavaScript + Canvas, using strict mode, complete with help and all classic Tetris operations
  (4 votes) by Vahe Karamian (updated yesterday)
The second article in a series to discuss Unity 3D and how to get started with your own 3D projects.

Mobile Development

  (0 votes) by PS_007 (updated yesterday)
Are you facing Issues on mobile device debugging? Try this and debug site on mobile.

SQL Reporting Services

  (2 votes) by Ronnie Mukherjee (updated yesterday)
Most people in software agree that unit testing is a good thing. It is certainly one of the biggest developments in the way we code to occur in the last 20 years. Whether you unit test or not, you probably acknowledge the benefits of unit testing. On some projects I follow a TDD approach, on …

Uncategorised Technical Blogs

  (3 votes) by Elliot Balynn (updated yesterday)
In the current version of .NET you cannot use await in the catch or the finally clauses of await methods.
  (1 votes) by ashish__shukla (updated 16 hours ago)
The post Beginning AngularJS appeared first on codecompiled .When developing web applications HTML is the main markup language irrespective of other web development technologies such as ASP.NET .HTML is a declarative language designed for describing the documents which can be rendered byThe post B
  (1 votes) by Shahriar Iqbal Chowdhury/Galib (updated 15 hours ago)
Background IIS with PHP is not new now days, there is lots of business needs that requires php applications need to host in IIS. Recent times PHP improved a lots in terms of integrating to IIS.Still few times few things fall apart, like the problem we are going to illustrate. Problem For a recent pr
  (1 votes) by Eric Z (Jing) (updated 15 hours ago)
As a professional C++ developer, most people won’t trouble themselves writing something stupid like f(++i, i, i++). This is because the order of evaluation of arguments in a function call is unspecified. Although I am aware of this rule, I’m trapped today, … Continue reading &#8594
  (0 votes) by Elliot Balynn (updated yesterday)
The automatic mechanism cannot be deterministic, because it must rely on on the GC to discover whether the object is referenced or not. At times this behaviour is a show stopper. because temporary “resource leaks” or holding a shared resource locked for slightly longer than necessary mig
  (0 votes) by Elliot Balynn (updated yesterday)
ConventionTests is an open source library that allows us to augment our existing tests and check that the code we write meets certain conventions, hence the name. An example of a convention tests could be checking that all classes with a certain naming convention are always defined in the correct na
  (0 votes) by Ronnie Mukherjee (updated yesterday)
A couple of weeks ago, in a post about sql unit testing, I mentioned that there are now several feature-rich JavaScript unit testing frameworks available. Perhaps the most popular, given its association with Angular, is Jasmine. Jasmine’s main selling points (although it is free!), are described on

Web Security

  (2 votes) by Taiseer Joudeh (updated 13 hours ago)
Part 3: Tutorial shows how to implement OAuth JSON Web Tokens Authentication (JWT) using ASP.NET Web API 2.2 and ASP.NET Identity 2.1

Windows API

  (3 votes) by Michael Chourdakis (updated yesterday)
The ability to compress/decompress data in Win32

Windows Phone 7/8

  (3 votes) by Nandakishore G N (updated yesterday)
Send and receive XMPP messages in Windows phone 8

Work Issues

  (0 votes) by Ronnie Mukherjee (updated yesterday)
The natural planning model

XML

  (0 votes) by RemcoReitsma (updated yesterday)
This tip shows how you can add an XSD schema in Visual Studio to enable XML intellisense.
  (0 votes) by Keyhole Software (updated 12 hours ago)
The XML document format, created in 1996, is still widely used to facilitate communication between disparate systems (though for certain implementations is somewhat being replaced by JSON). As a Java developer, I generally interface with data in an XML document via a DOM parser, but there are occasi
  (0 votes) by Rion Williams (updated 12 hours ago)
Configuration files within ASP.NET applications can often seem a bit convoluted. Sections strewn all over the place, settings with nothing but strings everywhere and last but certainly not least, it’s all in XML. While this can be just fine for most scenarios, some developers may want or need

You may also like...

Research Library

Sponsored by Rogue Wave
Up to 80% of the source code in many new commercial and enterprise applications is open source software (OSS). OSS allows developers to build apps...

Updated Articles, Tech Blogs and Tips

ASP.NET

  (14 votes) by Sandeep Singh Shekhawat (updated yesterday)
This article explains routing in MVC. How a route is executed by the routing engine and how to define a route for a URL.

ASP.NET Controls

  (10 votes) by DrABELL (updated yesterday)
Novel HTML5/CSS3 features simplify alternate rows styling in GridView, DetailsView, and other tables.
  (6 votes) by DrABELL (updated yesterday)
DropDownList Data Binding to Array (1D/2D), Enum and Dictionary objects in .NET

Charts, Graphs and Images

  (17 votes) by DrABELL (updated yesterday)
YouTube™ video player API provides variety of customization features (ASP.NET, C#)

Client side scripting

  (3 votes) by DrABELL (updated yesterday)
Essentially the same code snippet with just a little bit cleaner and more efficient code1. setTimeout() is replaced with setInterval() function2. The interval is correctly set to 333 msec to produce 3 updates per second as specifiedRelated application (as FYI): Inflation...

Database

  (13 votes) by Sacha Barber (updated yesterday)
A look at how to unit test code that makes use of Repository vs using raw Entity Framework, where we will do this using mocks/test doubles

HTML / CSS

  (13 votes) by DrABELL (updated 17 hours ago)
Scientific Calculator ZENO-5000: HTML 5, CSS 3 and client-side jQuery/JavaScript

Office Development

  (3 votes) by DrABELL (updated 19 hours ago)
Statistical Outliers detection in Microsoft Excel worksheet using Median() and array formula

Silverlight

  (4 votes) by DrABELL (updated 16 hours ago)
Silverlight™ (2.0/3.0/4.0) Video Player with programmable UI settings and media items (ASP.NET 2.0/3.5, C#)

Tablets and All-in-Ones

  (5 votes) by DrABELL (updated 21 hours ago)
Her Most Significant Bit™ NY-2013, All-in-One/Win8 (AIC-2013 FINALIST app)

댓글 없음:

댓글 쓰기