Chủ Nhật, 20 tháng 9, 2015

The Daily Build - 21 Sep 2015. Learning Modern OpenGL

The Daily Build - 21 Sep 2015. Learning Modern OpenGL

The CodeProject Smartwatch Article Contest

Our new Smartwatch contest started last Wednesday and you have less than a month to get your entry in. Win the watch of your choice for teaching others how to tackle this evolving form-factor.

Contest ends October 16th 2015. View the CodeProject Smartwatch Article Contest details here.

Click here Have you got SQL fingers?
Try SQL Prompt and you'll be able to write, refactor, and reformat SQL effortlessly. An add-in for SQL Server Management Studio and Visual Studio, it strips away the repetition of coding. Version 7 offers more invaluable features and a host of new snippets. Try it today.
Click here Develop iOS & Android Apps on Windows
Using the Xamarin platform and Telerik UI for Xamarin, applications are written entirely in C#, sharing the same code on all platforms, eliminating the need to transition to other coding languages or even development IDEs. Find out more!
Click here Create Smart Code—Smarter
Seize the opportunity. Get efficient & reliable system & embedded software applications to market faster. Intel® System Studio Connect me to my future

New Articles, Tech Blogs and Tips

.NET Framework

  (0 votes) by Anuraj Parameswaran (updated yesterday))
Long back I wrote some posts about implementing captcha in ASP.NET MVC. This post is about implementing captcha in ASP.NET5 MVC 6. How it works – while loading the page, captcha tag helper displays an image, and set a hidden field in the page with an encrypted value. Once users submits the pag

Algorithms & Recipes

  (4 votes) by Marc Clifton (updated 2 days ago))
Use Semantic Native Types for Even Stronger Typing

Android

  (2 votes) by Val Okafor (updated 3 days ago))
In this post, I will cover the fundamentals of Android SQLite from a beginners perspective. In the next post I will provide a similar introduction to Content Provider and in the last part of the series I will show how to use Android SQLite and Content Provider to build a Note taking app. To benefit

Applications & Tools

  (1 votes) by Stas Wolski (updated 2 days ago))
Detailed description of how to use Gantt Chart in the MeteorJS based applications
  (1 votes) by B. Clay Shannon (updated 13 hours ago))
A super-terse reference to tools needed to create Isomorphic JavaScript web apps

ASP

  (2 votes) by Anuraj Parameswaran (updated 2 days ago))
This is post is about integrating Google reCaptcha for ASP.NET 5. To use reCaptcha in your website, you need to register in the reCaptcha website. You need to provide the label, domain name and email address of the owners. Once it is completed, you will get a screen like this. From this screen you c
  (2 votes) by Anuraj Parameswaran (updated 14 hours ago))
Few days back I wrote a post on ASP.NET 5 Tag Helpers, this post is about building your own tag helper. As the first step you need to inherit from TagHelper class, which is available in “Microsoft.AspNet.Razor.Runtime.TagHelpers” namespace. TagHelper is an abstract class and contains vir
  (0 votes) by Anuraj Parameswaran (updated yesterday))
Today in ASP.NET forums I found one question about implementing Exel export from ASP.NET5 / MVC 6. So I thought I will implement and share the code. So this post is about implementing excel export using Open XML SDK in ASP.NET 5. The question is about Excel export using Office Interop, as it is not
  (0 votes) by Anuraj Parameswaran (updated 3 hours ago))
This post is about getting code coverage of ASP.NET 5 using Opencover. In computer science, code coverage is a measure used to describe the degree to which the source code of a program is tested by a particular test suite. A program with high code coverage has been more thoroughly tested and has a l

ASP.NET

  (10 votes) by Vijay Rana AON (updated yesterday))
Signal R Message Logging Application
  (2 votes) by Dileep Ashok (updated 14 hours ago))
  (2 votes) by Spencer Kittleson (updated yesterday))
Text-to-speech in a ASP.NET MVC website. This will make a website generate a text-to-speech Mp3, then stream it for a browser client.
  (0 votes) by Kurt Friedrich (updated yesterday))
I wanted to use MySQL as the database to hold code first models with ASP MVC.

