Chủ Nhật, 20 tháng 4, 2014

The Daily Build - 21 Apr 2014. A Framework in C# for Fingerprint Verification

45 articles yesterday match your preferences.
Welcome to today's Daily Build from CodeProject.

Workspaces::Tasks New Feature

Our ::Tasks issue tracking application in Workspaces was upgraded last week to include an Activity Log for all tasks. In many cases log information has been retroactively added so if you click on a item in a Tasks list you'll see, at the bottom, a list of who's done what so you can ask the Hard Questions (or at least not look silly in meetings).

Workspaces is free and you can have multiple Git repositories and Tasks lists in a single workspace. There's no limit to the number of workspaces you can create. We love it and use it and hope you do too.

HTML article contest

It's Week 5 of our Beginner's Guide to HTML5 and CSS3 Article Competition, enter an article today for your chance to win a CodeProject prize pack or a new Google Nexus 7 tablet! See the contest page for rules and instructions on how to enter!

March Monthly Competition Winners:

Congratulations also goes to the winners of the March Monthly Article Competition, it was a close race in all the categories this time around. There are ten days left to publish an article and be eligible for the April competition (next month we're giving away t-shirts), so get writing!

C# Winner Shivprasad koirala WPF Interview questions with answers
  Runner-up Igor Ladnik General Windows Service: Debugged as Console Application and Managed with System Tray
C++: Winner AshakiranBhatter Writing a 16-bit dummy kernel in C/C++
  Runner-up Paulo Zemek O(1) Object Pool in C++
Database: Winner Christian Graus Thinking in SQL - Working with dates
  Runner-up adriancs SQLite Helper (C#)
Web Dev: Winner Florian Rappl Ultimate Tower Defense
  Runner-up Ashish__Shukla MVC Application Lifecycle
Mobile: Winner maq_rohit a.k.a asthanarht CPDroid (CodeProject on Fly !!)
  Runner-up (Tie) Tiancheng Hu How to make your Android projects more portable to Windows/MacOS (and vice versa)
  Runner-up (Tie) Michael Banzon Developer? 5 Reasons To Make A Mobile App
VB.NET: Winner Mr. Xie.G.Gang GENOME-IN-CODE Project
  Runner-up jurhas SPADA-small SCADA for Arduino
"Everything Else"  Winner Marla Sukesh Learn Microsoft Business intelligence step by step – Day 1
  Runner-up Marco Bertschi Working with CodeProject Workspaces::Code (::GitMachine)

Well done!

Click here Workspaces now powers CodeProject...
Git, Task tracking, or open private workspaces - as many as you want - for only $2 per month. Offer limited to the first 10,000 signups until May 30. Sign up Now!
Click here All you need to learn Dev and IT your way…videos, ebooks, more
5,000+ practical training videos, 80,000 pages of eBooks, transcripts, hands-on labs, sample code, pre/post exams – all included. Covers SharePoint, SQL, Visual Studio, Mobile, Cloud, and more. Voted the best! Get started
Click here SpreadsheetGear 2012 Now for Silverlight!
Take your browser based applications beyond the limits of HTML and JavaScript with high performance Excel compatible spreadsheet controls from the leader in .NET spreadsheets. Download your fully functional SpreadsheetGear trial Today!

Most popular new articles

18 Apr 2014 - 20 Apr 2014

Research

    Best Practices for Securing Your Private Keys and Code Signing Certificates

    The efficacy of code signing as an authentication mechanism for software depends on the secure storage of code signing private keys used by software publishers. Companies that are diligent and willing to invest in the appropriate security measures can make the compromise of their private keys highly unlikely. This white paper describes recent security breaches and why they may have happened, along with best practices, especially for the Windows platform, which can help to safeguard the private keys associated with code signing certificates.

    Download Now

Latest Additions

45 articles overall. 36 new, 9 updated.

New articles added

.NET Framework

ASP.NET

Azure

Hardware & System

Hardware Reviews

  • Windows Phone 8.1 Review - Shameel
    A hand-on review of the latest Windows Phone update that was released as Developer Preview

HTML / CSS

Uncategorised Tips and Tricks

Web Services

Articles updated

ASP.NET

C / C++ Language

  • A .NET like Dictionary in C++ - Paulo Zemek
    This article presents a .NET like Dictionary implemented in C++, which has better performance and consumes less memory than the STL's unordered_map class.

C#

Design and Architecture

Files and Folders

Hardware & System

HTML / CSS

Libraries

  • A Framework in C# for Fingerprint Verification - Octavio Loyola-González, Miguel Angel Medina Pérez, Andres Eduardo Gutierrez Rodriguez, Milton García Borroto
    In this article, we introduce a framework in C# for fingerprint verification, we briefly explain how to perform fingerprint verification experiments and how to integrate your algorithms to the framework.

Windows Presentation Foundation

New Tips and Tricks added

Android

ASP.NET

C#

DLLs & Assemblies

Game Development

Internet / Network

Windows Phone 7/8

XML

New Technical Blogs added

.NET Framework

ASP.NET

  • ASP.NET MVC and Identity 2.0: Understanding the Basics - John Atten
    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

Client side scripting

  • C#: Side Effects and LINQ's Defferred Execution - Alex Turok
    It is difficult for me to imagine a program that doesn't deal with collections of some type – all our applications do proliferate with Arrays, Lists HashSets, DataTables and dozens of others. When writing code in C# the first tool I consider when faced with a collection is LINQ. Its capabilities com

Exception Handling

  • Handling Casing Issues though Extension Methods in C# and Visual Basic - Rion Williams
    If you have ever worked extensively with any kind of system that involves names, addresses or basically any kind of arena that allows users to enter data, then you might find this helpful. Users often don’t have any concern with how things might appear within an application and there may be a

LINQ

  • C#: LINQ and IEqualityComparer - Alex Turok
    When writing programs in C# with the help of LINQ I have come across the IEqualityComparer generic interface several times. The name conveys the purpose of the interface clearly, still, surprisingly, my first attempts to apply it were marked by strong confusion - the thing merely didn't work the way

Other .NET Languages

Reviews on Third Party Products and Tools

  • Line Counting Trickery within Visual Studio - Rion Williams
    Line counts have always been one of the most common metrics associated with software development projects, albeit not a very meaningful one. Although Visual Studio is Microsoft’s flagship IDE, there are often a few features that many users would like to be able to easily access once in a while

Uncategorised Technical Blogs

  • Regular Express Yourself using RegExpBuilder - Rion Williams
    Regularly express yourself using RegExpBuilder

  • F#19 : Exceptions - Sacha Barber
    In this post we will look at how to handle exceptions. We will be covering the following areas Using the standard F# helper functions Try With Try Finally Raising Exceptions Reraising Exceptions Custom Exceptions     FailWith Probably the easiest path into Exception handling in F# is by using the he

  • WAS StartCopyFromBlob operation and Transaction Compensation - M Sheik Uduman Ali
    The latest Windows Azure SDKs v1.7.1 and 1.8  have a nice feature called “StartCopyFromBlob” that enables us to instruct Windows Azure data center to perform cross-storage accounts blob copy.  Prior to this, we need to download chunks of blob content then upload into the destination stor

  • Merge Smarter with Semantic Merge - Rion Williams
    Any experienced developer at one time or another has encountered issues when merging their code and has been met with that nasty (typically red) conflict icon. A new product from Plastic SCM called Semantic Merge is hoping to get red of that little red guy once and for all by using a merge that actu

  • A Battle of Intellisense (between Visual Studio and Resharper) - Rion Williams
    Resharper is great. I believe that most developers that use it within the .NET environment can attest to its many merits and how it can make your life easier and you more productive. However, I recently noticed a minor power struggle occurring within Visual Studio and Resharper over Intellisense and

Windows API

Windows Phone 7/8

Windows Powershell




© 2014 CodeProject.  All rights reserved.


This email was sent to vutunglampro@gmail.com.
CodeProject 503-250 Ferrand Drive, Toronto Ontario, M3C 3G8 Canada +1 416-849-8900 x 100
Switch to Weekly Digest | Unsubscribe.

Please do not reply directly to this email. It was sent from an unattended mailbox. For correspondence please use webmaster@codeproject.com

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

Đăng nhận xét