82 articles yesterday match your preferences. Welcome to today's Daily Build from CodeProject. Android Tutorial Contest: 3 New Article Topics Released Yesterday marked the deadline for the first three tutorials in the competition series and our judges are already busy reviewing all the excellent entries that were submitted. The next round of competition focuses on Android UI/UX design, and the outline of topics that you need to cover in Articles #4, #5 and #6 are now published on the contest page. You have three weeks to write and submit the tutorials for this round. Try to keep them as simple and concise as possible, and remember that I'll be following along with the articles myself as I delve into developing my very own (and very first) Android app. There is $10,000 in prizes up for grabs, so what are you waiting for... write a beginner's Android tutorial and enter the enter the contest today! Advertisements This week's survey: Is the amount of legacy code you're responsible for increasing or decreasing? Most popular new articles 1 Aug 2014 - 3 Aug 2014 | Are you leveraging all of Toad's powerful features? In this on-demand webcast, Oracle ACE and Toad Product Architect Bert Scalzo discusses Toad's hidden functionality, and how it can make your job easier. Watch it today.
Download Now | Latest Additions 82 articles overall. 52 new, 30 updated. New articles added - Searching SQL Server Databases with Red Gate's SQL Search - Chris_Yates
When managing a large amount of servers and databases, having an efficient way to search for objects in a particular database, SQL Server instance or the object metadata is crucial. DBA Chris Yates tells us why SQL Search from Red Gate helps him achieve this with ease, and at no cost.
- Why I Use Crashlytics - Part 2 - donn-felker
In this article I'm going to discuss how this data can help you fix the most critical crashes with minimal effort and create happy users and customers for your business. I'll also talk about how I use Crashlytics in an application that is very large in scale.
Articles updated - Article 1 - Introduction to Android - Ranjan.D
In this article you will be learning the basics about Android, It's architecture stack etc. Also it covers the brief summary about Android, comparison with other phones etc.
- Article 3: Creating a Simple Hello World Android Project - Ranjan.D
In this article you will be learning how to code a simple Hello World Android App and build, test and run the same in your physical device. In addition to this, you will learn the basic files and components of an android app.
- Learn MVC (Model View Controller) step by step in 7 days – Day 1 - Shivprasad koirala
As the article's name says, learn MVC. Ao the agenda is simple, we are going to learn ASP.NET MVC in 7 days.
- MVC interview questions with answers - Shivprasad koirala, Marla Sukesh
The whole purpose of this article is to quickly brush up your MVC knowledge from an MVC interview perspective.
- Learn MVC (Model View Controller) Step by Step in 7 Days – Day 3 - Shivprasad koirala, Marla Sukesh
This article is Part 3 and continuation to the Learn MVC Step by Step in 7 Days series.
- Learn MVC (Model view controller) Step by Step in 7 days – Day 2 - Shivprasad koirala, Marla Sukesh
Learn MVC (Model view controller) Step by Step in 7 days – Day 2
- Learn MVC (Model view controller) Step by Step in 7 days – Day 4 - Shivprasad koirala, Marla Sukesh
In day 4 we will look in to JSON ,Jquery ,Aysnch controllers and session management.
- Learn MVC (Model view controller) Step by Step in 7 days – Day 5 - Shivprasad koirala, Marla Sukesh
As the article's name says, learn MVC. Ao the agenda is simple, we are going to learn ASP.NET MVC in 7 days.
- Learn MVC (Model view controller) Step by Step in 7days – Day 6 - Shivprasad koirala, Marla Sukesh
This article is Day 6 of learn MVC step by step in 7 days.
- Building a Mixed-Mode Sampling Profiler - Mattias Högström
Walking a native and a managed callstack is fairly easy. Walking a mixed-mode callstack is much much harder. Existing documentation is truly minimal. I hope this article and its sample profiler can shed some light in this area.
- Event Stream Accounting - Duncan Edwards Jones
Use of the Event Source application architecture in financial software
New Tips and Tricks added - Foreach File Enumerator in SSIS - Sreekanth Mohan
Foreach file enumerator in SSIS
- Conditional Split Transformation in SSIS - Sreekanth Mohan
Conditional split is used to route data rows to different outputs based on conditions. This is similar to CASE statement in programming languages. Here I am explaining conditional split with an example.
- Get SSRS Report Information - Ajit Kumar Thakur ITC Infotech
This article explain report server database details. It will help to get the report details available in report server database.
Tips and Tricks updated New Technical Blogs added - WIN32, 32 bit Atom SOC's and Windows ! A powerful combination. - Chris Boss
I just have to say that I am getting very excited about some of the things both Intel and Microsoft are working on. Why ? Old time programmer feeling lost I have been programming since the 1980′s professionally (anyone remember the Commodore 64, TI-99, CPM ?) and like most programmers change i
- Create Smileys or Image using Bit Arrays in Java - Psycho_Coder
Hello Everyone,Today I will show you how to create a simple image by using code in Java in Applet. I have used Netbeans IDE 7.3 beta 2 and Java 7. You must have a bit knowledge about java and Applets for you to understand this code properly.We will create a simple smiley and a hut. To create a sim
- C# Get Frames from a GIF - Apex95
This is a simple method to extract a certain frame (or all of them) from a GIF, using C#. As always, .NET provides all the functions we need, so it shouldn't take more than 12 lines of code.Basic InformationAs you know, GIFs contain various images (frames) that are displayed one by one after a certa
- Failed to retrieve directory listing filezilla connecting to IIS FTP behind NAT - Grant Curell
Just recently I was setting up IIS with FTPS and had a bear of a time getting it to work. Both because I needed to learn a bit about FTP and Microsoft’s scheme for getting things configured wasn’t exactly what I’d call intuitive. If you’re in the same place I was you received
- Giving Automated Fuzzing a Trial Run with Peach - Grant Curell
I’ve never found my own bugs and written my own exploits and that’s a skill I’d like to develop. In that vain, I’ve been trying out the Peach 3 Fuzzer. Here are some of the tutorials I tried out: Fuzzing with Peach – Part 1 Fuzzing with Peach – Part 2 I also start
- Visual Studio Integrated ULS Viewer (free Visual Studio 2012/2013 add-in) - Kyriakos Akriotis
Project Description Visual Studio integrated ULS Viewer does not come to substitute or demand a place among the currently existing ULS viewers. Definitely it cannot even be compared with the richness of functionality of the originial UlsViewer from Microsoft (currently discontinued) but this is not
- Making your own corpus using Wikipedia - Psycho_Coder
Hello Reader,PrefaceIn this section and also from now on I will sharing my little experience with NLP (Natural Language Processing). At present I am conducting research on Question Generation which is a part of Question Answering systems in NLP. In the process of my research I decided to first
- Security Design Patterns – Secure Process Creation - CdnSecurityEngineer
Intro – Secure Process Creation I chose the Secure Process Creation pattern as the first pattern to kick of the series on security design patterns because process creation is everywhere in the software world today. Ensuring that the way processes…Read more ›
- Understanding Fault Contract in WCF - Imran Abdul Ghani
In previous WCF tutorials, we learnt about different WCF Contracts including Behavioral (Service Contract, Operation Contract) and Structural (Data Contract and Message Contract). In this post, we will learn about another behavioral Contract i.e. Fault Contract. What is a Fault Contract? In WCF (Win
© 2014 CodeProject. All rights reserved. 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