2015년 1월 21일 수요일

The Daily Build - 21 Jan 2015. ToDoList 6.9.3 - An effective and flexible way to keep on top of your tasks


CodeProject Weekly Newsletter 
CodeProject Weekly Newsletter
Wednesday, January 21, 2015
Click hereDownload 100+ WinForms Controls
Infragistics Windows Forms is the most mature, fully-featured Windows Forms product on the market. 
Click hereNew 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

New Articles, Tech Blogs and Tips

Android

  (1 votes) by Android on Intel (updated 20 hours ago)
This tutorial shows how to use two powerful features of OpenCL™ 2.0: enqueue_kernel functions that allow you to enqueue kernels from the device and work_group_scan_exclusive_add and work_group_scan_inclusive_add
  (1 votes) by Android on Intel (updated 20 hours ago)
This sample demonstrates the use of the extension GL_INTEL_fragment_shader_ordering, which is written against the OpenGL* 4.4 core profile and GLES 3.1 specifications.
  (0 votes) by Android on Intel (updated 20 hours ago)
Android* Texture Compression - a comparison study with code sample
  (0 votes) by Android on Intel (updated 20 hours ago)
64-bit Android* and Android Run Time
  (0 votes) by Android on Intel (updated 20 hours ago)
This tutorial will guide you through writing a native “Hello World” Android* app in Visual Studio* through the IDE Integration feature of Intel® INDE 2015.
  (0 votes) by Android on Intel (updated 20 hours ago)
In this note, we discuss how to obtain similar performance data for the Android* operating system.

ASP.NET

  (54 votes) by syed shanu (updated yesterday)
Insert select update delete in asp.net with Simple Login
  (0 votes) by Tim Cadenbach (updated yesterday)
Using Razor for SPA View´s

C / C++ Language

  (1 votes) by Frankie-C (updated yesterday)
Safehandles is a library for management of data structure using robust and safe handles.

C#

  (32 votes) by syed shanu (updated yesterday)
Nested or Master Detail or Hierarchical DataGridView for winforms
  (2 votes) by Syed Ubaid Ali Jafri (updated yesterday)
Non Printing Characters are invalid when placing it in URL field. These characters may include &, ^, % signs, etc. most Web Platforms somehow have ways to encode and decode this escaped format. This program is design to develop a Logic for Encoding and Decoding the URL, IP Address and HTML Attribute

Client side scripting

  (0 votes) by Keyhole Software (updated yesterday)
After I began programming, I started noticing that some of the things I was doing on my computer at home were repetitive and could be automated to save time and effort. Unfortunately my first language was C++, which doesn’t exactly lend itself well to that kind of work. I discovered that certain scr
  (0 votes) by Michael Collins - Intervalia (updated 20 hours ago)
The directive iv-on-cmd can be used to simplify handling Angular click events.

Content Management Server

  (0 votes) by Sean Hart (updated yesterday)
Starting with Team Foundation System 2010, the engine running build definitions went through an overhaul. Gone away is the MSBuild-based build script. Here to stay (presumably) is a WF/XAML-backed definition. When I first encountered this change, my reaction was an irrational one. I had put a lot of

Design and Architecture

  (1 votes) by SneakyPeet (updated yesterday)
Introduction To Practical Domain Driven Design

General Graphics

  (2 votes) by charles922 (updated 22 hours ago)
3D programming with OpenGl and C# to create an interactive puzzle

Hardware & System

  (1 votes) by Jake Drew (updated yesterday)
What makes a computer blistering fast?  The answer really depends on what you want to do with it and can even be quite complex depending on your requirements.  Take for instance bitcoin mining.  Custom bitcoin mining rigs can appear very unusual since many prefer to use graphics cards for the bulk o

Internet / Network

  (3 votes) by matthewproctor (updated yesterday)
