144 articles posted last week that match your preferences. 25 listed. Time Off for Good Behaviour It's the last holiday of the ridiculously short Canadian Summer so we're all on holidays today stocking up on vitamin D before we're cutoff. We'll be back in the office tomorrow, peeling no doubt, but we are checking emails in the meantime. Intel Developer Forum discounts I'll be at the Intel conference in San Francisco next week so feel free to hunt me down if you're out that way. These two discount codes may come in handy: - BUBDRD: Business Unit Customer Full Conference (discounts to $695, an $800 saving on a three day pass)
- BUDDRD: Business Unit Customer Day Pass (down to $295, a $300 saving)
cheers, Chris Maunder Is coding addictive? Survey period: 25 Aug 2014 to 1 Sep 2014 (For all those who think "I can give it up at any time I want to!") Yes | 1267 | 72.94 | | No | 470 | 27.06 | | This week's survey: Do you use your work email or personal email as a username? New Articles, Tech Blogs and Tips added | (41 votes) by benmwatson Understand the performance tradeoffs when designing your classes, as well as what to watch out for when using the various language and CLR features in .NET |
| (4 votes) by Mark_Shield If you use deserialize objects with private setters in a .NET SignalR client you may find those member variables are still set to default. |
| (2 votes) by Dukhabandhu Sahoo Simple way to upload file using jQuery AJAX in ASP.NET Web API. |
| (2 votes) by Mihai MOGA A quick solution to transform binary data to plain text |
| (10 votes) by Dominic Burford Introduction to Xamarin.Android |
| (8 votes) by Ranjan.D (updated 7 days ago) This article is all about user interactivity and discussion about the usage of various sensors in Android. |
| (6 votes) by Grasshopper.iics Understand the fundamentals of Sensors and Touch Interface of Android |
| (5 votes) by Varavut Learn about the Android Application Resources |
| (4 votes) by Peter Leow Getting to know and implement the various android interactivity and sensors with the aim to enhance the users' experience with your apps. |
| (2 votes) by Abhishek Nandy Article 5 for Android Tutorial Contest |
| (1 vote) by doctorbobapplications |
| (1 vote) by Julie Bartolf In this tutorial, I will go over many of the Android UI Layouts and Controls. Providing a few examples I will bring you step by step through creating, and implementing these to the completion of an Android Application. |
| (1 vote) by esupersun This article discusses the basic steps on how to implement Google Play leaderboard features within your game. |
| by esupersun This article discusses the basic steps on how to implement Google Play achievement features within your game. |
| (4 votes) by Pramod Sharma Tech Securing routes in angular is not available out of the box. This tip would help in securing routes in angular based applications. |
| (1 vote) by Sunil Pandita The articles intriduces with the concept of single page web application and describes in detail how we can built ome such using AngularJS |
| (1 vote) by Dhanabati Using Bootstrap Carousel Slider in Servoy 7.4 |
| (11 votes) by Mayur V Lohite (updated 4 days ago) A basic guide for URL Rewriting |
| (6 votes) by R M Shahidul Islam Shahed ASP.NET MVC 5 applications |
| (4 votes) by Aaron L. Hall Here is tip for making sure that debugging your MVC website does not cause visual studio to crash when using IIS7 to host the site in your development environment: Don't use more than one worker process in your Application pool. |
| (3 votes) by David Jonghan Lee How to make dynamic DTO with ExpandoObject |
| (1 vote) by Muhammad Taqi Hassan Bukhari Understand the Complete Scene of Postback in Asp.net with Examples |
| (1 vote) by pradeep shet Today we are going to get deeper into knockout and try to learn some more features about this framework |
| (5 votes) by Shao Voon Wong A C++ Text Stream design which has read/write symmetry |
| (3 votes) by Yu222 Running Google Test in Eclipse |
| (1 vote) by Andrey Grodzovsky Stack corruptions are usually tricky to solve, they can be random or consistent in nature, random are usually due to some rogue pointer writing to a random location wrecking havoc along the process address space and the consistent are due to overrunning allocated write buffer with more bytes that it |
| (1 vote) by Andres Cassagnes A simple serial communication library, with a serial ports enumerator |
| (6 votes) by adriancs Convert DataTable to Class Object |
| (7 votes) by B. Clay Shannon (updated 2 days ago) Code to send an XML file over the wire using REST / Web API |
| (3 votes) by Ajit Kumar Nayak Example for converting DataSet to DataReader |
| (2 votes) by Project Sfx A C# class for generating an audio waveform asynchronously. |
| (1 vote) by Anoop Kr Sharma In this Tip/Trick, I am going to show How to create Simple Paint Application in C# |
| (2 votes) by Abhishek Jaiswall Creating Bar Chart from D3JS using CSV Data |
| by Sourav Kayal In this tip, we will learn to implement SPA using AngularJS |
| (10 votes) by Emiliarge Both MS Access formats (mdb and new - accdb), MSSQL 2008 R2, MSSQL CE, SQLite, MySQL |
| (9 votes) by Mika Wendelius (updated 3 days ago) Generate Fibonacci numbers using CTE |
| (4 votes) by Mika Wendelius (updated 4 days ago) How to generate desired amount of rows in SQL Server using CTE |
| (3 votes) by Member 10952347 How to display dynamic columns in SSRS report from ASP page |
| (3 votes) by Lau Han Ching How to create Microsoft Access database programmatically using VB.NET without Microsoft Office |
| (2 votes) by Roysb Creating a menu dynamically from a database, with a style type control panel |
| (2 votes) by Mika Wendelius (updated 5 days ago) Generate a set of random numbers by using CTE |
| (1 vote) by Arvind Kumar Chaubey SCD plays an important role where the user wants to maintain the historical data and to capture the changes over the period time. |
| by Chai_Pot How to use MySQL as database in VB.NET applications. |
| by Mika Wendelius Two ways of generating desired amount of rows in Oracle by using a single SQL statement. |
| (4 votes) by Anandhi Swamy Basics of Signal R |
| (3 votes) by aurora_borealis |
| (1 vote) by Craig A. Moore Allow Administrators to Upload Mutliple Images at once for Products |
| by Simon Jackson It’s finally here, my first title has now been published on Packt’s publishing site and all of the leading online bookstores (probably a few less reputable as well ??). If you like what you see in these snippets, they you are going to love the full book. Here’s an overview … |
| (6 votes) by 0xC0000054 (updated 4 days ago) A C# library to host Photoshop-compatible filters in .NET 2.0 and later |
| (1 vote) by Er. Mayank Kothari drag and reorder rows in datagridview control |
| (1 vote) by Samuel Cragg With C# 5 (.NET 4.5) it became a lot easier to create asynchronous methods. There’s also a great MSDN article on how to leverage this using MVVM so that you can have properties update the view when they’ve finished loading. What I wanted was a simple control that would indicate to the us |
| (6 votes) by Anurag Gandhi (updated 2 days ago) An html 2d game to describe some basic game development tips in html/css and javascript. |
| (3 votes) by saadixl HTML Input value trimming using JQuery |
| (2 votes) by saadixl jQuery Typewriter effect on HTML text |
| (1 vote) by Amogh Natu This post explains all the steps required to do a factory reset to a Mac running OS X 10.9 (Mavericks). These steps can also be used on other lower mac versions. |
| by Sacha Barber Last time we looked at the different socket types within ZeroMq, and I also told you their equivalent in NetMq (which is what I use for these posts). This time we will look at 3 small areas of ZeroMq, which are none the less very important areas, and should not be overlooked. These areas are [… |
| (1 vote) by lgoyal06 Understanding Producer Consumer Problem using Email Queue Example. |
| by lessthanoptimal Compact symbolic way to perform linear algebra in Java |
| by YawerIqbal Introduction Java script is an interesting and popular programming language. Its syntax is easy, features are cool and its role is becoming more and more important every day in web development. Usually it is easy to get started with JavaScript because a lot of resources and community help is availab |
| by Matthew Edmondson When LINQ appeared on our screens it brought along a requirement under the guise of 'Func' whenever you wanted to do anything substantial, such as supply the contents of a where clause:What exactly is Func? What are we actually being asked for here? This is a journey that begins with delegates.Firs |
| (3 votes) by HateCoding A tiny custom list control |
| by drjackool |
| by hjgode As I needed a tool to test the maximum MTU size for a network, I needed a ping tool where I can define the packet size and the DF (Do Not Fragment-Flag). As I did not find such a tool, I wrote PingNG. It is a simple tool but the code had to avoid some […] |
| (1 vote) by Siddharth Chandra nodejs advance topic simplified |
| (5 votes) by Emiliarge 2 ways to read and write data to *.xls and *.xls files and display it on DataGridView. |
| by Koen Vingerhoets Add and handle MSGraph in PowerPoint slides |
| by TheCannyCoder Today we are going to look at one of the aspects where using streams is a real win – when we need to thread work. As well as parallel streams, we will also look at Spliterators which acts as the machinery which pushes elements into the pipeline. Streams use a technique known as internal iterat |
| by Syncfusion HDInsight is a Microsoft-provided distribution of Apache Hadoop. It is available as a cloud-hosted service on Windows Azure. |
| by Artem Smirnov codeproject There are many cases when you want to start a long operation and watch its progress. In my Chpokk project (a C# and VB.Net IDE), you can see it when you create a project (primarily when adding NuGet packages, which can be long), compiling, executing, and automated testing. The proble |
| (2 votes) by Ondrej_Uzovic Simple example showing how to implement live video streaming from Raspberry Pi camera to a .NET application. |
| by Kevin Mack Hello all, and I'm back again with another update, and honestly, this is a pretty timely topic for me. We've all heard the term Coding Standards, and at many firms I've deal with they tend to be just some document sitting in a directory on the intranet collecting virtual dust. But I want to discus |
| by Ivan Krivyakov Observing Unhandled Exceptions In .NET unhandled exceptions can be observed via AppDomain.UnhandledException event: AppDomain.CurrentDomain.UnhandledException += myHandler; // C# In Win32 unhandled exceptions are observed via SetUnhandledExceptionFilter call: SetUnhandledExceptionFilter(myfilter); / |
| by Aligned Originally posted on: http://geekswithblogs.net/Aligned/archive/2014/08/28/notes-from-a-teched-talk-on-solid-principles.aspxI took notes on a great TechEd presentation about the S.O.L.I.D. principles. I highly recommend this talk for all developers. Single Responsibility Principle There can be |
| (2 votes) by Andrei Markeev Client Side Rendering specifics related to list forms. |
| (1 vote) by Andrei Markeev All you need to know to start creating your own CSR customizations in SharePoint 2013. |
| (1 vote) by MANPREET SINGH Send an Email using Nintex Workflow in SharePoint 2013/ Office 365 |
| by MANPREET SINGH Nintex Workflows in Office 365/ SharePoint 2013 |
| by MANPREET SINGH Nintex store in Office 365/SharePoint 2013 |
| (1 vote) by Marla Sukesh There is a very small belief among IT people. “As we become more experienced we should concentrate towards people management more than technology”. Let’s try to understand whether it is true or false. Look at the following conversation between MD, Project Manager and a developer of a company called |
| (1 vote) by Marla Sukesh What We will learn? While creating cube using SQL server data tools or Business intelligence development studio we came across many tabs in the designer window. Let’s understand each one of the tab in short. 1. Cube structure a. Shows the current structure of the cube. Shows the available dimensions |
| (1 vote) by Keyhole Software In Part 1 of this series, I discussed the basics of loading data from an XML file into a database using JAXB and JPA. (If JSON is called for instead of XML, then the same idea should translate to a tool like Jackson.) The approach is to use shared domain objects – i.e. a single […] |
| by Grant Curell Overview Ever find yourself on a computer where you only have access to e-mail? That’s where FTPoverEmail shines. I frequently find myself in situations where I only have access to e-mail, but I still want to interact with my home server in an FTP-like fashion. You may be in a hotel business c |
| by Rajat-Indiandotnet Sometimes we require sequence column or we can a row number column so we have ROW_NUMBER() function in SQL SERVER. Lets understand this by following example In this example we have person table which have firstname, last name, middlename columns. Now we want to fetch records with a extra column |
| by Sacha Barber Multiple sockets polling |
| by Rajat-Indiandotnet Problem:- My query is slow what are the basic things I can do to get good performance without going for indexes. Solution:- May be this solution help you which I am describing here or it is possible you already aware of it. (a) Avoid function in column :-The most basic tip is avoid […] |
| by Ronnie Mukherjee I recently (finally) upgraded to visual studio 2013. One unfortunate consequence of this was that the version of Resharper I was using (v7) was no longer supported. I was disappointed to find that my license was not enough to obtain a free upgrade, therefore I was faced with a choice: either buy a l |
| (1 vote) by Kaveh Shahbazian OOP & FP Put in Perspective |
| by Imran Abdul Ghani In one of my previous post on SharePoint Interview Questions for Dummies, we talked about New features of SharePoint 2013 at high level for all type of users including End User, Administrators and Developers. In this post, we will try to explore End User specific new and exciting features in SharePo |
| by MarkPearlCoZa I’ve been involved in agile development for a few years but was only recentlyintroduced to the process of story mapping - after reading Jeff’s book I’m feeling more and more like story mapping has been a big missing link.For instance, one of the common challenges I have faced in the past is deciding |
| (3 votes) by Arun Ramachandran India CodeProject In the last blog post, we have discussed about different attribute properties of a WebMethod. In this article we will go over WebMethod overloading in ASP.Net Web Services. This is continuation of the previous article. So please go through that before proceeding this article to get a cle |
| (3 votes) by Mahesh Nandanan Comparison between Restful Service and Web API with a simple example |
| (1 vote) by Cybermaxs As a performance officer, I recently watch by a presentation from Lara Callender Swanson about how Etsy moved towards a culture of performance and mobile web by educating, incentivizing and empowering everyone who works at Etsy. Inspired by a repo on github and StackExchange‘s Miniprofiler, I’ve cre |
| (11 votes) by Shemeer NS Simple WCF RESTful Service, WebGetAttribute and WebInvokeAttribute, UriTemplate and UriTemplateTable. GET, POST, PUT, DELETE. |
| (4 votes) by SergeiR[MCTS] Demonstrates Windows 8 capability to directly control stepper motor |
| (2 votes) by Shah Ankita PopupMenu and Message DailogBox in Windows 8 |
| (1 vote) by Carmelo La Monica As explained in the previous article, the geolocation is one of the most frequently used features in the mobile and beyond, with it we are able to retrieve the location and information about the place in which we find ourselves, and used by an application to have otherinformation, such as restaurant |
| (7 votes) by Gul Md Ershad It will include implementation and usage of thread in WPF application. |
| (2 votes) by Nomeshg Setting up basic MVVM in wpf and ICommand usuage to allow operations on ViewModel from view. |
You may also like... Articles, Tech Blogs and Tips updated | (60 votes) by Akhil Mittal (updated 4 days ago) My effort in this article was to put some light on building a generic multilayered architecture using Entity Framework 4.1 and MVC3 razor view engine. |
| (56 votes) by Akhil Mittal (updated 4 days ago) Complete CRUD Operations in MVC 4 using Entity Framework 5 without writing a single line of code |
| (32 votes) by Akhil Mittal (updated 4 days ago) Repository pattern in MVC3 application with entity framework |
| (9 votes) by Sandeep Singh Shekhawat (updated yesterday) This article will provide answers to the following questions relevant to relationships in Entity Framework: whether or not to create a database, how to add / remove a field from an existing table, how to avoid data loss and how to get a database script that has the changes. |
| (2 votes) by Ranjan.D (updated 6 days ago) A complete beginners guide to organizing and accessing android resources. Starts from basics and covers all aspects with regards to defining, using and following the best practices etc. |
| (60 votes) by Mark J. Caplin (updated 13 hrs ago) AngularJS and the MVC/MVVM design patterns |
| (53 votes) by Akhil Mittal (updated 4 days ago) In this article I would like to explain a step by step process to create a windows application and a setup installer for the same in a very simple manner, that is easy to understand and follow knowing that there are a number of other ways to do the same thing. |
| (4 votes) by Matt Perdeck (updated 4 days ago) Learn how to load test your web site with StresStimulus, a load tester extension to Fiddler. |
| (283 votes) by Shivprasad koirala, Marla Sukesh (updated 6 days ago) The whole purpose of this article is to quickly brush up your MVC knowledge from an MVC interview perspective. |
| (47 votes) by Akhil Mittal (updated 4 days ago) How to do custom mapping and entity to entity mapping with the help of AutoMapper. |
| (39 votes) by Akhil Mittal (updated 4 days ago) This article is an introduction to Knockout.js and CRUD Operations in ASP.NET Web Forms using Knockout.JS. |
| (38 votes) by Akhil Mittal (updated 4 days ago) Creating MVC Application & Perform CRUD operations using LINQ to SQL |
| (31 votes) by Akhil Mittal (updated 4 days ago) MVC Application using EntityFramework Code-First approach |
| (25 votes) by Akhil Mittal (updated 4 days ago) How to create MVC application and perform CRUD operations using EntityFramework |
| (24 votes) by Sandeep Singh Shekhawat (updated yesterday) This article explains how to access data from a view to the controller's action method. |
| (25 votes) by Anurag Gandhi (updated 6 days ago) A simplified approach to group grid view data in asp.net mvc |
| (21 votes) by Akhil Mittal (updated 4 days ago) Unit of Work Pattern and Repository Pattern, and how to perform CRUD operations in an MVC application. |
| (18 votes) by Sandeep Singh Shekhawat (updated yesterday) This article introduces the Razor View Engine in MVC 3. This is a beginner-level article that describes the basics of Razor View Engine using an example. |
| (9 votes) by Roman Kiss (updated yesterday) This article describes the design and implementation of the small tool, tester for Windows Azure Service Bus Messaging. |
| (19 votes) by Asif Bahrainwala (updated 2 days ago) Detect memory leaks |
| (16 votes) by Bartlomiej Filipek (updated 4 days ago) Several issues related to smart pointers that are worth knowing. |
| (19 votes) by bkelly13 (updated 5 days ago) Start a class as a thread, made simple |
| (12 votes) by Philippe Cayouette, Sebastien Gibeau (updated 5 days ago) Ensuring that objects allocated in one dynamic library are deleted by the same library has always been a challenge. Solutions prior to the advent of C++11 often make the usage of the library cumbersome. This is a solution using smart pointers' custom deleters. |
| (49 votes) by Akhil Mittal (updated 3 days ago) Day 6: Understanding Enums in C#.My article of the series “Diving in OOP” will explain enum datatype in C#. |
| (24 votes) by Akhil Mittal (updated 4 days ago) This article will be a kind of tutorial to explain how we can set up a knockout.js environment in an MVC4 application that is also capable of performing CRUD operations |
| (22 votes) by DaveAuld (updated 2 days ago) Google Chrome Extension that provides Message and Answer templating |
| (12 votes) by Shemeer NS (updated 6 days ago) jQuery - .bind(), .live(), .delegate(), .on() ( and also .unbind(), .die(), .undelegate(), .off() ) Comparison, Definition, Samples |
| by adriancs (updated 5 days ago) Simple, modern & fast web-based email client. |
| (11 votes) by voloda2 (updated 5 days ago) An article describing a simple .NET library which simply keeps your database schema up-to-date. |
| (3 votes) by Mika Wendelius (updated 17 hrs ago) This tip demonstrates the use of LAG and LEAD functions in SQL Server. |
| (2 votes) by Mika Wendelius (updated 3 days ago) This alternative is created to correct few mistakes in the original tip. Most importantly: Never update system tables. |
| (15 votes) by Max Kleyzit (updated 5 days ago) A customizable .NET WinForms message box with three buttons, custom icon, and checkbox. |
| (176 votes) by Uzi Granot (updated 6 days ago) PDF File Writer is a C# .NET class library allowing applications to create PDF files. Version 1.7 adds Encryption, Web Links and QR Code |
| (12 votes) by syed shanu (updated 5 days ago) Animated Image Slide Show for winforms using C# |
| (7 votes) by DaveAuld (updated 6 days ago) Building for and consuming the Blitzortung Lightning Detection Network |
| (80 votes) by DrABELL (updated 2 days ago) Aesthetic enhancement of HTML5 web elements via pure CSS3; no image files required |
| by Qwertie (updated 6 days ago) A LINQ-to-XML example |
| (4 votes) by Sacha Barber (updated 5 days ago) What Is ZeroMQ ZeroMq is a C library that contains a bunch of insane sockets, that provide a very very cool abstraction over the typical socket code you would find yourself writing. It provides building blocks by way of a standard set of sockets that have been built with certain scenarios in mind. T |
| (28 votes) by César de Souza, Diego Catalano (updated 4 days ago) Scientific computing for Java and Android. |
| (43 votes) by Don Kackman (updated yesterday) Extension methods for variance, standard deviation, range, median, mode and some other basic descriptive statistics. |
| (3 votes) by B. Clay Shannon (updated 6 days ago) Save time checking up on new content on your favorite websites by downloading, and setting up an RSS newsreader |
| (14 votes) by SERGUEIK (updated 5 days ago) In this article, few examples of embedding basic Windows Forms and WPF in Powershell script for collecting user inputs are given. |
| (14 votes) by TheCodeKing (updated 5 days ago) A example showing how to authenticate a Twitter application using oAuth and the application access token. |
| (2 votes) by Shao Voon Wong (updated 5 days ago) Web security tip about insecure direct object references in URL request |
| (18 votes) by Shemeer NS (updated 5 days ago) WCF - Exception Handling, Global Exception Handling, FaultExceptions and FaultContracts- Detailed explantion with Sample Codes. |
| (72 votes) by Brian Aberle (updated 5 days ago) XMLFoundation is the fastest approach to dealing with XML and it also delivers a simple and easy to manage pattern of software development into your application. |
|
Không có nhận xét nào:
Đăng nhận xét