52 articles posted in the last business day that match your preferences. 25 listed. Monday, September 15, 2014 | | Final chance at $10K in prizes and a new Android Tablet Our Android tutorial contest has reached the final stage and we want to crank it up a notch. 15 Intel-powered Dell Venue 8 tablets are going to be given away this round. 3 tablets to the 3 winners, and a dozen tablets for the best Android tutorials in the bonus wild-card category. Write a tutorial that builds on the tutorials that have been written, and if you're one of the top 12 then you win the goods. See the contest page for details. Intel RealSense Challenge - $1 Million in prizes I got to see RealSense in action at Intel's IDF and I was impressed. Really impressed. I'm not sure anyone knows where it will ultimately lead, but maybe you have some ideas, and maybe you'd like to share in the $1 Million in prizes Intel is offering for ideas. Interested? Go to the RealSense contest page for the details. This week's survey: If your beer fridge, outside light, TV and washing machine had an API, would you write apps to control them? New Articles, Tech Blogs and Tips added | (3 votes) by William SerGio Collecting, Saving, and Using User Data to Deliver Targeted Information and Ads |
| (2 votes) by Varavut Lean about how to manage the data |
| (1 vote) by Peter Leow Exploring the connectivity options in Android. |
| (1 vote) by gupta.avinash In this article, you will learn Android's way of sharing data through the use of content providers. You will learn how to use the built-in content providers, as well as implement your own content providers to share data across packages. |
| (1 vote) by User 1234567 Logic to create Pie chart with rotated labels |
| (1 vote) by Ranjan.D This article is all about various Android Storage capabilities. We will be discussing in detail about the storage options like SQLite database, Internal and External Storage, Shared Preferences, Network etc. |
| (1 vote) by Ranjan.D This article is all about leaning with a hands on code samples about Android Content Provider. |
| by Grasshopper.iics Learn easy data management, SqlLite database, XML Web services, File Database in Android with a Real time App |
| by gandhi_rahul Enabling Connectivity and Overview of different connectivity |
| by Peter Leow Dancing with Android Content Providers for the first time. |
| by Sunil Pandita The article details out how to build an angularJS application which loads the pages on demand thus reducing the overall data transfer. |
| (6 votes) by Afzaal Ahmad Zeeshan A slight comparison of ASP.NET upon other (web) programming languages in the market and a discussion of me and some other (web) programming language developers. |
| (2 votes) by Shivprasad koirala (updated yesterday) In this MVC blog we will try to remove the confusion around MVC Tempdata , Peek and Keep. |
| (1 vote) by Igor Krupitsky The asp.net pages let you upload, delete and browse files in a folder. |
| by Brian Kwak Main content pages use AngularJS to display, and MVC .NET authorization is used for user validation |
| (6 votes) by john morrison leon A lightweight library allowing diverse unit types, seamless implicit scaling between them and the ability to work efficiently with multiple factor-less base unit systems (e.g. MKS and cgs). |
| by Alex Puchades In this tip, XEndian, a header-only library will be presented |
| (2 votes) by khem thapa Generate PDF in ASP.NET MVC using Rotativa library |
| (2 votes) by Gökhan Erdoğdu Can your enums have userfriendly descriptions? How to have enum values with spaces? |
| by koolprasad2003 This tip gives you an idea about how to create Word table using C# (Word automation) |
| (1 vote) by Llewelyn Rex ViewModelLocatorHelper - A wrapper to allocate view models to views using an IUnityContainer and ViewModelLocationProvider. |
| by Gediminas Geigalas How to subscribe to Telerik MVC Grid component events from jQuery |
| (1 vote) by Mohamad Cheaito SQL Server: Query to get the date of first Monday of September |
| (1 vote) by Mika Wendelius This tip describe how to fetch the first or the last occurrence of given day of week within a month by using a single SQL statement. |
| by derekman9707 If you are just beginning SQL Server database administration then you might not be familiar with the different types of database backups that are available and exactly what they backup. This post is going to outline the different types of backups and specifically what they backup, but keep in mind |
| (9 votes) by Pragmateek Introduction As a WPF developer for years I was recently concerned by the new direction chosen by Microsoft on its client platforms with the rise of the brand new WinRT framework. I was concerned for good reasons: I've suffered from … Continue reading → |
| by Imran Abdul Ghani SharePoint 2013 introduced many interesting features for developers including new development tools as well as enhancements, platform level enhancements, Cloud App Model and off course mobile apps etc. As a developer, one must always be interested especially in new development tools that simplify th |
| by Imran Abdul Ghani HTML is a markup language that is used to structure and present various contents that can be rendered in a web browser. HTML5 is the latest Version/Standard of HTML – Hypertext Markup Language. In previous versions, additional plugins were used to render rich web contents but HTML5 facilitates |
| (1 vote) by Marla Sukesh What is TempData? Tempdata let us maintain data within single request cycle Example: publicActionResult M1() { TempData["a"] = "Value"; string s = TempData["a"].ToString(); returnRedirectToAction("M2"); } publicActionResult M2() { string s = TempData["a"].ToString(); // Data will be available return |
| by Sacha Barber A friend of mine Marlon Grech, has his own business and he has a nice parallax effect web site : http://www.thynksoftware.com/ and over there on his "contact us2 page, it has this very cool folding Google maps thing. I have wondered how it was done for a while now, today I decided to find out. [R |
| by Rajat-Indiandotnet Problem: Sometimes, it might be possible that we need not null value only from particular columns and if all column have null value then we provide a default value. Lets understand this by a general and very interesting example suppose a friend come to your house and you want to give him a treat |
| by Rajat-Indiandotnet Problem:- Most of the time we require data in which we require first value and last value from different group of rows. Now how easy we can get result this is one of the challenge for us. Solution:- Lets understand this by an example. Suppose you have a sales table in which you maintain… |
| by Rajat-Indiandotnet Problem:- Can we sort records according to particular condition ? Solution:- Most of the time developer faces this challenge of sorting records conditionally. I know many of us faces this question in interview. Lets understand this by an example. Suppose I have a person table in database and I w |
| by sebastianrogers For a long time now I've been telling people that there are only three numbers in computing: None One Many (and for our purposes Many will actually be Two) Thus when testing if we cover these bases then that should be enough. For example if testing that modifying properties on a record I migh |
| by Ronnie Mukherjee I have just finished reading JavaScript: The Good Parts by Douglas Crockford. It is a quite illuminating book, from which I learnt a number of interesting and useful lessons about JavaScript. I have chosen five to share with you below. If you are interested in JavaScript, you might find something us |
| by Garret Romaine Intel UX Team Adds Heuristic Analysis to Expanding Toolkit |
| by Lynn Thompson This article shows you how to configure a scene using touch targets to control the first person controller (FPC). |
| by BC3Tech If you've done globally-focused development on Windows Phone, you already know that to change the display language, you have to do so in the Settings area of the phone, then reboot the emulator (or physical device) for the change to take effect. What a pain. Wouldn't it be better to change the UI la |
| (1 vote) by Member 10306397 This is an alternative for "Custom TreeView Layout in WPF" |
| (1 vote) by Mario Vernari Here is a simple trick for simulating the shared-sizing feature of the WPF Grid even in a StackPanel fashion. |
| (1 vote) by Bruno Sonnino In this article, I show you how to develop a soccer penalties shootout game. |
You may also like... Articles, Tech Blogs and Tips updated | (45 votes) by Marco Bertschi (updated 2 days ago) An explanation how to efficiently work with the ::Code App (::GitMachine) provided by CodeProject Workspaces |
| (2,108 votes) by .dan.g., autoQA (updated 2 days ago) A hierarchical task manager with native XML support for custom reporting. |
| (18 votes) by Sandeep Singh Shekhawat (updated 5 hrs ago) This article introduces the Repository pattern in an MVC application. |
| (36 votes) by Sandeep Singh Shekhawat (updated yesterday) I explain partial classes in C# language with an example |
| (18 votes) by Oleg Shilo (updated 2 days ago) An article about UI extensions for WixSharp (C# interface to the WiX toolset) |
| (26 votes) by Graham Wilson (updated yesterday) A track bar control which displays the track line as a spiral. |
| (9 votes) by Graham Wilson (updated yesterday) A collection of simple .NET 2.0 controls and utilities. |
| (6 votes) by B. Clay Shannon (updated 2 days ago) Save time checking up on new content on your favorite websites by downloading, and setting up an RSS newsreader |
| (6 votes) by Qwertie (updated 2 days ago) It seems like the little design flaws of .NET get on my nerves more and more every week.Today I realized that I wanted to do a binary search. No problem--I put a binary search method in Loyc.Essentials; four independent implementations, in fact, one for IList, one for T[], and two for more obscure s |
| (84 votes) by Tsuda Kageyu (updated yesterday) Provides the basic part of Microsoft Detours functionality for both x64/x86 environments. |
| (16 votes) by Paulo Zemek (updated 9 hrs ago) Learn how to create a math expression compiler and a special WPF markup extension capable of using it to generate bindings. |
|
Không có nhận xét nào:
Đăng nhận xét