.nw { white-space: nowrap; } .mytable td, th { border: 1px solid #808080; } .myalttable tr:nth-child(even) { background: #e9e8e8; } .myalttable tr:nth-child(odd) { background: #FFF; } Wikipedia, the source of sometimes-accurate knowledge, defin

Java

  (0 votes) by mrcellux (updated yesterday)
In OO programming duck typing means an object is defined by what it can do, not by what it is. A statement calling a method on an object does not rely on the declared type of an object, only that the object must implement the method called. This concept is a form of inductive reasoning: "when I see

Microsoft BizTalk Server

  (0 votes) by matthewproctor (updated yesterday)
As I travel quite frequently, managing my person mail on a legacy POP3/IMAP based mail server has always proven to be frustrating and inefficient.Long are the days I ve dreamed of not having to use the dreaded  leave on server   option, and having to wait for all my various devices to download

Office Development

  (2 votes) by matthewproctor (updated yesterday)
 It seems that almost every day, somebody asks me which is better   Lync Online / Office 365 or a cloud-based hosted version, such as that offered by telewebica.Obviously Lync Online and Office 365 are cloud-based solutions, but they are built for the masses   primarily the SMB/SME market. They

Other .NET Languages

  (0 votes) by matthewproctor (updated yesterday)
Today I found myself writing code to review the validity of the many, err, dozens of domain names that I oversee.  I wanted to incorporate this into my personal intranet site, written inASP.NET using the 4.5RC framework.The task was to validate whether a domain name was correctly delegated, wi

Programming Tips

  (2 votes) by bitzblitz (updated 22 hours ago)
A way to manage Website settings in a web farm environment
  (1 votes) by Martin Ton (updated 22 hours ago)
Print an attachment to Zebra printer

Reviews on Third Party Products and Tools

  (0 votes) by mrcellux (updated yesterday)
Writing Good Unit Tests plays an important, proven role in improving and maintaining code quality and productivity. Still, quite many developers vote against it. Based on experience (have tried it and failed) or haven't even considered trying it in the first place. Probably for good reasons, but I f

Shell and IE programming

  (0 votes) by Codeman the Barbarian (updated yesterday)
In my previous post I covered the basics of getting started with the Netduino development platform. The post covered getting the environment setup and our first program was created, blinking the on board LED. All of the code in the first example was inserted into the Main method. In this second part
  (0 votes) by Codeman the Barbarian (updated yesterday)
I have always had an interest in hobby electronics and, ever since I can remember, I have always taken things apart just to see how they work. In the early 1990’s the BASIC Stamp processor was available to electronic hobby enthusiasts. Since 2005, there have been some additions providing a a wider s

Site & Server Management

  (0 votes) by matthewproctor (updated yesterday)
(also known as Monitoring Lync with Open Source Tools)Microsoft s Lync Server 2013 includes a number of reporting options, however they are server-focused and don't lend themselves well to external queries.Many network telecommunications providers and technology organisations use MRTG and RRD t

Testing and QA

  (0 votes) by mrcellux (updated yesterday)
I've never paid much attention on what mocking framework I use. I've used EasyMock and JMock, I observed no big difference between the two really. Recently I started to change some existing JMock unit tests to use Mockito instead. It seemed to have a more elegant interface, and it turned out this ha

Uncategorised Technical Blogs

  (4 votes) by Hideous Humpback Freak (updated yesterday)
I’ve recently talked to several experienced developers that struggle with the async/await keywords introduced in .NET 4.5. There are literally hundred of good articles out there on the topic; however, they continue to struggle with two misconceptions. The first is that the async keyword is just anot
  (1 votes) by mrcellux (updated yesterday)
Style has an important role when it comes to writing clean, readable code. Conforming to conventions and best practices is a good starting point. In addition to that there is still plenty of room for choice, which depends greatly on the level of the developer and personal preferences.There is a very
  (1 votes) by mrcellux (updated yesterday)
Reading and signing the Manifesto of Software Craftsmanship is a piece of cake, but how can one actually get there? Continuous learning is key to achieve excellence in any kind of discipline. How can that be practiced efficiently? A common way of looking at the matter is: as one gets more practice,
  (0 votes) by matthewproctor (updated yesterday)
More than 150,000 administrators rely on PRTG Network Monitor every day to monitor their LANs, WANs, servers, websites, appliances, URLs, and more - now they can easily send notifications via Lync using Lync Agent. PRTG includes a flexible notification system that lets you select from
  (0 votes) by matthewproctor (updated yesterday)
 Ok, maybe not only Zork for Lync specifically, but a Z-Machine interpreter for Microsoft s Lync platform.But first, a little history Back in the 1970 s, Joel Berez and Mark Blanc created the Z-Machine, the virtual machine used by games company Infocom to deliver its text adventure games, such
  (0 votes) by Nikola Breznjak (updated yesterday)
Followed this official tutorial, my own version on GitHub, and you can see it in action here (WSAD to move, mouse click to shoot). Create a new 2D project, download and import the assets from https://www.assetstore.unity3d.com/en/#!/content/13866 Save a scene in _Scenes folder and name it Main File
  (0 votes) by Nikola Breznjak (updated yesterday)
Followed this official tutorial, my own version on GitHub, and you can see it in action here (WSAD to move, mouse click to shoot). Steps on how to create this: Create a new 3D project Save the scene as Main Create -> 3D object -> Plane Create -> 3D object -> Cube Add Component -> Physics -> Box coll
  (0 votes) by Nikola Breznjak (updated yesterday)
Followed this official tutorial, my own version on GitHub, and you can see it in action here (click the cube to see the effect). Steps on how to make this: Create a new 3D project Save the scene as Level0 Create -> 3D object -> Cube Create -> Light -> Directional light Save this scene and create a [
  (0 votes) by Nikola Breznjak (updated yesterday)
I followed these two blog posts: post #1 and post #2, and updated it for the use with Unity 4.5 and added the counters for number of bullets fired and number of rocks generated and showed the precision efficiency. You can try my version, or you can download the project on GitHub. Following are the [
  (0 votes) by Nikola Breznjak (updated yesterday)
I followed http://unity3d.com/learn/tutorials/projects/roll-a-ball, and updated the steps for the newest Unity3D currently available (4.5). You can try the game and download the project on GitHub. Create a new 3D project and save a scene in a Assets/Scenes folder Game object – 3d object &#8211
  (0 votes) by mrcellux (updated yesterday)
Stumbled upon the following piece of code today:if (checkTimeExpired(order.getCreated(), min)) { if (mailReports != null && mailReports.contains(order.getSessionId())) { return false; } else { return true; }} else { return false;}It does something simple but looks ugly and obscure. Half of th

Windows Phone 7/8

  (1 votes) by matthewproctor (updated yesterday)
History of BoloBolo was a video game released on the Apple II computers in 1982 by Synergistic Software, partly inspired by an earlier novel, Bolo: Annals of the Dinochrome Brigade, which features self-aware, intelligent tanks.This interpretationAs part of my experiments with the Windows Phone
  (0 votes) by matthewproctor (updated 23 hours ago)
An overview of developing a basic application on Windows Phone 7.5Having recently acquired a Nokia Lumia 800, natively a Windows 7.5 Phone to use whilst in the United States, I decided it was time to see how easy (or hard) it would be to build a quick app, and break out of the world of the web

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

Applications & Tools

  (2168 votes) by .dan.g. (updated yesterday)
A hierarchical task manager with native XML support for custom reporting.

ASP.NET


댓글 없음:

댓글 쓰기