Top Articles of February 2015 One last reminder that the final deadline for our Azure IoT Contest - with $10,000 in cash prizes up for grabs - is March 31 at 11:59 p.m ET (that's tomorrow)! Good luck and thanks to everyone that has submitted an article. Congrats also goes out to the top articles of February. Well done! New Articles, Tech Blogs and Tips | (5 votes) by john_1726 (updated 17 hours ago) Details on improving responsiveness and dealing with performance bottlenecks using async and await | | (4 votes) by Mahsa Hassankashi (updated 2 days ago) This article enables you to generate table in any database such as Oracle, SQLServer, MySQL, SQLite, Sybase and etc just by typing table name and its fields. Then you can use NHibernate facilities to make query for data layer. | | (3 votes) by Henrik Jonsson (updated 2 days ago) Another solution for Extension properties in .NET | | (2 votes) by OrlandoCurioso (updated 2 days ago) An EF base DbContext that provides detailed information on current and totalized changes | | (2 votes) by Nathan Gloyn (updated 3 days ago) ASP.Net Identity is Microsoft's latest implementation of a membership and identity service which will replace ASP.Net Membership, SimpleMembership and Universal Membership. The out of the box implementation of ASP.Net Identity is, unsurprisingly, coupled to Entity Framework (EF) which means if you d | | (1 votes) by Lalit_Chandra (updated 2 days ago) Static, Single or Dynamic Dispatch is the ability of an object-oriented method call to invoke different methods at runtime based on the type of the object. | | (1 votes) by Eugene Lepekhin (updated yesterday) A better way of handling .NET resources | | (1 votes) by DotNetForYou (updated 12 hours ago) Type safety in .NET | | (3 votes) by BrainlessLabs.com (updated 2 days ago) This tip describes a n ary tree structure. | | (2 votes) by Matt Perdeck (updated 6 days ago) Quickly create a load balanced web site in the cloud with AWS Elastic Beanstalk | | (1 votes) by Matt Perdeck (updated 5 days ago) Add a database to your web site on AWS with automatic fail over using RDS | | (1 votes) by Matt Perdeck (updated yesterday) Point your domain to your AWS hosted site using Route 53 | | (4 votes) by Isaac RF (updated 5 days ago) Youtube Data API v3, step by step articles about how to retrieve information from YouTube channels and videos in Android apps and other platforms. - The post Youtube Data API v3 on Android - Introduction appeared first on Isaac RF Blog (http://isaacrf.com). | | (0 votes) by Intel Corporation (updated 6 days ago) This article describes how to build and install the sampling driver for an embedded Linux system. | | (2 votes) by Member 11000643 (updated 5 days ago) The most lightweight and easy function to sort a table | | (0 votes) by Dave Kerr (updated 4 days ago) I was working on a small and simple application built with AngularJS the other day. As with most applications like this, I start with a single JavaScript file caled app.js and no module system.In the past I've used RequireJS with AngularJS. It's an awful mistake. It leads to a big jump in complexity | | (10 votes) by Marla Sukesh (updated 5 days ago) Welcome to Day 2 (Part 1) of Learn HTML 5 in 3 days series. | | (8 votes) by George MVC Study (updated 4 days ago) A simple implementation of table sorting and paging in an ASP.NET MVC application | | (5 votes) by Dominic Burford (updated 3 days ago) Authenticate your web applications using JSON Web Token | | (2 votes) by Brian Kwak (updated 4 days ago) How to add image on TinyMCE with ASP.NET? This article shows plugin communicating with .NET WebApi2 to insert images. | | (2 votes) by John Atten (updated 6 days ago) This is the third post in a series in which we have built up a minimal, self-hosted, OWIN-based Web Api application essentially from scratch. In this post we'll pull in a minimal ASP.NET Identity implementation. | | (2 votes) by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ) (updated yesterday) We have already talked about integrating a jQuery Slider Plugin to ASP.NET Repeater control. Now in this blog, we will change the default speed of the slider. | | (1 votes) by Muhammad Rashed Otahbashi (updated 2 days ago) How to implement Drag and drop files and Images feature in ASP.NET MVC App | | (0 votes) by John Bhatt (updated 2 days ago) I have used TinyMCE Rich TextBox in my application but in my web form i have mulitple mulitiline TextBox. what I want that Rich TextBox should be bind to only one text box not all TextBoxes | | (1 votes) by Manoj K Bhoir (updated 14 hours ago) Lookup web user control with some basic properties and functionalities | | (11 votes) by Novar Striker (updated 6 days ago) Multi technics in one application, for an extreme relaxation moment | | (6 votes) by DaveMathews (updated 16 hours ago) Speaker independent speech recognition in Mono and .Net C# | | (5 votes) by Sergey Kizyan (updated 4 days ago) Assigning domain name to Azure web site | | (1 votes) by Gaurav Kumar Arora (updated 3 days ago) In this article, we will discuss basics of Azure API Management to manage our Web API. | | (6 votes) by Elangovan Deivasigamani (updated 3 days ago) QML property binding with QT C++ | | (1 votes) by Member 4206974 (updated 16 hours ago) A function that works on event | | (6 votes) by SMPS LLC (updated 5 days ago) With this tip, you can show a map in your WinForm application with the Google Maps API v3. | | (6 votes) by VC.J (updated 4 days ago) Ways to get multiple values from a single method | | (3 votes) by Vladimir Khorikov (updated 3 days ago) This is the second article in my Functional C# blog post series. Functional C#: Immutability Functional C#: Primitive obsession Functional C#: Non-nullable reference types Functional C#: Handling failures and input errors What is primitive obsession? Primitive obsession states for using primitive ty | | (3 votes) by Vladimir Khorikov (updated 3 days ago) I’m starting a series of articles in which I want to show how to program in C# in a more functional way. Functional C#: Immutability Functional C#: Primitive obsession Functional C#: Non-nullable reference types Functional C#: Handling failures and input errors Why immutability? The biggest pr | | (2 votes) by Gaurav Kumar Arora (updated 4 days ago) In this tip, we will create a small utility using C# which tells us whether our API server is up or down. | | (2 votes) by Joe Programmer 1 (updated 2 days ago) Maximizing XOR challenge sample | | (1 votes) by Joseph Philbert (updated yesterday) Simple logger for console | | (1 votes) by Alaa Ben Fatma (updated 23 hours ago) Surf your PictureBox using scrolling bars | | (1 votes) by rcwhiteley (updated 17 hours ago) Easy and fast to use object serializer in C# | | (0 votes) by DotNetForYou (updated 13 hours ago) IntroductionAs we know C# is a type-safe language that I have discussed in my previous article. Type safety can be decided by the compiler at compile time or at run time by the CLR. I will explain here both of these types of type safety with some more examples and a small exercise in the end.CodePro | | (0 votes) by Shivi Gupta Lucknow (updated 5 days ago) To showcase the tracking by placing markers on a route displayed by directions service of the Google maps API every 5 seconds | | (8 votes) by Sergey Alexandrovich Kryukov (updated 4 days ago) Simplest JavaScript calculator grew up to show the depths of JavaScript | | (2 votes) by Ramesh_joshi (updated 4 days ago) This tip shows how to customize PDF created with the jQuery DataTables plug-in. | | (1 votes) by Sudheer Reddy K (updated 17 hours ago) CRUD Operations with $resource | | (1 votes) by Web Technobrat (updated 17 hours ago) This tip shows a quick way to create a Yes No Confirmation Box using Bootstrap Modal Dialog. It helps go around the general Ok Cancel Confirm box built into JavaScript. | | (0 votes) by FrostedSyntax (updated 12 hours ago) Extends the jQuery object, adding a function to center the selected element to the window | | (0 votes) by John Bhatt (updated 2 days ago) Hi,Lets get back to ASP.NET series and work with GridView once again. We have previously done following jobs with GridView. GridView with Scrollbars GridView with Fixed Header and Scroll bars Pagination in GridView Export GridView to Excel You are suggested to read above posts before reading this po | | (5 votes) by Jörgen Andersson (updated 4 days ago) A high performance extension for creating a DataTable from a Generic collection. | | (4 votes) by Satish Jagtap (updated 6 days ago) This article explains how to import database to MySQL server and how to export database from MySQL server. | | (2 votes) by yuvalsol (updated 4 days ago) Helper class to mitigate working with Dapper against SQL Server database | | (1 votes) by Shivangi_K (updated 2 days ago) SQL injections and their prevention | | (8 votes) by Jeddi khan (updated 6 days ago) Info:Devices IP,MAC,HostName | | (13 votes) by JFRichters (updated 5 days ago) This article describes a solution that allows an application to load and execute a plug-in, and unloading it without a file lock on the assembly. | | (3 votes) by TarikHuber (updated 6 days ago) Easy and fast integration of a TreeView menu using STT, with permission management and form opening in a tabcontrol. | | (2 votes) by TarikHuber (updated 4 days ago) Use STT (SQL Table Toolkit) to bind WinForm Controls to a DataGridview and to define ComboBox data sources | | (3 votes) by Vahe Karamian (updated 3 days ago) The ninth article in a series to discuss Unity 3D and how to get started with your own 3D projects. | | (1 votes) by Jasminder Singh (updated 1 weeks ago) In my last article, we discussed about the concept of SignalR and how we can use it to create a simple web based group chat. It included a good deal of explanation of how SignalR works and why it is a good candidate to create a real time application. We will not get into details again and before you | | (5 votes) by DrABELL (updated 5 days ago) Pure CSS3 styling solution applicable to HTML5 SELECT element and ASP.NET DropDownList control | | (3 votes) by Sander Rossel (updated 4 days ago) Using Twitter Bootstrap to create pages that'll look good on all devices. | | (2 votes) by Yaseer Mumtaz (updated yesterday) This tip will explain step by step Bootstrap basic development for beginners. Attached is small application having three pages using Bootstrap CSS, Components and JS. | | (8 votes) by MatthewRGuess (updated 6 days ago) Outrun hungry zombies (or fleeing humans) with your Fitbit. | | (5 votes) by Nathaniel_Chen (updated 4 days ago) This article show how to integrate Arduino, RaspberryPi, Azure EventHubs, WorkRole, WebService, WCF with Restful API to build a simple IoT information service backend connect by Universal App. | | (3 votes) by DrABELL (updated 3 days ago) New York City MTA bus tracking app for Win 7/8 with Azure Cloud backend services | | (4 votes) by Aby Mammen Mathew (updated 6 days ago) IoT devices needs the capability to augment the environment around them, even when sensors utilized by them break down | | (2 votes) by Allister Beharry (updated 6 days ago) Overlord is an open-source .NET IoT platform written in C# and running on Microsoft Azure. | | (1 votes) by Glenn Vassallo (updated 3 days ago) An end to end IoT system utilising Microsoft Azure Cloud Technology and an embedded device, the Texas Instruments CC3200 LaunchPad (Single Chip Wi-Fi MCU). | | (0 votes) by HenryMHunter (updated 6 days ago) Leverage Azure to build a platform to connect IoT devices in large scale | | (0 votes) by Member 11459717 (updated 2 days ago) An application used to manage applications which are categorized by functionality which also prioritizes tasks necessary to manage a household. The application is back-end managed, controlled and operated through Microsoft's Azure cloud platform. | | (0 votes) by Robert Gustafson (updated 4 days ago) Extended versions of ListBox and ComboBox controls which allow images, font, and color for individual items | | (0 votes) by Anele 'Mash' Mbanga (updated 23 hours ago) Demonstrates how to use SQLite database for mobile development | | (2 votes) by Tragdor (updated 4 days ago) ASP.NET WebAPI | | (2 votes) by Jasminder Singh (updated 6 days ago) ASP.Net SignalR is one of the major revolution in the development technology world these days. Consider an application having a page where you are required to update the user interface with the latest data, as soon as it is available. Such applications are said to be real time applications, where th | | (14 votes) by Michael Chourdakis (updated 2 days ago) Trigger all your cores from DOS | | (0 votes) by Accusoft, Ned Averill-Snell (updated 6 days ago) Watermarking in an HTML5 viewer allows sharing sensitive document content while curbing the potential for unauthorized use. This paper shows how the application of JSON properties in the body of an HTTP viewing session request can be used to apply watermarking to a document. | | (1 votes) by Duncan Edwards Jones (updated 6 days ago) What to do (and how to do it) when confronted with a big ball of mud | | (0 votes) by Jasminder Singh (updated 13 hours ago) I have been trying to learn these concepts from a long time. Read many good articles, their definitions, but could not make much out of them. Finally, I decided to write my understanding that I have got from these resources. So in this article, I will share my learning about what are O.W.I.N. and Ka | | (1 votes) by Melick (updated 3 days ago) In my previous post (JSOM List Operations in SharePoint Apps in a proper way (Provider Hosted and SharePoint Hosted)–CRUD) I have explained how to work with basic list operations. Here I'm explaining the CAML and search options that we can perform. (function (spa, $, undefined) { window._sa = s | | (13 votes) by Cindy Potvin (updated 5 days ago) When I first heard about SignalR, I was not sure what was the point of it. The official description says that SignalR is a library that can be used with any ASP.NET application to add real-time communication. | | (0 votes) by Jasminder Singh (updated 6 days ago) In one of my previous articles, we discussed `. Continuing on the same paths, we will now discuss how we can self host the web api, using OWIN custom host. So let's start with it.Add a new Console application and let's call it WebAPIOWINHosting.Next, in order to create a webapi and use OWIN custom h | | (0 votes) by Dave Kerr (updated 4 days ago) I've been writing a couple of web services lately that use Auth0 for identity management. It's a great platform that makes working with different identity providers a breeze.One thing that I couldn't work out how to do at first was to quickly build a new JWT1 from an existing token. I wanted to tak | | (0 votes) by Paul M Watt (updated yesterday) Bikeshedding | | (7 votes) by Duncan Edwards Jones (updated 3 days ago) A utility to help turn flat files (.csv, tab separated etc.) into type-safe CLR objects with validation using attributes | | (0 votes) by Mr. xieguigang 谢桂纲 (updated 4 days ago) I want to developed a simple wrapper operation to do the hybrid programming data conversion job automatically. This makes my laboratory scientific research job happy! B-) | | (0 votes) by Gaurav Kumar Arora (updated 3 days ago) In this article we will discuss all about how to consume ASP.NET WEB API using RestSharp for Windows Phone. | | (8 votes) by JDL Wright (updated 6 days ago) This article documents usage and interesting design aspects of a rich and universal Find / Replace control for WPF | | (3 votes) by Evgeny Bestfator (updated 4 days ago) Usage of non vector graphics in WPF application is too complicated by default, I will show how it can be simple and convenient. | | (0 votes) by Amogh Natu (updated 5 days ago) This tip explains how to display forms authentication login page when using Active directory login instead of the general windows authentication login pop up. | You may also like... Updated Articles, Tech Blogs and Tips | (55 votes) by Peter Vegter (updated 6 days ago) MCI wrapper class library for .NET developers | | (8 votes) by Sergey Alexandrovich Kryukov (updated 3 days ago) Popular question on Forms collaboration, also answered for WPF | | (8 votes) by Kamen Nikolov (updated 5 days ago) The supplementary source code for this article can be downloaded from edifabric.com | | (29 votes) by Đinh Công Thắng (updated 6 days ago) You can fill any form, click any button, and extract any data from web by using Web Automation. | | (168 votes) by Marla Sukesh (updated 5 days ago) Welcome to day 1 of Learn HTML 5 in 3 days article series | | (66 votes) by Mahsa Hassankashi (updated 2 days ago) It is a simplest tutorial on AngularJS and Repository Pattern for developing professional MVC Applications. It includes a source code about practical permission management project. | | (245 votes) by Sergio Andrés Gutiérrez Rojas (updated 2 days ago) Face detection and recognition with support of multiples faces in the same scene and others interesting features using C# and EmguCV | | (34 votes) by Sergey Alexandrovich Kryukov (updated 4 days ago) The convenience of this Sound Recorder is defined by its minimalism and understanding of the purpose | | (6 votes) by Sacha Barber (updated 6 days ago) Shows one way to Azure Cloud Service : Inter role communications | | (12 votes) by Eugene Sadovoi (updated 4 days ago) Integrating third party tools and libraries into Visual Studio (MSBuild) configuration environment. | | (13 votes) by Mikhail Semenov (updated 6 days ago) This articles proposes an implementation of a collection of constructs for writing loops in C++11, as an alternative to the standard C-style for-loop. | | (5 votes) by Sanmayce (updated 6 days ago) An heavily optimized LZSS decompression etude in C | | (31 votes) by Sacha Barber (updated 6 days ago) Showcase of how to use a sort of Attached Behaviours for ViewModels, and how to build BIG XAML apps | | (12 votes) by Oleg Shilo (updated 6 days ago) The extremely simple implementation of generic "Extension Properties" | | (25 votes) by Gerd Wagner (updated 6 days ago) Learn how to build a front-end web application in plain JavaScript with minimal effort. Do not use any (third-party) framework or library, which may help to increase productivity, but also create black-box dependencies and overhead, and are not good for learning how to do it yourself. | | (8 votes) by Dan Letecky (updated 6 days ago) Day/week AngularJS event calendar/scheduler with drag and drop support. PHP and ASP.NET MVC backends. | | (4 votes) by Gerd Wagner (updated 6 days ago) Learn how to develop front-end web apps with unidirectional associations between model classes, such as the associations that assign authors and publishers to books. While in most other tutorials, associations are only superficially discussed, if at all, this article provides an in-depth explanation | | (33 votes) by Michael Chourdakis (updated 2 days ago) Curious on how you create a hypervisor app? Read mode! | | (12 votes) by Bharath K A (updated 3 hours ago) This is a simple HTML5 WebSocket service that streams live, real-time data to browser grid control. This service is capable of automatically computing math expressions on the fly (dynamically at runtime) | | (37 votes) by jgauffin (updated 2 days ago) This post aims to explain why the Repository Pattern can still be a great choice. | | (31 votes) by Paulo Zemek (updated 2 days ago) In this post I present how the same application can be created if it is done without any architecture, with an architecture completely bound to a technology and its limitations and with an architecture that I consider to be "unbound" from technologies and their limitations. | | (209 votes) by lepipele (updated 4 days ago) An overview that presents all PayPal integration options, targeted especially at C# developers. | | (56 votes) by Vahe Karamian (updated 3 days ago) The first article in a series to discuss Unity 3D and how to get started with your own 3D projects. | | (23 votes) by Vahe Karamian (updated 3 days ago) The third article in a series to discuss Unity 3D and how to get started with your own 3D projects. | | (21 votes) by Vahe Karamian (updated 3 days ago) The second article in a series to discuss Unity 3D and how to get started with your own 3D projects. | | (16 votes) by Vahe Karamian (updated 3 days ago) The fourth article in a series to discuss Unity 3D and how to get started with your own 3D projects. | | (10 votes) by Vahe Karamian (updated 3 days ago) The sixth article in a series to discuss Unity 3D and how to get started with your own 3D projects. | | (10 votes) by Vahe Karamian (updated 3 days ago) The seventh article in a series to discuss Unity 3D and how to get started with your own 3D projects. | | (8 votes) by Vahe Karamian (updated 3 days ago) The fifth article in a series to discuss Unity 3D and how to get started with your own 3D projects. | | (3 votes) by Vahe Karamian (updated 3 days ago) The eighth article in a series to discuss Unity 3D and how to get started with your own 3D projects. | | (14 votes) by Keyvan M. Kambakhsh (updated 5 days ago) This article introduces i3DML project and demonstrates how XML and JavaScript can help you build interactive 3D Worlds. | | (11 votes) by lepipele (updated 4 days ago) Enjoy watching your videos on the big screen by building your own Home Theater PC and using XBMC / Kodi. Article also touches on other Media Players like Roku 3, Apple TV, Android TV Boxes... | | (36 votes) by Dan Letecky (updated 6 days ago) Weekly HTML5 event calendar with CSS themes, drag and drop support, date navigator. PHP/AJAX and ASP.NET MVC backends. | | (11 votes) by Ranjan.D (updated 5 hours ago) All about "Gilt" product analytic's by making use of Azure and Internet of things. | | (19 votes) by Alberto Venditti (updated 6 days ago) Using a .NET Windows service as an engine for specialized custom plug-ins execution | | (115 votes) by Michael Chourdakis (updated 5 days ago) Immerse yourself in system programming! | | (13 votes) by Darkencrow (updated 5 days ago) Docking Window like Visual Studio .NET arrange | | (23 votes) by Carlos Jiménez de Parga (updated 5 days ago) Explanation of a consistent 3D graphics software architecture through a basic OpenGL application | | (23 votes) by gggustafson (updated 2 days ago) This article presents a user-drawn control, named Win8ProgressRing that mimics the Windows 8 Progress Ring. | | (1 votes) by PIEBALDconsult (updated 2 days ago) Extension methods to select a Dictionary entry using StartsWith | | (94 votes) by Chivate Atul (updated 4 days ago) Tracing dead-locks in multi-threaded applications. | | (2 votes) by ASP.NET Community (updated yesterday) Sending e-mail is an important and common feature in ASP.NET (through the System.Net.Mail namespace). In this article, I will show how to send asynchronous mail. | |
Không có nhận xét nào:
Đăng nhận xét