| Tuesday, July 15, 2014 | View online |
Welcome to today's Daily Build from CodeProject.
Android Tutorial Contest*
In the spirit of our ridiculously fun HTML5 contest we've launched an Android Tutorial Contest to put together a series of beginner articles on Android. We provide the table of contents, you write the articles, and we shower you with fame and fortune and stuff.This is for Android developers who can write short, simple and clear articles. We don't need 5,000 word essays. Get your readers up to speed as efficiently as possible. The articles should be easy to read and, we hope, very easy to write, so we're looking forward to some quality work.
To add some spice I'll be following along and teaching myself Android development as the articles come out. No pressure!
Details here.
*This time with actual proper links!
Advertisements
| Need Excel on the Web? Take your browser-based applications beyond the limits of HTML and JavaScript with high-performance, Excel-compatible spreadsheet controls from SpreadsheetGear-the leader in .NET spreadsheets. Try the live SpreadsheetGear Silverlight Samples Now! | |
| Download 100+ WinForms Controls Infragistics Windows Forms is the most mature, fully-featured Windows Forms product on the market. |
Most popular new articles
Mon 14 Jul 2014
- ToDoList 6.9.B3 (Beta Release) - An effective and flexible way to keep on top of your tasks - .dan.g., autoQA
- Convolutional Neural Network Workbench - Filip D'haene
- CRUD Opearations using AutoMapper in an MVC Application - Akhil Mittal
- EPUB Viewer for Android with Text to Speech - dteviot
- Random Thoughts.. - Steppenwolfe
Research
Behaviour Driven Development and BRMS
| Behaviour-driven development is an agile application life-cycle management framework that helps developers and business experts communicate effectively. Red Hat Consulting helps clients improve speed-to-market, reduce risk, and sustain quality by implementing agile development techniques with proven business rules management products, including Red Hat JBoss BRMS. Download this white paper to learn more about these approaches and see how organizations can keep pace with the demands of our rapid global marketplace with a combination of... Download Now |
Latest Additions
38 articles overall. 19 new, 19 updated.New articles added
.NET Framework
- Relationship in Entity Framework Using Code First Approach With Fluent API - Sandeep Singh Shekhawat
In this article, you will learn about relationships in Entity Framework using the Code First Approach with Fluent API.
Applications & Tools
- Issue Tracker - Mihai MOGA
Did you spot any bugs today? Than this tool might save some of your time
C / C++ Language
- A Game of Life Implementation using Direct2D - Hans
Just for fun, a Conway's Game of Life application with many features using MFC Direct2D classes
C#
- async / await demo - Sharath C V
A simple async / await demo
Cryptography & Security
- Using Encrypted Files Without Decrypting To Disk - Matthew Givens
Showing how to decrypt files in memory in order to maintain data security.
Database
- Inheritance in Entity Framework: Table Per Type - Sourav Kayal
Inheritance in Entity Framework: Table per Type
Netduino
- GPS using the Netduino - Bob Cravens
I recently blogged about using the Arduino board as a GPS data logger. I have been using this to collect geo-location data for the Truck Tracker application. In this post, I will explore using the Netduino for that purpose. - A Simple Watchdog for the Netduino - Mario Vernari
The following is discussion and quick program used to test a "watchdog" for your Netduino
Articles updated
Algorithms & Recipes
- Convolutional Neural Network Workbench - Filip D'haene
A workbench to create, train, and test convolutional neural networks against the MNIST and CIFAR-10 datasets - Swanky Encryption/Decryption in C# - 1337Architect
Handy classes to use the .NET Encryption/Decryption
Android
- EPUB Viewer for Android with Text to Speech - dteviot
This is an Android application that shows the basics of building an EPUB file viewer for Android.
Applications & Tools
- ToDoList 6.9.B3 (Beta Release) - An effective and flexible way to keep on top of your tasks - .dan.g., autoQA
A hierarchical task manager with native XML support for custom reporting.
ASP.NET
- CRUD Opearations using AutoMapper in an MVC Application - Akhil Mittal
How to do custom mapping and entity to entity mapping with the help of AutoMapper. - ASP.NET MVC 5 Identity: Extending and Modifying Roles - John Atten
In a recent article I took a rather long look at extending the ASP.NET 5 Identity model, adding some custom properties to the basic IdentityUser class, and also some basic role-based identity management. We did not discuss modifying, extending, or working directly with Roles, beyond seeding the d - 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 - SingleOrDefault and FirstOrDefault Methods in LINQ to SQL - Sandeep Singh Shekhawat
This article explains the differences between the SingleOrDefault and FirstOrDefault Methods in LINQ to SQL. - Understanding ASP.NET Templates - Kornfeld Eliyahu Peter
How to access controls created from ASP.NET template...
C#
- Random Thoughts.. - Steppenwolfe
CSRG random generator in C#
Custom Controls
- ASP.NET MVC HTML Helper for the jqGrid - Rui Inacio
The MvcJqGrid is an HTML helper that eases greatly the implementation of the jqGrid in MVC 3 with the Razor view engine or MVC WebForms.
Database
- Transformalizing NorthWind - dale.newman
Combining de-normalization, transformation, replication, and awesome-ness.
Dialogs and Windows
- Control Chart Using .Net - syed shanu
USL/LSL Control Chart using .Net for Quality Control.
Game Development
- Quantum Striker - Florian Rappl
Architecture, design and implementation of a cross-platform Windows Desktop / Windows Store space shoot-em-up game.
Grid & Data Controls
- How to fake "freeze" last row in datagridview. Create a footer row for a datagridview. - Heriberto Lugo
Footer row to sum columns in a datagridview.
Product Showcase
- Avoiding Database Deployment Disasters – 7 Tips - Red Gate Software
If you’re thinking about adopting database source control, or have a system but aren’t using it consistently yet, here are seven tips to avoid deployment disasters.
Validation
- How to Validate ASP.NET and MVC Web Forms Using Business Rules Engine - Misha1964
Learn how to validate complex web forms using business rules engine
Windows Presentation Foundation
- An active button in WPF - bvgheluwe
Change the appearance of a button that is used in a navigation menu, based on the value of a property of that button.
New Tips and Tricks added
C#
- Easy way to call a native COM method which has a parameter of type: HWND from C# code - Anton Kaminsky
Easy way to call a native COM method which has a parameter of type: HWND from C# code
Database
- Interview Question: What are the Differences between @@IDENTITY, SCOPE_IDENTITY() and IDENT_CURRENT() - Sandeep Singh Shekhawat
How to get the last inserted identity value of an auto increment column of database tables using SQL Server variable (@@IDENITY) and functions (SCOPE_IDENTITY() and IDENT_CURRENT())
Dialogs and Windows
- ConnectionString for Winform and Reportsource from a txt File - SREENATH GANGA
To set the Connectionstring and the other configuration variables in a file and acess it dynamically
DLLs & Assemblies
- Friend Assembly using C# - Jasminder Singh
This article explains how to access internal classes outside the assembly
iPhone
- Parsing JSON response from Web service to NSDictionary in iOS – Objective C - Amogh Natu
This tip shows how to parse JSON response received from a web service into an NSDictionary object.
Tips and Tricks updated
Windows Presentation Foundation
- Top and Bottom Appbar in XAML - Shah Ankita
Top and Bottom Appbar in XAML
New Technical Blogs added
Design and Architecture
- Programming, a Subset of Writing - MarkPearlCoZa
A while back I read a post by David Hansson on the five programming books that meant the most to him. In the post he made the comment that he considered programming to be a subset of writing - I had never considered this before. Inspired by his post I decided to order one of the books he recommended
Reviews on Third Party Products and Tools
- BlackArmor NAS 440 is a disappointment - MarkPearlCoZa
I have had a BlackArmor NAS 440 for the last two years. Originally I bought the drive with the goal of getting “peace” of mind that my most critical data was backed up at RAID level 5. I have been sorely disappointed with my overall experience with the NAS drive.My latest disappointment happened las - Philly CC 2014 : City of Coding Love - Kevin Mack
What a great weekend! I'm finally back, but those of you who follow me on twitter already know that this weekend I spent it in Philadelphia, at the Philly.net Code Camp. So to start, this code camp has grown a lot of the past few years, and its a credit to the staff of the usergroup that this is th
Uncategorised Technical Blogs
- How to become a dinosaur! - Kevin Mack
So this past week I was talking to a few new hires at our office. People who this is really their first step out into not only development but their first step into a professional career. And it's always refreshing to see how much optimism these people have. Showing up every day grinning like idi - Changing Paradigms - MarkPearlCoZa
I have always been a Windows person. I was there in the early days when the world made the move from Dos to Windows. I was there when the start button was introduced in Windows 95 and I was there during the fail days of Windows Me. I have been with Windows for a while. In essence I am a Windows guy.
Web Security
- Journey of 50 articles at Web Development Tutorial - Imran Abdul Ghani
For last few months, my focus was to explore Microsoft ASP.NET MVC features and learn to build application using ASP.NET MVC with Entity Framework. My last ASP.NET MVC Tutorial was about ASP.NET MVC Html Helpers (A Must Know). It completes a figure of 50 articles on Web Development Tutorial blog rel