C / C++ Language

  (0 votes) by john morrison leon (updated 2 days ago))
Eliminate your existing dangling pointer vulnerabilities and make more liberal use of trouble free observing references in your designs.
  (0 votes) by schollii (updated yesterday))
Classes that provide simple Pythonic enumeration of STL container items using range-for loop in C++11
  (0 votes) by Shvetsov Evgeniy (updated 2 days ago))
Type tricks (above described and other)

C#

  (3 votes) by Paulo Zemek (updated 3 days ago))
Simply put, the this variable is not a smart pointer.
  (1 votes) by Shibasis Sengupta (updated 13 hours ago))
A software which provides user the option to create and send meeting minutes using template, mark attendees, create next followup meeting , assign tasks to people - all from a single consolidated screen.
  (0 votes) by Khairy Mohammed (updated 9 hours ago))
How to run multi commands on Cmd on One process and once and Sync .

Client side scripting

  (0 votes) by Sander Rossel (updated 3 hours ago))
The last in a series on MEAN web development.The post MEAN web development #9: Some last remarks appeared first on Sander's bits.

Content Management Server

  (0 votes) by Val Okafor (updated yesterday))
In this post I will provide a tutorial for Android Content Provider targeted at new Android developers. This post is a continuation of my post on SQLite. In that post I ended with a SQLite database created with one table. In this tutorial I will show how to implement CRUD operations (create, read, u

Database

  (2 votes) by Mika Wendelius (updated 2 days ago))
This tip shows how to calculate a difference between two datetime values and to express the difference in years, days, hours, minutes and so on.
  (0 votes) by m_kramar (updated yesterday))
Splitting CLOB fields in Oracle is more tricky than VARCHAR2. I found a couple of implementations online, but all of them were reading data line-by-line which is slow. My version reads big chunks (32K) and then splits them.

Edit Controls

  (0 votes) by Dmitriy Kozlov (updated 2 days ago))
Forms Designer has just gotten a new feature: the related items control is now able to do inline spreadsheet-style quick editing. This feature is supported in SharePoint 2013 and SharePoint Online in Office 365. It looks like this: This mode is available when the render mode of the control is set t

Google Cloud Platform

  (0 votes) by Tarun_Arora (updated yesterday))
Originally posted on: http://staffofgeeks.net/TarunArora/archive/2013/06/30/cloud-based-load-testing-using-tf-service-amp-vs-2013.aspx One of the new features announced as part of the Visual Studio 2013 Ultimate Preview is 'Cloud Based Load Testing'. In this blog post I'll walk you through, Wha

Installation

  (0 votes) by Vyacheslav Voronenko (updated 13 hours ago))
Store deployment credentials in secure way by Harshicorp Vault (authors of the Vagrant tool)

IoT on Azure

  (0 votes) by Anuraj Parameswaran (updated yesterday))
This post is about developing apps for your IoT device. In the last post I mentioned about installing and booting Windows IoT core on Raspberry PI 2. In this post we will look into the application development for IoT devices. Prerequisite Visual Studio 2015 IoT extension SDK Developer mode should be
  (0 votes) by Anuraj Parameswaran (updated yesterday))
At //Build 2015, Microsoft demonstrated a version of Windows running on a Raspberry Pi 2 board. Last month Microsoft released Windows 10 officially. This post is about installing and booting Windows 10 IoT core. Installing Window10 IoT core to Raspberry Pi 2 Prerequisites Windows 10 RasberryPI 2 Mic

Miscellaneous

  (1 votes) by Ying LEE (updated yesterday))
This article introduces a general and robust way to persist/serialize any Winforms component to C# code.

Other .NET Languages

  (1 votes) by Anuraj Parameswaran (updated yesterday))
This post is about implementing Custom View Engine in ASP.NET 5. Normally ASP.NET MVC looks for view files (*.cshtml), inside Views/Controller folder. If you want to configure it to some other location, you can manage it via custom view engine. Here is the implementation. This implementation is diff
  (1 votes) by Anuraj Parameswaran (updated yesterday))
This post is about how to use jquery ui autocomplete with ASP.NET 5. Long back I wrote a blog post about using JQuery autocomplete with ASP.NET. Here is the sample action methods, which returns an array of strings – programming languages from JQuery UI autocomplete demo. And here is the client
  (0 votes) by Anuraj Parameswaran (updated 14 hours ago))
In this post we will explore the ASP.NET 5 Yeoman generator. What is Yeoman? Yeoman is a set of tools that facilitates building web applications. To use Yeoman, you need to install nodejs and yo package. So here is the installation steps for ASP.NET 5 Yeoman generator. Install Node from https://node

Product Showcase

  (0 votes) by Frank Rem (updated 2 days ago))
This is a single page ASP.NET application for splitting and stitching PDF documents.

Programming Tips

  (1 votes) by B. Clay Shannon (updated yesterday))
Copy-and-pastable HTML and JS to provide State/Province Select Options for your Meteor app

SharePoint Server

  (2 votes) by Atish Dipongkor (updated 22 hours ago))
Synchronize Active Directory (AD) users to a SharePoint List. We will create a timer job for that. This timer job will periodically sync AD users to a SharePoint list.

Shell and IE programming

  (3 votes) by max komlev (updated 2 days ago))
Example of WebBrowser customization and http/https server on localhost as engine for cross-platform application based on web technologies.

Third Party Products and Tools

  (1 votes) by Steve Naidamast (updated 3 days ago))
If you are a software developer creating products for sale, one of the things you have to consider is how you intend to license your software. Given that there are many licensing options available, this can be a rather difficult decision to make.

Uncategorised Technical Blogs

  (1 votes) by rahulsahay20 (updated yesterday))
Hi, In today’s section, we’ll see how to extend even inaccessible class and write test against that. But, before that let us assume that, you have following class Here, It’s quite easy to write test for getFirstValue() as shown below in the snippet. And, this will pass. Similarly,
  (1 votes) by Leonid Ganeline (updated 18 hours ago))
Originally posted on: http://staffofgeeks.net/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, thanks a lot!
  (0 votes) by Leonid Ganeline (updated 18 hours ago))
Originally posted on: http://staffofgeeks.net/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 through the wires.
  (0 votes) by Leonid Ganeline (updated 18 hours ago))
Originally posted on: http://staffofgeeks.net/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 MassTransit system
  (0 votes) by Mithun Pattankar (updated 17 hours ago))
Why build responsive UI? Answer seems obvious that end-user should experience that application doesn’t hang often (for developers POV, a time taking background operation makes it look like hanging). So lets learn building responsive UI using Async Await keywords Visual Studio 2012 introduced a

Wearables

  (0 votes) by lschauer (updated yesterday))
Build and run a real smart watch app without even downloading an SDK
  (0 votes) by Afzaal Ahmad Zeeshan (updated 8 hours ago))
This article covers the topics required to understand for building and deploying Android Wear applications.

You may also like...

Research Library

Updated Articles, Tech Blogs and Tips

ASP.NET

  (23 votes) by kenyeungdk (updated yesterday))
Build your own marketplace with BeYourMarket
  (19 votes) by sachin verma, Akhil Mittal (updated 2 hours ago))
This article of the series will explain how we can handle requests and log them for tracking and for the sake of debugging, how we can handle exceptions and log them. We'll follow a centralized way of handling exceptions in WebAPI and write our custom classes to be mapped to the type of exception th

C / C++ Language

  (15 votes) by Michael Chourdakis (updated 2 days ago))
The update to my beloved library.

Files and Folders

  (6 votes) by Robert Hoffmann (updated 3 hours ago))
Finds unused files and images in your website projects.

IoT on Azure

  (16 votes) by Chris Gannon (updated 2 days ago))
An Azure-driven service for Arduino based PID controllers designed for control and monitoring of grills and other cooking devices.

Microsoft Exchange

  (2 votes) by rkapl (updated 17 hours ago))
Automated Setting of the Out of Office Assistant

OpenGL

  (69 votes) by Bartlomiej Filipek (updated 17 hours ago))
A little guide about modern OpenGL and why it gives us so much value.

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

Đăng nhận xét