Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / operating-systems / Windows

Windows

Windows

Great Reads

by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.
by Stefano Castelli
The article will illustrate how to create a Code39 barcode in VB.NET and C#
by Ed Gadziemski
A collapsible split container control for Windows Forms
by Aydin Homay
In this article, I tried to show a real benchmark based on presser test method, for a Big Data collection deals on C++, C#, and VB.NET.

Latest Articles

by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.
by Stefano Castelli
The article will illustrate how to create a Code39 barcode in VB.NET and C#
by Ed Gadziemski
A collapsible split container control for Windows Forms
by Aydin Homay
In this article, I tried to show a real benchmark based on presser test method, for a Big Data collection deals on C++, C#, and VB.NET.

All Articles

Sort by Score

Windows 

by Cindy Potvin
Many options of the .LESS CSS parser can be set directly from the Web.config file, but many of them are not clearly described. Here is my attempt to document them.
by Adrian Dorache
Let's see a short example using COM objects exposed by Internet Explorer. The code below changes the color of every link in an HTML document.
by John Atten
How to change the formatting of the Active Column Header to track user location.
by Gediminas Geigalas
I just came up with a hack for .NET ListView to react to users doubleclider separator to auto resize the column to fit column contents.
by morzel
Part 1 described the general idea behind Sonar project, hardware components used and Arduino sketch... This second post in "Out of Boredom" series is about C# and JavaScript programs that make it possible to display ultrasonic range sensor data in web browsers.
by Steve Naidamast
“Agile Development” – The Software Industry’s New Meme
by Abhijit Jana
A Solution Navigator features in VS 2010 Productivity Power Tools
by Anton Angelov
A short list of keyboard shortcuts for things you probably do often in Visual Studio
by Anton Angelov
A short list of keyboard shortcuts for things you probably do often in Visual Studio
by Steve Naidamast
Initial notes… The following piece is a sociological analysis of the state of professional software development today.
by Alex Turok
Our applications – no matter whether games, productivity tools or business software – are all about data.
by Imran Abdul Ghani
3 Simple Steps to Create SharePoint 2013 Site Collection
by Martin Vorbrodt
3D Engine, from GLUT to GLFW
by Imran Abdul Ghani
5 simple steps for using web API in ASP.NET web forms application
by Zhuyun Dai
I once implemented my own Basic authentication logic in a custom ISAPI filter on IIS 6 and IIS 7.5 (classic mode).
by Ayobami Adewole
A Client Server File Sharing Application
by Anuraj Parameswaran
A very simple and lightweight collaboration white board using HTML5 canvas API, JQuery and SignalR
by Wayne Ye
A complete Impersonation demo in C#.NET
by Philip Laureano
A mind-bending experience
by Zac Gery
A Crash Course In CSS Sprites
by Sarath C
Talking about Critical Section's internal use of kernel objects
by beatles1692
In my opinion one the most interesting features of Linq is Expression Trees.They let us build structured queries over IQueryable type.IQueryable ,as its name implies, is an interface that let us build a query over a provided object of type T.Although IQueryable and expression trees are mostly u
by Don Kackman
Here is a helper class to get the current location on a Windows Phone just once
by jebarson
A Leap In Embedded Programming; .NET Micro Framework
by Keyhole Software
Using JSON and File API to view starred Google Reader posts.
by Sebastian Solnica
A managed ETW provider and the 15002 error
by Keyhole Software
A mobile application served from CouchDB.
by Gediminas Geigalas
This post explains how plugin architecture can be improved to allow better extensibility and provide backward compatibility after updates.
by gUrM33T
A simple workaround to avoid boxing and unboxing while still using a non-generic IList implementation
by Bob McGowan
Using strong cryptography with entropy to secure user passwords.
by RizviHasan
A simple container used in MVC web applications with DI.
by Nikos Baxevanis
A WebSocket-enabled service in .NET will be written like any other WCF service with two differences.
by Orjan Westin
In this article, we will write a simple multi-threaded example implementation of the Observer pattern, and show how to re-synchronise a past event to look current. Then we’ll demonstrate a technique to treat future events like they’re current, too.
by Brij
A way to improve performance of your web application significantly
by John Bhatt
Accordion Panel with CSS
by ledtech3
Account unknown
by Anna-Jayne Metcalfe
Preamble [21st April 2009]Well, we're here at the Barcelo Oxford Hotel again, and for us ACCU 2009 starts tomorrow (though the pre-conference workshops happen on the Tuesday, we haven't booked onto one this year).We are a little more prepared this year than last - for example we now have a 6 fo
by Pete O'Hanlon
Action based ViewModel and Model Validation
by BC3Tech
How to add subdomains to the compatibility view list
by ShubhamSaxena
Add a Settings Panel in Charm Bar.
by Leung Yat Chun
Add column header to custom ViewBase (ListView.View)
by Sujay Sarma
Here's how to add more space to your Windows Virtual Machine System (C:) drive
by matt warren
How to add a verb to the dotnet CLI tooling
by Jeffrey T. Fritz
How to add real-time interactivity to a website that is written with ASP.NET WebForms
by Komal Mangal
How to add user control and define its functionality in C#.NET
by Gil Fink
Adding Video Element on the Fly and Drawing it to a Canvas Element
by Dennis E White
Adjusting View so Keyboard doesn’t hide a UIController
by Sebastian Solnica
Managed exceptions and the ways we can handle them using Adplus
by Mohammad Elsheimy
How to have advanced control over UAC
by Chris_Green
AfxGetMainWnd in C#
by Rob Kraft
We often hesitate to take the action that shows we are committed to doing something new. We read about it, analyze it, and try to understand it; but real learning requires that we go beyond reading. We must DO.
by kishore Gaddam
Agile Project Management Tools
by Steve Wellens
Sometimes you want your web page to 'stay alive'. That is, if a user is filling out a complicated form, you do not want the session to time out before they are finished. The user could get very angry and rightfully so: You might even get yelled at!
by Charles Boyung
My goal here is to explain the differences between what Ajax really is and what most people are interpreting it to mean.
by Sacha Barber
In this post we will look at 2 ways you can write state machines with Akka. We will firstly examine the more primitive (but easily understandable) approach, and then look into the more sophisticated approach offered by AkkaFSM. What Is A State Machine?
by Manjuke Fernando
Always encrypted feature in SQL Server 2016
by João Paulo Figueira
An alternative way to create the menu bar
by Vijay Rajanna
In this post, you will read about an early bird's view of Windows 8 "Metro UI"
by jgauffin
Here is an easier way to debug windows services
by sayem.bd
This article is the first part of a series of article which will try to explain the basics of design patterns
by sayem.bd
This article is the second part of a series of articles which will try to explain the basics of design patterns.
by rudigrobler
Anatomy of the Windows 7 taskbar – Jumplist (Part 1)
by rudigrobler
If your application is associated with a specific file extension, then you get the last part for free! The taskbar also lists files opened by your application in the Recent category!
by rudigrobler
In my “quest” to create thumbnails similar to the ones used in Internet Explorer 8, I hit a couple of snags!
by rudigrobler
With Windows 7’s public release less than 2 weeks away (22 October 2009), I decided to dig into how the taskbar works!
by hjgode
BtPrint4 A Bluetooth Label printer demo This is my first Android project and I had to learn how to get an Android activity working.
by hjgode
This is an update to my btPrint4 Android application.
by Andy Point
How to create Android Navigation Bar Menu using Bottom bar Library
by Neta777
CodeProjectIn this post series I'll do a deep dive into Android's graphics buffer management system.
by Neta777
In this post, I'll describe graphics buffers flows in Android, with special attention to class BufferQueue which plays a central role in graphics buffer management.
by Sibeesh Passion
In this article we will learn how we can create Angular JS autoComplete text box with the data from SQL Server database. We use MVC architecture with Web API and Angular JS to fetch the data and do all the manipulations. I am creating this application in Visual Studio 2015.
by Gilly Barr
AngularJS Custom Directive with Two-way Binding Using NgModelController
by Sibeesh Passion
Introduction Hi all, I hope you are fine. Today we will learn about Angular JS HTML DOM elements.
by Martin Jarvis
The new MVC3 Validation Groups
by ledtech3
How to get Windows XP OS bit version in VB.NET.
by nageshwa
Anti-cross site scripting library (AntiXSS)
by ocoudert
There are striking lessons in failed software architectures, and it all starts with API design. I am sharing here my practical experience with C++ projects, but most of these advices also apply to Java.
by Sacha Barber
App.Config Transforms outside of Web Project
by CdnSecurityEngineer
When you want to buy something that you can afford, what do you do? Well if you’re like most people you go to some financial institution and take out a loan in the amount of the item you wish to…Read more ›The post Application Security Economics appeared first on Security Synergy.
by Sibeesh Passion
In this post we will discuss how we can apply CSS important in JQuery. We all know that we can not apply a important CSS property directly to an element. It does not work. But still there is a solution for that. Here I am going to share you that. I hope you will like […]
by Ben Liebert
Architecting Cascading Style Sheets (CSS)
by OwenDavies
Microsoft announced back in May of the Windows Server Containers support in Azure Kubernetes Service Preview. Finally we can run Windows containers on the AKS service. It’s still only in preview, but fingers crossed will be coming to General Availability soon..
by OwenDavies
So you want to create a Virtual Machine on Azure, this can be done in the portal. But really we want this scriptable, so that we can run it at a later date if needed and also so we can leverage this work and use it to create other virtual machines at a later date..
by trottin
In .NET 4.0, there is a new option when adding controls to a page or user control: ClientIDMode. This property offers you four choices: Legacy, Static, Predictable, Inherit...
by Jeffrey T. Fritz
I've been spending a bit of time over the past month looking into ALL of ASP.NET, not just MVC or SignalR or WebAPI.
by Cruz Boon
Implementing ASP.NET callback.
by Cruz Boon
ASP.NET callback issues.
by Nuno M. F. Gomes
ASP.NET Controls – Problem sorting GridView with SqlDataSource control
by User 1043264
How to use Razor Pages in ASP.NET Core 2.0. Continue reading
by Imran Abdul Ghani
ASP.NET Interview Questions for Beginners and Professionals - Part 4
by TheyCallMeMrJames
This is the second post in a series about jQuery and ASP.NET MVC 2 in Visual Studio 2010. Two perpetually frustrating tasks I have dealt with are scratching out a UI to collect data and having to work with that data client-side.
by TheyCallMeMrJames
This is the third post in a series about jQuery and ASP.NET MVC 2 in Visual Studio 2010. 100% of the developers I have talked to this morning are enjoying jQuery and how it makes ASP.NET MVC sites a treat to work on. Of course, the sample size was one (1) developer, and he’s writing this post.
by Murali Gowda
Create custom HTML Helpers to make it easier to generate view content.
by Arun Ramachandran India
WebMethod overloading in ASP.NET web services
by Arun Ramachandran India
CodeProject In the last blog post, we have discussed about consuming web services from the client application. In this article we will go over how to use session state in a web service. This is continuation of the previous article.
by Rui Jarimba
Web Services Dependency Injection using Unity
by TheyCallMeMrJames
With the release of MVC 3, the updated project templates and the Razor view engine we have several new features and tool improvements at our disposal.  I wanted to see how hard it would be to get a quick mash-up of some ASP.NET goodness and the Google Maps API.
by Nikola M. Živković
Asynchronous Programming in .NET – Motivation and Unit Testing
by Manoj.Kumar12
Authentication against CRM contact using custom STS
by saramgsilva
This sample show to connect one Windows Phone 8.0 app to Facebook, Google and Microsoft account. Main Features: Login/Logout and has an about page with feedback, share in social networks, review and share by email. Download C# (19.4 MB) Introduction … Continue reading →
by Dan Rowinski
When the smartphone meets the automobile, the future of technology is the road ahead.The post Auto + Mobile: Cars Have Always Driven The Future Of Technology appeared first on ARC.
by BC3Tech
Auto-gen a URI string based on a method call.
by Omar Al Zabir
Automatic JavaScript, CSS versioning to refresh browser cache
by Raymund Macaalay
How to automate Backups on SQL Server Express Version
by BC3Tech
How to auto-update your NuGet packages at build time
by ArindamNayak
Azure Mobile Service with Pusher Integration (Real Time APP)
by jebarson
Azure Tutorial; Be in cloud (Part 3)
by Ivan Krivyakov
BackgroundWorker and UI threads
by Daniel Vaughan
Banishing String Literals from XAML Resource References
by John Atten
CodeProjectWhile there are GUI interfaces available for GIT (some good, some bad), familiarity with at least the basics of git’s command line interface can only enhance your ability to use the tool to maximum effectiveness.
by RaviRanjanKr
A simple theoretical blog to help you learn about what is Code Access Security and its pros and cons
by staffan_v
Batch uploading music files to Echo Nest
by Simon Jackson
Be careful of those SPECIAL names in Unity
by Benaiah Mischenko
Ever want to create beautiful gilding beside your text with CSS? (Here’s a demo, if you’re in a modern browser) It’s actually quite easy. Here’s how… First, some simple HTML. I’ll just give you this one: Concept 1 Minstrel Then, you need [...]
by Prava-MFS
As we all know about CSS (Cascading Style Sheets) is a language used for styling the web pages written in HTML, XML or XHTML. In CSS, selectors play a vital role to declare which part of the web page, the style applies to and it is done by matching the tags or attributes present in […]
by santosh.yadav198613
Hello Everyone in this blog we will learn how to utilize the functionalities provided by Angular CLI to create a new Angular 5 App. And we will see different commands available in Angular CLI to increase our productivity.
by Zhuyun Dai
I summarized some best practice rules in writing a COM-visible assembly according to my recent work.
by n.podbielski
A better algorithm for finding UpdatePanel that will be updated during page request
by Syed Mujtaba Hassan
I needed to bind a checkbox in gridview to a database field but to my disappointment I found that this was not easy. We could bind “Text” property but what if I don’t want to display the value I am binding (e.g. ID of that record). Here is a work around.
by jmix90
A lot of controls expose properties which are not DependencyProperties and then you can’t put a binding on it. On some other cases, you only have a getter as accessor and you can’t put a binding on it too...
by BC3Tech
Bing news - your blog reader
by Cruz Boon
Let’s say, we have a survey requirement. See how we can store multiple selections in a field by using bitwise.
by Tomer Shamam
Design Time Support for MEF
by Vijay Rajanna
Bluetooth Server Programming on Windows
by matthewproctor
Bolo8 - Retro Gaming revisited on Windows Phone, Windows 8 and XBLA
by matthewproctor
Bolo8 - Retro Gaming revisited on Windows Phone, Windows 8 and XBLA
by Gil Fink
The book is all about Entity Framework 4.
by Gil Fink
Book Review – HTML5: Up and Running
by Nathan Gloyn
For a newcomer to CI in the .NET world, I would recommend you read this book as it will provide you with information and guidance to help you get your CI process in place.
by PeteBarber
Book review: Swift Essentials
by Sampath Lokuge
Book Review: WebRTC Integrator's Guide
by Syed Umar Anis
Code Complete 2nd Edition
by Taiseer Joudeh
Boost UI rendering with client side templating.
by zenwalker1985
A small tool called BoxCop which is basically a static analyzer just like FxCop
by Keith Holloway
Boxing and the Unified Type System
by Omar Al Zabir
How to browse the internet faster and save power using a smart HOSTS file
by Shameel
This article introduces you to BrowserSelector, an open source app that acts like a bootstrap to associate urls to different browsers installed on your machine,.
by Afzaal Ahmad Zeeshan
In this post, I am talking about methods used to build custom documentation builders for .NET projects using Reflection APIs.
by Ashish Kaila
How to build a docking window management solution in WPF
by Pete Mourfield
Building a Facebook Graph API application using ASP.NET
by DapperDanH
In this post, I would like to discuss adding, deleting, and updating data through the Web API.
by Alejandro Gaio
Building a self-hosted, RESTful web service with WCF.
by Cyborgx37
A simple F# application that solves Sudoku puzzles. Links to helpful resources are also provided.
by matthewproctor
How to build a Windows Phone app
by matthewproctor
How to build a Windows Phone app
by Chris Boss
By using a procedural based approach using such a three tiered system, I strongly believe that operating systems could be designed to be simpler, faster and smaller, which is exactly what we need today for our mobile platforms.
by Simon Jackson
For my sins, I was asked back to FutureDecoded again this year to give a talk on the Microsoft UWP platform, specifically about bringing games to the XboxOne using UWP.  By all accounts the session went well (especially as there was standing room only by the time the …
by Ali Tarhini
The textbox we are about to discuss will have the regular asp.net validator controls built in and configurable as properties from within the textbox. Also the textbox's input type is customizable and varies between Text,Digits,Alphabets...
by Andrei Ion Rînea
Building Client (JavaScript) Custom Validation in ASP.NET MVC 4 using jQuery.
by Giorgi Dalakishvili
This post is part of a series about building a simple mathematical expression evaluator.
by Giorgi Dalakishvili
This is the first part of a series about writing an expression evaluator in C#.
by Ayobami Adewole
How to install packages with Windows Installer XML
by rudigrobler
Building OpenPOS – Windows 7 Love
by matthewproctor
Lunar Lander was an arcade game developed by Atari, Inc.
by User 9557924
In this post I will try to cover some of the basic concepts and features of MEF over a working example.
by Imran Abdul Ghani
Part-2 in the series of developing a basic Web Application using MEAN Stack
by Philip Laureano
How to build your own System.Reflection API from scratch
by Madhur Kapoor
New features of C# 6.0
by micahs
What is the factory design pattern? Well to begin with, it is something that is referenced frequently in software architecture. Functionally, a factory builds an object. More specifically, factories render instances of an abstract class type.
by thebacon
In this post, I'd like to show some useful examples of expression usage, specifically calling properties.
by Ali BaderEddin
A tool to make it easier to learn C# regular expressions...
by John Atten
C# SMTP configuration for Outlook.com SMTP host
by Ali BaderEddin
There are two very common ways of telling the user that your application is busy. One is to show a progress bar that gets updated based on the progress getting done, and another is to show the "Waiting" cursor while the application is doing work.
by Vidyasagar Machupalli
C#, Web API: HTTP GET with a Request Body
by John Atten
John on Google CodeProjectLet’s face it. Managing date information within the .net framework (or any framework, really . . . Java is not much better) is a pain the the ass. Really. What makes it even worse is managing user data entry of date information.
by Alex Turok
It is difficult for me to imagine a program that doesn't deal with collections of some type – all our applications do proliferate with Arrays, Lists HashSets, DataTables and dozens of others. When writing code in C# the first tool I consider when faced with a collection is LINQ.
by pi19404
This article describes basic concepts of C++ Storage Access Specifiers.
by Sebastian Krysmanski
Table of Contents [hide] 1 Introduction 2 Handles 3 CLR types 3.1 Native and managed types on stack and heap 3.2 Handles and Value Types (.Net Structs and Enums) 3.3 Casting Handles 3.4 Passing handles 3.5 Mixing native and managed types 3.6 Type Of 4 Modifiers: visibility 5 Modifiers: abstract
by Paulo Zemek
Simply put, the this variable is not a smart pointer.
by Keyhole Software
My local development feedback loop between code change and runnable container was annoyingly long on a Maven-based project I was recently working on. I wanted to speed things up.
by Biswal Tanmaya
In this blog, we will discuss how to cache your whole project.
by Dinesh K Mandal
Calling method in parent page from user control
by Abdul_Rafay
Calling Send and Receive Pipelines from the orchestration expression shapes
by Steve Wellens
Years ago, when I created my first ASMX Web Service and called it from an application, it was easy and it was fun. I was able to call functions on a server, from a client, with little effort.
by Madhur Kapoor
How to call web service from Windows Phone 8 app
by Steve Wellens
A user had a problem calling a Web Service from a web page asynchronously. I tried his code on my machine and was able to reproduce the problem. I was able to solve his problem, but only after taking the long scenic route through some of the more perplexing nuances of Web Services and Proxies.
by Morris Bahrami
How to call Web Services from JavaScript
by Daniel Vaughan
There are two things I wanted to look at. Firstly, I wanted to allow a web service to be called after the Silverlight application’s Exit event is raised. Secondly, I wanted to provide the Silverlight application with the opportunity to cancel, or at least interrupt the close window process.
by Morgan Estes
Fixing protocol errors in WordPress plugins
by BC3Tech
If you can't deploy to Windows 10 Mobile 10581, read this...
by danielthesolver
The cardinality of a collection A (which might be an ordered or unordered list, a set, or what not) is basically the number of unique values in A. For example, the collections [1,2,3,4] and [1,2,1,3,1,4,3] have the same cardinality of 4 (and also correspond to … Continue reading →
by Dmitriy Kozlov
Cascading drop-downs with Cross-site Lookup for SharePoint 2013 and Office 365.
by Chris_Green
How to change background color of invalid controls using ASP.NET Validator.
by Dmitriy Kozlov
Change of approval status in SharePoint edit form
by Mohammad Elsheimy
Learn how to change display settings (resolution, bit count, etc.) using C# and DirectX SDK
by Derek Lakin
Changing the Caret Colour in WPF
by Cindy Potvin
Character Encoding with ASP.NET MVC Helpers
by John Michael Hauck
Settings charm flyouts to a C# Metro application.
by Sibeesh Passion
In this article we will learn how we can create some client side chart widgets with the data from SQL Server database. We use MVC architecture with Web API and Angular JS to fetch the data and do all the manipulations. I am creating this application in Visual Studio 2015.
by Sandeepkumar Ramani
Check File type at client side – jQuery
by OwenDavies
A quick look at what is Chocolatey and how to install it
by Simon Jackson
How to choose the right data provider
by Ivan Krivyakov
Christmas Carol: XML Signatures
by Gary H Guo
Discuss unifying static programming and dynamic programming in application development
by Bryan O'Connell
A simple script for deleting files in bulk
by Dmitriy Kozlov
How to put the client people picker that has become available in SharePoint 2013 onto a custom form with the help of the latest version of Forms Designer 2.8.9
by Girish J Jain
Let's learn the compatibility between multiple CLR versions which exist and how we can use the supportedRuntime element in an application's configuration file.
by Bahrudin Hrnjica
How to implement CNTK 106 Tutorial in C# - this tutorial lecture is written in Python and there is no related example in C#. For this reason, I decided to translate this very good tutorial into C#.
by Steve Wellens
Code builder for jQuery AJAX.
by Ritesh Ramesh
Code Management on a budget
by Chris Boss
I have followed stories about learning to code in education and am intrigued by what I have read.
by Adrian Alexander
Collections for WPF and NHibernate
by Ahmed_Said
Colorful Microsoft Windows Forms Controls
by Steve L. Powell
COM and .NET: Cleaning up
by Nitin Singh India
Combining jQuery with ASP.NET AJAX.
by Gil Fink
A simple example of making a JSONP call to a WCF Data Service using jQuery.
by Timmy Kokke
A very simple Windows Store application based on TypeScript that uses jQuery and KnockOut to get some data from the internet and show this in a GridView
by Steve Naidamast
Common Sense Software Engineering – Part II; Requirements Analysis Due to the nature of this critical component to software development, this essay intends to present this subject in broad strokes to incite interest among developers in pursuing their own development agendas properly.
by Sohel_Rana
How to use Common Service Locator to lose dependency of your project on IoC container.
by Steve Wellens
After years of working in the .NET environment, you can still find new and amazing features.
by Adrian Vintu
A comparison of Android vs iPhone vs Nokia vs BlackBerry vs Windows Mobile 7
by Daniel Vaughan
Prompted by a recent comment on the T4 Metadata Generation template article, which I released some weeks ago, I have implemented a new mechanism for concatenating property paths. This allows compile time validation of properties that exist on composite or nested members.
by Joel Ivory Johnson
Download Code (1.14 MB)I was thinking about how to write code that will work on both Windows Phone 7 and Windows 8 (Metro). In theory some of the techniques that could be used are well known. But I wanted to try them out. So I decided to try some things out in a piece of throw away code.
by stoimenpopov
Quicksort is a very elegant general purpose sorting algorithm and every developer should be familiar with its principles.
by Brij
Concurrent Collections with .NET 4.0
by Dileep Ashok
Configure Many-To-Many Relationship and ListBox control in MVC and Entity Framework
by Tarun_Arora
In this blog post, I’ll show you how to use Outlook.com as the SMTP client for your TFS.
by Gordon Beeming
Configuring a Chocolatey install
by Melick
Configuring Application Server Role, Web Server (IIS) Role Error in Installing SharePoint 2013 in Windows Server 2012
by Tharaka MTR
Connect to Ubuntu from Windows via RDP
by Hideous Humpback Freak
How to construct the SUT (System Under Test) – Eradicate Brittle Unit Tests
by Graham D Smith
In the previous post in this series we covered using Release Management to deploy PowerShell DSC scripts to target nodes that both configured the nodes for web and database roles and then deployed our sample application. With this done we are now ready to do useful work with our deployment pipeline,
by Graham D Smith
At this point in my blog series on Continuous Delivery with TFS / VSTS we have finally reached the stage where we are ready to start using the new web-based release management capabilities of VSTS and TFS. The functionality has been in VSTS for a little while now but only came to TFS with Update 2 o
by Graham D Smith
I suspect I’m on reasonably safe ground when I venture to suggest that most software engineers developing applications for Windows servers (and the organisations they work for) have yet to make the leap from just writing the application code to writing both the application code and the code th
by Graham D Smith
In a previous post in this series on implementing continuous delivery with TFS we looked at how some simple tweaks to the build process can help with the goal of baking quality in. This post continues in the vein of making improvements to the pipeline by addressing the issue of assembly versioning.
by Graham D Smith
In this instalment of my series on implementing continuous delivery with TFS we finally get to build the deployment pipeline with Release Management. This won’t be a tutorial on how to use Release Management so if you need to get up to speed with it I have a getting started post here.
by Graham D Smith
If you get to the stage where you are deploying your application on a very frequent basis and you are relying on automated tests for the bulk of your quality assurance then a mechanism to alert you when things go wrong becomes crucial.
by Graham D Smith
Continuous delivery with TFS: Creating an All-in-One TFS Server
by Graham D Smith
In this blog post (which is part of my series on on implementing continuous delivery with TFS) we look at creating automated web tests with Selenium.
by Graham D Smith
Making Sense of the DSC Feature in Release Management
by Graham D Smith
This post is part of a series of posts on building a continuous delivery pipeline with TFS. We are getting very close to the point where we can use Release Management to build the deployment pipeline but there are still a few configuration tasks to take care of first.
by Graham D Smith
In this instalment of my series on implementing continuous delivery with TFS we pick up where we left off in the previous post and add the automated web tests we created to Microsoft Test Manager. We then look at how to schedule these tests for automatic execution through the deployment pipeline.
by BC3Tech
In my last post we talked about setting up CI & CD for your Xamarin.Android project. Let’s continue on with our cross-platform story today by targeting Windows 10.
by OwenDavies
Windows Azure portal has the full breadth of Azure visually displayed for you to see your Azure subscription and discover new things on the platform. But manually clicking through to provision a new VM or restart a VM isn’t the dream.
by Jake Drew
Controlling your web camera using C#.
by Kelum W. Ganegoda
Code to convert/format numeric value to alpha value in M3.
by S Leistikow
Converted 4-Tier architecture.
by Simon Jackson
How to convert DirectX .X files for use in games
by User 6619207
How to copy a table using SQL Server Management Objects
by Member 11794279
CQRS – Simple Architecture
by Melick
How to create a web part page programmatically
by Brij M
How to create and deploy a Windows Azure application.
by Ashish Kaila
How to create custom Windows in WPF with ease
by Talking Dotnet
In my previous post about Writing your first jQuery Mobile app - Part 1, I have explained about creating single page, changing themes and creating navigation button.
by rudigrobler
This demo will ONLY focus on the VIDEO ON DEMAND scenario!
by Bryan O'Connell
A simple PowerShell script to automate zipping up files and folders.
by Arpit Jain
Creating a custom context menu using jQuery.
by mopicus
How to create a database connection pool
by Richard James Moss
How to create a custom ErrorProvider component for use with Windows Forms Applications
by Bill Wagner
How to create a custom Kudu script for the AllReady app
by Richard James Moss
How to use TypeConverter allowing complex objects to be edited as though they were simple strings
by Richard James Moss
This follow up article expands upon the sample in the first part, to include more concise design time code generation, expandable property support, and finally custom lists of values.
by Derek Lakin
Creating a Custom View Mode that Supports a Template Selector
by Artem Smirnov
Creating a custom Visual Studio project template
by Derek Lakin
I'll show you how to implement a custom Style by implementing a custom message box.
by Arpit Jain
This article explains how to upload a file using HTML 5 and JavaScript.
by Richard James Moss
This article describes adding design time support for a TabControl-like component which renders the same way the Project Properties in Visual Studio 2012.
by kishore Gaddam
How to use SCRUM Template 2.0 to manage projects in VS 2012 TFS
by Duke Of Haren
How to create a simple plugin system with .NET
by Mohammad Elsheimy
Give the user the flexibility to design his sheet, report, bill, invoice, whatever.
by Jamie Munro
How to create AJAX pagination without the pages
by pollirrata
How to create CodeCollaborator reviews using command line
by Arpit Jain
How to create custom context menu using jQuery
by Talking Dotnet
This post is Part 4 of creating a dialog box in jQuery mobile.
by Gaston Verelst
In this post, I show how to create an image from a VM in Microsoft Azure, and use this to create identical VMs.
by Mohammad Elsheimy
Learn how to create transactional vista using C# and Windows Vista (and higher) SDK.
by Raymund Macaalay
How to create WebPart properties.
by saramgsilva
This article aims to present the Microsoft App Studio for creating applications for Windows Phone 8.1 and Windows 8.1. A few months ago Microsoft released Windows Phone App Studio Beta, a service that allows any person without programming skills … Continue reading →
by Mohammad Elsheimy
Learn how to create/extend a culture and register it for future use (even by Windows)
by skydger
Critical Error – Start Menu and Cortana aren’t working
by Rick Bassham
An easy way to do an AJAX call to another domain
by Andrew Blank
A bit about this project I was asked by a co-worker for an example of using Selenium Web Browser Automation with C# so I wrote a quick example in C# with MSTest and DotNet Core and I posted it to Github. https://github.com/andyrblank/Selenium-C-Sharp-Example What is Selenium?
by Dmitriy Kozlov
Cross-site lookup column for SharePoint 2013 and SharePoint Online in Office 365
by RaviRanjanKr
This blog will enable you to understand the basic of Cryptography with Asymmetric Encryption Algorithm Classes.
by RaviRanjanKr
This blog enables you to understand the basics of Cryptography with Symmetric Encryption Algorithm Classes.
by JasonDove
The basis of this solution is to control which fields are grouped on within the report, this will in turn change the summary operations and change the entire context of the report. This is done using Crystal Reports built-in Parameters in a way often overlooked by developers.
by m_kramar
CSS and JavaScript minify and combine in MVC3.
by Víctor Sumozas
CSS divide page into sections
by Abhijit Jana
CSS Friendly Menu Control in ASP.NET 4.0
by Jamie Munro
This is the first article to follow-up on my why "Why Is Internet Explorer Better?".Today's article is going to discuss how Internet Explorer deals with margins.
by Dave Ceddia
CSS transitions explained
by Prava-MFS
Hello everyone, today I am going to share one basic thing, which you all may know about it. I am going to explain how can we create numbered list using CSS. So, let’s go through it quickly without wasting much of our time :). HTML provides us few ways of creating lists.
by Prava-MFS
CSS: Custom HTML5 Form Validation with Visual Effects using Pseudo Class
by M Sheik Uduman Ali
Cumbersomeness Web.Config
by Rohitmssqlfun
Cumulative Update – 9 for SQL Server 2008 R2 Service Pack 2 Is Now Available!
by Val Okafor
In this blog post ,I will show  a walk-through on how to create a custom Navigation Drawer using the auto generated Android Studio Navigation Drawer template. This also applies if you are working with the ADT plugin in Eclipse.
by Val Okafor
In this blog post ,I will show  a walk-through on how to create a custom Navigation Drawer using the auto generated Android Studio Navigation Drawer template. This also applies if you are working with the ADT plugin in Eclipse.
by Chris_Green
Using a custom attribute to contain a resource key
by Adam Zuckerman
I am building a custom control (an accordion style of control) for WinForms.  During the building of the collapsible panel, I ran into an issue: how do I expose the control collection of a child control as the main control's control collection?
by Dmitriy Kozlov
A solution for the custom fields and save site as template problem.
by Panagiotis Bailis
Custom media player in WPF (Part 1)
by John Bhatt
Custom Message when no rows in GridView
by Sibeesh Passion
Custom Pager using prev and next in jQuery
by Gediminas Geigalas
Implementing a custom RoleProvider using Unity IoC library to support custom roles in ASP.NET MVC
by Bob Crowley
Custom Serilog Sink Development
by KevinBhavsar
Custom Splash Screen using Silverlight 4.0
by Jeremy Likness
How to customize the new Windows Terminal for Windows 10 for custom font, look and feel, as well as setup terminals for git-bash, Node.js, PowerShell, and Azure Cloud Shell.
by Kevin Mack
Custom VSTS Task: Code Analysis & Email
by Abhijit Jana
In SharePoint 2010, we can create Visual Web parts very easily from Visual Studio and can deploy it directly from Visual Studio...
by Nikola Breznjak
This is a simple example of how to make a custom YES/NO dialog with DialogResult in WPF.
by Deepak-VS
DataGridView – Stacked Header
by Deepak-VS
How to export data to Excel with formatted headers.
by Dennis E White
Date counting
by gmtzgtz
Date Validation JavaScript vs Code Behind vs RangeValidator
by Abhishek Sur
Deal with Performance in WPF applications
by Steve Wellens
"It works on my machine." How many times have we heard that?  Getting something to work on other machines, after deployment, can be the final challenge in a successful project.
by Simon Jackson
Debugging Unity 3D with VSCode
by Steve Wellens
XSLT stands for Extensible Stylesheet Language Transformations.There is so much to learn in our technical world… and so little time….and for some of us, even fewer brain cells. Alas, such is the life of a nerd/dweeb/geek.The latest technology I spent brain cells on is XML Transforms.
by Dinesh K Mandal
Decorator Design Pattern in .NET
by Paulo Morgado
The procedures to define document compatibility in Internet Explorer 8 are well documented here, but I’ve seen many developers and system administrators that are not aware of this...
by Raymund Macaalay
Deleting Files using File System Task in SSIS
by Ashish Kaila
An introduction to Dependency Injection.
by Manjuke Fernando
How to deploy Windows applications using ClickOnce (Visual Studio 2008)
by Brij M
How to deploy a Windows Azure application using the Visual Studio 2010 IDE.
by Zac Gery
The Gestalt Principles are based on the observation that people actively and subconsciously organize things into patterns and objects.  These principles are organized into Proximity, Similarity, Closure, Good Continuation, Common Fate, and Good Form.  They can be applied to all avenues of life.
by Zac Gery
The Gestalt Principles are based on the observation that people actively and subconsciously organize things into patterns and objects.  These principles are organized into Proximity, Similarity, Closure, Good Continuation, Common Fate, and Good Form.  They can be applied to all avenues of life.
by Zac Gery
The Gestalt Principles are based on the observation that people actively and subconsciously organize things into patterns and objects.
by Camilo Reyes
The word “modern” gets thrown around a lot in UI design. I feel like it often gets misinterpreted into meaning whatever you want. To add to the confusion, a quick look in the dictionary defines modern as.
by Dmitriy Kozlov
Designing Custom Forms for Smartphones, Tablet Devices, and Regular PCs
by Mark Brownsword
Designing the business intelligence application
by Abdelrahman El Kinani
Azure MySQL DB, how to design it, basic UWP todo demo
by Taiseer Joudeh
A sample eLearning system API which follows best practices for building RESTful API using Microsoft technology stack
by Abhijit Jana
Details explanation on Compression Enabled Session for SQL Server and State Server Session Mode in ASP.NET 4.0
by Kunal Chowdhury «IN»
Detecting System Information of WP7 Device
by Stephen Cleary
How to detect a dropped TCP/IP connection
by Komal Mangal
This article will help you determining the owner of a file/folder which is displayed in the Advanced Security Settings.
by Arian Celina
How to develop mobile applications using web development skills
by Zac Gery
Paint.NET is a free open source project that helps bridge the gap between the low fidelity and high cost options currently available.
by kiran dangar
Developing custom AD rotator control with multiple Image Mapping using C#.NET & XML
by Arian Celina
How to develop Hybrid Mobile Apps with Phonegap, AngularJS, Bootstrap
by DotNetForAll
How to develop resolution independent applications in WPF
by Rajneesh Kumar Verma
This article will let you to start developing Universal Windows App in windows 10 using Visual Studio 2015
by Raymund Macaalay
In this post, I will show you how easy it is to develop webparts in MOSS (Sharepoint). If you know how to develop in .NET, then it will be a breeze. It will be as easy as 13 steps, so here we go.
by hjgode
Windows 10 UWP wireless label/receipt printer demo
by Sebastian Solnica
Today I would like to share with you an interesting (I hope) diagnostics case in one of our system services. The IngestService (that is its name) was not starting properly for the first time – it was being killed because of exceeding the default 30s timeout.
by Sebastian Solnica
Performance counters are used to provide information how well the operating system or an application, service, or driver is performing.
by Imran Abdul Ghani
Difference between ASP.NET Webforms and ASP.NET MVC
by Abhijit Jana
Different Versions of Integrated Web Server in Visual Studio 2010
by Inaki Ayucar
How to get exactly what you need using DirectoryInfo.GetFiles, with an exact extension match lookup
by Super Lloyd
My latest developments at writing a clean WinRT component exposing a clean yet complete DirectX D3D (and maybe D2D as well) API to C#.
by Super Lloyd
DirectX made simple
by Jeremy A. Wilson
How to disable local workspaces in TFS 2013
by n.podbielski
Display message on client from anywhere in code with ASP.NET.
by Raymund Macaalay
I remember I was using MOSS before and this is possible by using by connecting to another library like how it was disucssed in this blog http://sharepointgeorge.com/2009/display-sharepoint-list-site-data-view-web-part/, but now I had changed jobs and I am implementing the free version first whi
by jgauffin
How to display date/time using the user timezone (without it being configured anywhere in your application)
by Richard James Moss
A sample on displaying the contents of a PDF file in an ASP.NET application using GhostScript
by Diego Resnik
Cache mechanism is one of the basic infrastructures in every medium & above project, either web application or winForm application.
by Richard James Moss
This article describes how to break up a rectangle into smaller parts based on user defined co-ordinates.
by Martin Hinshelwood
From time to time your website structure may change. When this happens you do not want to have to start from scratch with your Google rankings, so you need to map all of your Old URLs to new ones.
by Suarte
A hands on example of domain driven design - Part 3
by Morris Bahrami
How to include zip/unzip functionality in your .NET applications.
by Abhishek Sur
The article describes how you can deal with dynamic object to inject members during runtime. It also demonstrates how to create Custom DynamicObject.
by Alphakoda
Introduction to dynamic programming in C# 4.0
by SleepyCrat
An example of two way communication between a web application and its connected users
by Alvin Bunk
How to dynamically format Phone field with JavaScript
by AlexTatiyants
Functional programming has been all the rage lately, yet surprisingly few have heard about an intriguing alternative known as Dysfunctional (or FUctional) programming.
by Gordon Beeming
Script to easily download Ch9 videos.
by jgauffin
How to get clean and flexible model + validation localization in ASP.NET MVC3
by Sadeque Sharif
Easily trace all errors of Stored Procedures in MS SQL Server.
by kribo
Eclipse on a USB flashdrive
by Martin Jarvis
Educating clients about the way the web works
by Leom Burke
EF Code First and WPF with the Chinook database. Part 2 – The Client
by Leom Burke
EF Code First and WPF with the Chinook Database. Part 2 – The Client
by Dave Kerr
You may be familar with the shell, but it can be useful to understand some of the surrounding concepts in detail. How does a shell differ from a terminal? What is a tty? How do shells really work? Hopefully as you read this article you'll discovery something that you didn't know about shells.
by Dave Kerr
In this article, I'll show you how you can use the shell as an efficient tool to compliment how you use the clipboard.
by Manjuke Fernando
Due to an unavoidable situation, it was decided that all the write access to a particular server (SQL Server) was required to be removed immediately. And only few people should be able to access the server with full privileges.
by Codeman the Barbarian
Embedded Programming – Getting Started With the Netduino - Part 2
by Ernest Poletaev
How to load and use custom font, embedded in assembly resources
by Murali Gowda
Enable Windows 8 App(HTML) to make XHR Request to Service Hosted in Different Domain
by madan535
In this post we will learn how to encrypt connection string in web.config
by Sibeesh Passion
In this article we are going to see how we can encrypt and secure our connection string in our web config file. As you all know the connection string is the pillar of our data.
by Rui Jarimba
Learn how to use the Specification Pattern and how to generate Specification Objects for your Entity Framework entities using T4 templates.
by User 6619207
Entity Framework Code First and WCF Data Services
by Dave Ceddia
Escape or sanitize HTML in Angular
by hudku
Essential macros for C programming
by James Carr (Crashcarr)
The results have been pleasantly surprising in adding additional functionality to Notes and SharePoint.
by Raymund Macaalay
Everything in Active Directory via C#.NET 3.5 (Using System.DirectoryServices.AccountManagement)
by jmix90
Execute a command on a specified control when clicking on a button
by Afzaal Ahmad Zeeshan
C# 6 has been available for a long time, by now! Many developers have written many guides to "list" the features. I have written this post to explain those features, and to explain whether they are actually new or are they just sugar coating to the compiler.
by Jeremy Likness
WebAssembly now lives outside of the browser thanks to the WebAssembly System Interface (WASI) and runtimes like Wasmer and Wasmtime. Learn how to build and run your own WASI modules without leaving your favorite browser.
by Brij
Exploring Client Callback
by matthewproctor
This article demonstrates how to use Lync as an endpoint for monitoring hardware and devices - in this instance the Gadgeteer Fez Spider board with a Gas Sensor.
by Bryan O'Connell
Exploring TypeScript and what makes it sweet
by Sky Sanders
Exploring Web.config - system.web/httpModules
by Sibeesh Passion
Export Hierarchical (Multi-Level) HTML Table With Styles Using jQuery
by Sujay Sarma
How to export multiple Windows Tasks
by Vangos Pterneas
How to export your Unity Kinect project for Windows store
by Ashish Kaila
Expression Blend and Visual Studio designer(s) have stringent conditions that a user control has to follow in order for its type to be even declared compatible for loading.
by n.podbielski
Expression Parsing and Nested Properties
by Pranay Rana
By using a partial class, we can add custom logic to a class created by the ORM tool(s).
by Timmy Kokke
Extending Blend for Visual Studio.
by John Atten
Continued examination of C# ListView subclass with collapsible groups.
by Chris Boss
Visual Basic 6.0 just doesn’t want to disappear. Why ? Likely many have written vital applications using VB 6.0 and Visual Basic dot.net is so different that it is not a viable option.
by Ernest Poletaev
How to use ICSharpCode.TextEditor, free, easy to use, extendable and good quality syntax highlighting control for .NET program.
by Jyothikarthik_N
Extending Internet Explorer – Scenario based overview
by Caleb McElrath
This article will briefly focus on the topic of Asynchronous Programming by extending System.Action delegates.
by Caleb McElrath
Extension Me Convert: A Binary Look at System.IConvertible Derivations
by Manas Bhardwaj
How to extract table data from Word document using Aspose Words
by BC3Tech
If you’ve followed .Netitude for a while, you definitely know I’m a fan of Continuous Integration.
by Sheikh Abdul Wahid
Xtremecode or eX ASP.Net Generator is simply a tool which takes a collection of database connections as an input and produces a well-formed ASP.NET application.
by Sacha Barber
Now that we have some of the basic types and pattern matching under our belts, I thought it high time that we learnt a bit about how to organize our own code. Throughout some of the posts we have already been through I have been referring to modules such as the “List module”. In this […]
by adityaswami89
Façade design pattern
by Nicolas Brassard
Fake ISAPI Handler to Serve Static Files with Extensions that are Rewritten by URL Rewriter
by User 11633146
Fast build turnaround time is essential
by n.podbielski
This article is first part of the series of three. Next ones you can find here and here.. Code for all three articles, with new features and bug fixes is available on GitHub and as Nuget package.. Why not Reflection?. If you working with .
by Passion4Code
This post lists a few features of ASP.NET Core 2.0.
by Abhijit Jana
Few important tips while using ASP.NET Session
by Abhijit Jana
A few tips on customizing debugging windows
by Mehdi Khalili
In this article, I will cover some of the basic features of Fiddler.
by Mehdi Khalili
In this article we will cover some of the more advanced features of Fiddler.
by Vlad Neculai Vizitiu
FileSystem Syncher
by Ben Hall (failingfast.io)
You monitor a folder for new files with FileSystemWatcher and try to move those them on arrival. You get an IOException: ...being used by another process. The copying had not finished. Here, I offer a fairly robust solution to this.
by Akos Orban
A DataGridView control with built-in Filtering
by BC3Tech
In the final installment of my Continuous Integration & Continuous Deployment series, we’ll tackle the real wrench in the system: iOS.
by Joel Ivory Johnson
A quick implementation of FindControl for Windows Forms.
by comiscience
WCF named pipe transport
by Gergo Bogdan
Some thoughts about Visual Studio 2012 and First Windows 8 App Development with JavaScript and HTML
by Nitesh Kejriwal
Black screen after upgrading to Windows 8 on Dell Vostro.
by Fun@learn
Introduction This article illustrates options to force attributes on derived types. Background In .NET eco system, Attributes are not inheritable. This means any attribute applied on base class are not applied/inherited on derived class.
by Pranay Rana
ForEach method for the collections
by Sebastian Solnica
The article describes how to make a slideshow in a debugger. It may help you understand the PDB API in System.Reflection.Emit as well as impress listeners on any debugging-related presentations. :)
by Melick
Format text out as a table (format-table) in PowerShell
by abin jaik
Formatting date, number data on BCS OOB business data list webpart
by S Leistikow
Four tier IOC application.
by anichin
How to create a Windows (CIFS) share that will be accessible on the local network and will demostrate how to use the ZFS snapshots to restore lost data.
by Ivan Krivyakov
I would rather have the message honestly tell me what happened, and only then elaborate on a list of typical reasons.
by Keyhole Software
The String State anti-pattern is the use of a Java String to represent the state of an object.
by ericevenchick
Let's look at the components involved in microcontrollers and see how they work.
by hjgode
A class to make a Windows Mobile compact framework forms fullscreen. Includes code to catch all keys (no more working softkeys)
by bobleith
A generic file date/time stamper.
by Luis D. Aguilar
Functional programming is a programming paradigm that treats application operations as a sequential execution of functions.
by Vlad Neculai Vizitiu
Games as a service
by Arkadeep De
How to create a genealogy view in ASP.NET C# using Google Organizational Chart
by Tharaka MTR
Generate insert statements from a specific table data using SQL Server
by Marek Piechut
You can not only generate WS clients with Axis2 but also server skeletons.
by Brij
Generics and Constraints over Generics
by jgauffin
Get an unique session in each browser tab
by Debopam Pal
This example shows you how you get detailed information of any client IP address such as Country Code, Country Name, City and many more.
by James Carr (Crashcarr)
Get inventory of all SharePoint documents using Windows PowerShell.
by essentialSQL
The purpose of this article is to introduce you to subqueries and some of their high-level concepts.  There are a lot of details to cover in order to learn sub queries, but you’ll see we cover those in depth in later articles.
by essentialSQL
What is a Null Value? In databases a common issue is what value or placeholder do you use to represent a missing values.   In SQL, this is solved with null.  It is used to signify missing or unknown values.  The keyword NULL is used to indicate these values.
by essentialSQL
Grouping results returned from your queries using the GROUP BY clause
by essentialSQL
Query Results Using Pattern Matching in SQL
by essentialSQL
How to Group and Summarize your Results in SQL
by essentialSQL
Simplified Data Modeling in SQL
by essentialSQL
How to use the Except Operator in SQLServer
by essentialSQL
In this guide, I’ll show you how to get started using Power BI.  We’ll then get some sample data and use it to build a simple project.
by Pranay Rana
How to get the time of code execution using stopwatch
by Ben M Watson
Get Your Thread Synchronization Right the First Time
by Naveen
GetFinalPathNameByHandle is an new API introduced in Windows Vista. We will look at how to resolve an issue related to its usage.
by timtocci
Originally this application was a console application that I developed to get the music off of my iPod. After my post on transparent forms in VIsual Basic I decided to port it to a Widget format to make it easier to use and demonstrate what goes into creating a transparent Windows Forms application.
by Scott Dorman
Attribute programming has a lot of benefits and, when done correctly, can greatly simplify the amount of code that you need to write. One drawback to using attributes is that the code required to retrieve a custom attribute from a type is a bit cumbersome and is very repetitious.
by Jonathan Wood
Why it is important to be careful when using the Caching feature.
by Morris Bahrami
How to get hardware and software details of the computers in your domain
by WebBiscuit
Looking at a simple MIDI handle wrapping class
by John Atten
Introductory examination of Git in a Windows Environment for those who are just getting started
by John Atten
This is the second installment of a multi-part series about getting your feet wet with Git for Windows developers.
by Simon Jackson
MonoGame (for those of you not yet aware) is a Game Building Framework / API born from the ashes that was the Microsoft XNA Framework that provides a very easy to use API to build games.
by Gilly Barr
Getting started with nodejs.
by Wes Aday
IntroductionPrism is a set of libraries that allow developers to compose applications from separate components into a composite application.
by ashish__shukla
What is Python? Python is a general purpose,interpreted and high-level programming language.It is object-oriented and dynamically typed programming language.Dynamically typed means that variables are not required to be declared before using them.Instead you directly assign value to a variable.
by Anton Angelov
Short tutorial on how to start using one of the world's best web automation frameworks - WebDriver. Exact steps to follow through code in C# and images.
by Shayne P Boyer
How to get started with Windows Phone and MVVM light
by Shayne P Boyer
Getting started with Windows Phone and MVVM Light
by Madhur Kapoor
I started developing application for the Windows Phone platform a few months ago. There are a lot of things i learned along the way and i want to share all that with you through a series of blog posts. In the current post, we will focus on the basic and will develop a very simple […]
by John Atten
This post describes a rather specific use of Git’s rebase command.
by Brady Kelly
I recently started migrating my code repositories from Subversion (svn) to Git. This is an account of my setting up Git and migrating one of my svn repositories over to a Git repository [...]
by JJ Bussert
Give Windows 8 another chance
by Bahrudin Hrnjica
Golden Ratio and GPdotNET v2 User Interface
by Stephen C Young
Google I/O 2014 Recap for web developers
by Dan Rowinski
It is 2014. Your website should be optimized for smartphones. The post Google Search Results To Highlight Mobile-Friendly Content appeared first on ARC.
by Stephen Akins
Monitor your websites using a Google Spreadsheet and some PHP
by Sam Varadarajan
SYSTEM var not supported error.
by Raymund Macaalay
Grabbing Information of a Terminal Services Session Programmatically
by Charles Boyung
Graffiti CMS Plugin – Custom Categories for RSS Feed Items
by Victor Rene
Gradia's initiative bar
by Abhishek Sur
Make your class library COM visible using few simple steps
by Allen C. Copeland Jr
Grokking the CLI - Part 1: Meta Mayhem
by Allen C. Copeland Jr
Grokking the CLI - Part 2: Meta Meanderings
by Afzaal Ahmad Zeeshan
In this episode I am going to talk about using graphical applications in Mono. The graphical framework to use would be Windows Forms.
by Steve L. Powell
In the previous article we developed a custom function in Excel using an Automation Add-in. It was fairly straightforward and didn’t take  long but performance isn’t one of it’s strengths and there is no way to properly document it within Excel for the user. The RTD is an automation add-
by Adrian Vintu
I've had multiple requests on information about developing an (Android) mobile application so I decided to add my tips in this guideline. Please mind that these tips are general and may not apply to all situations.
by Andre Vianna
History, the basic concepts of Fluent Interfaces and a small glossary of terms that I will use in this series of posts
by Andre Vianna
Some techniques to code each part of the sentence with some samples.
by Joel Ivory Johnson
The HttpWebRequest handles redirects automatically. That's usually a nice feature but it can actually get in the way when the web server is setting cookies in the same response in which it is sending a redirect.
by Rion Williams
Handling larger JSON string values in .NET.
by Rion Williams
Handy development tools for assisting others from your browser
by Mohammad Elsheimy
Symbolic links: a) Hard Links. b) Soft (Junction) Links
by Andrei Ion Rînea
Having fun with HTML 5 history API - Part 3
by m_kramar
Helper function to update/insert/delete collections in Linq2Sql
by Abhishek Sur
Hidden Facts of C# Structures in terms of MSIL
by Camilo Reyes
High Performance HTML Forms
by Kunal Chowdhury «IN»
History of Internet Explorer [Birth of #IE to #IE9]
by Saleh Hamadeh
In the last three decades, software development has undergone a drastic change. Computer science started out as a mix of discrete mathematics and electrical engineering. As more people bought personal computers, most businesses sold their software for fixed prices.
by Joseph (landofjoe.com)
Lance Hilliard has created a AutoHotKey script to effectively disable the Ctrl-Shift-S keyboard shortcut for Lync.
by essentialSQL
An answer to fix an error converting data type from varchar to float
by essentialSQL
Sort Alphanumeric Values with SQL Server
by defwebserver
How a LightSwitch HTML client application works.
by Vijay Rajanna
A post to find out how much you know about mobile sensors
by GarethI
It occurred to me after following the most recent UFC MMA (via the web blogs rather than PPV as I’m still too cheap!) that security and MMA have a lot in common. More precisely the fighters in a stable as very similar to security algorithms or process.
by Vivek Goyal
How to Add ActiveX Control at Run Time using C#.NET
by Nitesh Kejriwal
How to Add Custom Fields to User Profile in WordPress Using Plugins
by StevenHollidge
Simple and brief introduction to PostSharp and AOP style logging and monitoring
by Simon Jackson
Some of the best working practices for working with open source projects.
by Stephen C Young
Functional Programming
by Pragmateek
This article will give you more concrete information, mainly source code, if you need to implement a web API binding in .NET using the C# language.
by Pragmateek
This article describes the general principles, without diving too deeply into technical details that would be specific to a given platform.
by Kunal Chowdhury «IN»
How to build a simple Toast Notification in #UWP apps? (Part 1)
by Kunal Chowdhury «IN»
How to build a simple Toast Notification in #UWP apps? (Part 2)
by Vasil Trifonov
How to build a specific project from a solution with MSBuild
by Gaurav5582
How to Build an Enterprise Framework for .NET Based Web Application
by Kunal Chowdhury «IN»
Organizing custom control properties inside Visual Studio and Expression Blend
by Melick
How to check user permission for the web, list, or SharePoint Item in SharePoint JavaScript Object Model.
by rajendran_sp
How to use the ZipArchive class in a Metro style app to compress a set of files and save the compressed file to a particular location.
by Syed Adnan Ahmed
The concept of treasures in SharePoint world is not new. It was also used in SharePoint 2003. Treasures are like synonyms or similar words that you specify in SharePoint for keywords search.
by Nitesh Kejriwal
How to Convert a Date Time to “X minutes ago” in C#
by Val Okafor
In this blog post, I discuss how to convert Android View to PDF.
by Nitesh Kejriwal
How to convert date time to "X minutes ago" in jQuery
by Nitesh Kejriwal
How to count work days between 2 dates in SQL Server
by Nitesh Kejriwal
How to create a Hierarchical Menu using HTML, CSS and jQuery
by Member 8292021
How to create a tic tac toe game with web standards.
by Alex Choroshin
Developing a Win8 app and integratinge it with SharePoint Online 2013.
by Melick
SharePoint native web services can be access via _vti_bin mapped path.
by Kunal Chowdhury «IN»
Crop an object using Expression Blend
by Melick
Explains how to customize the New Item form to get parameters from the query string in SharePoint 2010
by AlexTatiyants
Here's how to configure a Mac to debug web sites in IE
by Sebastian Solnica
How to debug Windows services written in .NET
by ozkary
How to Deploy Files in Different Servers with Team Build
by Gaston Verelst
How to describe object state
by Kunal Chowdhury «IN»
This is a continuation to my previous post "How to create a Custom Control in Silverlight".
by Nitesh Kejriwal
How to do case sensitive string match in SQL Server
by Imran Abdul Ghani
There are several ways a user can add audio or video clips to a SharePoint page when editing the page in browser. Here we are going to discuss the following ways to embed a video to SharePoint. We will follow a step by step approach to achieve the desired output.
by Ghanshyam N Patel
How to enable gzip compression in IIS7
by Brij
Enabling HTTPCompression in IIS6
by Alex Turok
How to fail your brand new Windows Phone application
by Adam Zuckerman
Here's a post on how to find all child controls from a starting control or form
by Nitesh Kejriwal
How To Find Controls present in HeaderTemplate or FooterTemplate of Repeater Control in ASP.NET
by Tharaka MTR
This post will show you how to fix orphaned SQL users.
by RaviRanjanKr
This blog help you to learn how to format texts of TextBlock control in Windows Phone.
by merlin981
I know the title is a bit long, but it descriptive of the problem. Recently I had need to retrieve a listing of files and folders given a root path. All worked well, until I tested on Vista and Windows 7 machines.
by AlexTatiyants
Though support for modern standards is limited in IE8, it's not impossible. Here's how to add support for HTML5 elements and web fonts.
by Kunal Chowdhury «IN»
How to get rid of the XAML Design view inside Visual Studio IDE?
by Afzaal Ahmad Zeeshan
I was compiling a few things I would recommend to every beginner in computer programming. Here it is.
by Williarob
If you have ever looked at a media file (audio or video) in explorer on a Windows 7 PC, you may have noticed that it displays additional information about that media file that previous versions of Windows didn't seem to have access to, for example the length/duration of a Quicktime Movie Clip.
by Gordon Beeming
How to get your identity tokens
by StevenHollidge
How to host multiple isolated WCF services within a single Windows service with zero App.config
by Nitesh Kejriwal
Friends, In many websites having long contents we have seen a “Back To Top” or “Scroll To Top” button when clicked takes you to the top of the webpage. We see this kind of feature normally on the product listing pages of e-commerce websites.
by Adarsh Chaurasia - Passionate Trainer
After completing this exercise, you should be able to implement custom configSection, with nested elements, in your application's config file.
by Sergi Ortiz Gomez
My solution that can work with eWay payments from Windows Form Applications
by Kunal Chowdhury «IN»
How to implement template binding in Silverlight custom control
by Alexander Turlov
How to Improve ASP.NET UpdatePanel Performance
by Melick
SharePoint workflows are getting  slow for several reasons. in my environment I'm having a problem with following performance issues, therefore in my environment i got following problems. When a item added to the library it takes some times to initiate the workflow.
by DareenH
The Xdebug extension helps you debugging your script by providing a lot of valuable debug information.Before you install xdebug you should have PHP5 and Apache2 already working properly.
by Razib Chandra Deb
In my previous post I show How to Install IIS on Windows 7. Now I am going to show How to Install Microsoft SQL Server 2008 Express Edition. First you need the installer, download it from here. Requirements: Visual Studio … Continue reading →
by Eric Xue (brokensnow)
20 mins installation guide in order to get you with a Mac OS X Lion VM in no time
by Aniruddha Loya
How to install Windows on Macs?
by Afzaal Ahmad Zeeshan
How to interact with file; file system
by Melick
How to join multiple lists together and create a combined View.
by Mohamed M. Shaheen
This blog has been contributed to Forum Nokia Wiki at http://wiki.forum.nokia.com/index.php/How_to_make_Video_splash In those a few lines you will find a code of how to create easy startup splash screen that can play video files of any format (GIF,AVI,mpg,3gpp,real etc..)video splash classpack
by Alois Kraus
With the new Windows Performance Toolkit you can now identify bottlenecks in your system which did not show up in any profiler.
by Melick
How to open Documents in Office Web Apps in SharePoint apps (Provider Hosted and SharePoint Hosted)
by Dmitriy Kozlov
How to open an edit form of an item right after its creation
by Sandeepkumar Ramani
How to Open Large XML files without Loading the XML Files?
by Utkarsh Shigihalli
How to open a web page in internal browser of Visual Studio
by Chris Boss
How to optimize software for Windows and tablets.
by Abhijit Jana
How to pass ASP.NET server side array to client side and binding them with HTML element
by BillOsuch
How to preserve state across pages in a Windows 8 app
by Raymund Macaalay
How to render MVC view on a Modal popup window
by Nadeem Afana
Illustrates an efficient method of returning random rows from a SQL Server database
by Melick
How to set Current User Name to InfoPath Person/Group Picker
by Edward Legaspi
Setup Seam3-security in JBoss 7
by Syed Adnan Ahmed
This article will explain how to setup Windows Server 2008 Domain Controller on a VPC. Steps remain the same for physical machine.
by Inaki Ayucar
Learn how to sign C++/CLI assemblies with a strong name.
by RaviRanjanKr
This blog will help you to solve the issues while connecting Internet with Windows Phone 8 emulator during deployment process.
by Raymund Macaalay
How to sort the listviews you have created in SharePoint.
by DaveBlack
How to tell if an assembly is optimized
by ferventcoder
Use .NET Code on a Network Share from Windows.
by Abhijit Jana
How to Use ASP.NET “Property Pages” to create or host a Silverlight application in ASP.NET Site?
by Adnan Boz
How to use CPU instructions in C# to gain performace
by eric hexter
If you work at a company where you need to type in your user id to access sites on the internet and when you want to use git to push to a repository on the internet and it just hangs, here is a solution.
by Melick
How to use SharePoint Feature to Activate and Deactivate Custom SharePoint Master page
by John Atten
How to use SSH to access a Linux machine from Windows
by IInjac
How to use the preview of the new Azure Management APIs, SDK 2.2.
by Manjuke Fernando
Using Update Cursors in SQL Server
by Saleh Hamadeh
This post discusses how to verify phone numbers using Twilio and Parse
by Sujay Sarma
How to configure the Windows Firewall on a Windows Server
by Vangos Pterneas
How-to: Successfully install Kinect on Windows (OpenNI and NITE).
by Steve Wellens
An introduction to HTML 5 Custom Data Attributes.
by Steve Wellens
What are HTML 5 Custom Data Attributes?
by danielthesolver
HTML5 is the next major revision of the html standard. If all works well, it should become the dominant markup in the nearest future ousting both html4 and xhtml1 from their cozy locations. A lot of people say HTML5 is the next big thing. In some sense, yes. But in another no.
by M.Hussain.
This post is about conversion of HTML to PDF in ASP.NET using a free third party library (nReco htmltopdf) and exe (wkhtmltopdf).
by stephen.vaubell
The intention of this post is to look at the changes in HTML5
by Sandeep Mewara
Possible resolutions.
by Timmy Kokke
The basics of the Hub control and how to use it when working in Blend for Visual Studio 2013 preview.
by Duleeka Gunatilake
Identify Memory Leaks in Visual CPP Applications
by Vivek Johari
Identity property in SQL Server
by Steve Wellens
On the ASP.NET forums where I moderate, the poster's IP address is displayed at the bottom of the post. Often I am curious and paste the poster's IP address into an IP locator web page to find out where they are posting from. This was tedious.
by Steve Wellens
Being on the software "bleeding edge" is similar to being the "point man" in combat. I generally avoid being the first to adopt new technology until some other poor bastard has led the way…and occasionally paid a price: The price being missed deadlines, ulcers and ruined reputations. No thanks.
by Garry Pilkington
Microsoft have released IE 11 for Windows 7.
by Pragmateek
Introduction The following article is my response to “John” comment on my other post about native C++/C# interop using C++/CLI. The initial request was rather simple: for whatever reason John wanted to use the C++/CLI wrapper from Python and not … Continue reading →
by Buaziz
The most common Url rewrite rules for IIS 7 and above.
by AlexCode
Image Sprites and CSS Classes creator
by jgauffin
This post tells us why immutable collections should not implement mutable interfaces.
by Adrian Cini
Implement a CMS Site using MVC with Inbuilt SEO Functionality
by S Ravi Kumar (TechieRathore)
Recently I had requirement to use custom fonts (a font other than one present in device) in one of my Xamarin forms app, so I [...]
by Neeraj Kaushik1980
Implementing Jquery.tmpl (template) with KnockoutJS, ASP.NET MVC 3.
by Neeraj Kaushik1980
This article demonstrates implementation of knockoutjs observable viewmodel with jquery and ASP.NET MVC 3 and how to bind viewmodel with HTML controls.
by Robert Friberg
Implementing a Document Database Engine using #liveDB in less than 30 minutes
by Nikola M. Živković
What was initially just a thought exercise grew into quite a cool mini side-project
by Andy Feng
Improve CSS Development Productivity using Sass and Compass Part 1 - Configure Environment
by TechMyTalk
This article explains caching filter and compression filter that are suitable for use with any web application to optimize the number of requests and the response size.
by Kunal Chowdhury «IN»
Improved Solution Explorer in Visual Studio 2012 to improve productivity
by Cruz Boon
How to include JavaScript files safely.
by deveck
How to include a scripting engine in your own application
by Thomas Weller
Demonstrates how a self-written validation can be incorporated into a web page (using a bit of JavaScript) and how this can be mapped to a custom validation on the domain side
by Leland Richardson
HTML-based emails are one of those evil things in the life of a web-developer that we would all rather never have to do... but alas, it needs to be done.
by Dmitriy Kozlov
Forms Designer has just gotten a new feature: the related items control is now able to do inline spreadsheet-style quick editing. This feature is supported in SharePoint 2013 and SharePoint Online in Office 365.
by piyush_singh
How to install SharePoint online management shell on client side
by marcofranssen
Install Windows 8 from a rusty 256 MB USB stick
by Prava-MFS
How to install Zend Framework 2 on Windows OS
by Mithun Pattankar
Step by step process of installation of SQL Server Express 2014 on Windows 10
by John Atten
How to install and use SQLite on Windows
by Sibeesh Passion
Installing ASP.NET Core Docker For Windows
by anichin
Installing FreeNAS to USB stick.
by Yaroslav Govorunov
A very simple step by step guide to install OSQA on Windows server in production
by Yaroslav Govorunov
A very simple step by step guide to install Redmine on Windows server in production
by Steve Wellens
Installing XP SP3 "Access Denied"
by WolfiG
An implementation which enables the end user to choose a Services Registry backend at runtime
by Thomas Weller
Integration testing an ASP.NET MVC application without web server or browser
by Paulo Morgado
Internet Explorer 10 User Agent Strings On Windows 8 64bit
by Steve Wellens
I wanted a cheap, simple visual indicator similar to a progress bar. Note, not the kind of dynamic progress bar used when updating AJAX pages, more of a single-bar graph. It should have been simple task.
by Praveen Kumar Katiyar
Returning a string from a Win32 DLL using Interop.
by jgauffin
Introducing a validation library
by Philip Laureano
A look into the design of a statically precompiled IOC container that performs as fast as an application without an IOC container.
by Sebastian Solnica
How to create a very simple Windows Service (I will call it Musketeer) that will collect information about other processes running on a server
by thoughts-on-coding
A short introduction into the modern build system gradle
by Ali Ozgur
Introduction to Android development: TouchCalculator
by Dhanushka Madushan lk
Client side validation using JavaScript and server side validation using C# and validation server controls with simple examples
by kishore Gaddam
This is an introduction to HTML5 development using VS2010, HTML5, jQuery Mobile and ASP.NET MVC 4
by Ayobami Adewole
Introduction to jQuery in ASP.NET applications
by SneakyPeet
Introduction To Practical Domain Driven Design
by Keyhole Software
In the two-part series on scaling PHP applications, this part will focus on replacing Apache.
by Keyhole Software
This blog will go into advanced topics that need consideration when moving a LAMP stack to a scaled architecture.
by Zachary Gardner
This was originally posted on the Keyhole Software blog on 11/25/2013. This is the second blog in a two-part series on scaling PHP applications. The first blog in the series focused on replacing Apache+mod_php with Nginx+PHP-FPM.
by Member 11794279
"Data! Data! Data!" he cried impatiently.
by Joel Ivory Johnson
This is the first part of a multi-part blog post on developing for Windows Phone 7. In this post, I introduce the new operating system and start with XNA programming.
by Joel Ivory Johnson
Continuation of a blog post on Windows Phone 7 programming. This part covers playing sounds using XNA
by jgauffin
I've created a small sample project which demonstrates how you can invoke a query using JavaScript (and execute them in your server).
by Vidyasagar Machupalli
Ionic Hybrid Mobile App using MobileFirst Platform 7.1 CLI
by Chris Boss
IOT, Makers and Windows
by Keyhole Software
iPhone/iPad development with MonoTouch - a tutorial
by Dev Leader
IronPython: A quick WinForms introduction
by _debasis
Is JavaScript function invocation confusing
by Chris Boss
Today's development tools are becoming so complex that it makes one wonder, what has happened to software development.
by Gaurav Aroraa, irneb
IsNullOrEmpty for Generic Collections in C#
by Mohamed Taman
Understanding lambda expressions....This article of the “Java SE 8 new features tour” series will deep dive into understanding Lambda expressions. I will show you a few different uses of Lambda Expressions. They all have in common the implementation of functional interfaces.
by Bibhu Dutta
Lately, I was in conversation with our QA lead, which made us realize of an issue that, certainly will cause inconvenience to the end users of the web application on which we are working on. Although the issue is very … Continue reading →
by Brij
Javascript Dictionary
by Jamie Munro
JavaScript, the Back button, and Windows Phone 8 development
by Karl Stoney
How to configure Jenkins to automatically check your Node.JS projects dependencies against the Node Security Project
by madan535
jQuery 3D Content Image Slider in ASP.NET MVC
by Ravi_Baghel
In this article, we will see how we can make use of the jQuery library to make AJAX calls in ASP.NET with the help of HttpHandlers.
by Talking Dotnet
Prefetching and caching pages.
by Nitin Singh India
An introduction to AJAX with multicast delegates.
by jqwidgets
How to add a jQuery Tree with Checkboxes to your web page
by Talking Dotnet
How to execute/run multiple Ajax requests simultaneously
by Chris Boss
I am just waiting for the first Windows 8 small footprint tablet, 7 inch screen and so thin and lite it just weighs nothing in my hands.
by John Atten
Keep Nuget packages out of source control with Nuget Package Manager Restore.
by Kevin Mack
Hello all, It’s been a while since I did a blog post outside of the weekly updates. But I wanted to do one in terms of conversations that I’ve been having a lot lately and seems to be largely universal. High Availability.
by Vangos Pterneas
Kinect for Windows: Find user height accurately
by Shakeel Iqbal
Lambda Expression is one of the best features of C# 3.0
by Reader Man San
I wanted to further read about Plugin Architecture, which I made a list for reading about it, in this article: “C# Plug-In Architecture Articles“, so added more reading for Layered Software Architecture, and found the following very interesting presentations: .
by Naveen
LeakMon - Track Handle leak, GDI Leak and Memory Leak in your Applications
by Naveen
Explains how Leakmon is able to track down all the resource leaks
by Val Okafor
Working with date and time is one of the common task Android developers perform.
by Issam Lahlali
The majority of developers have already heard about design patterns, GOF(Gang Of Four) patterns are the most popularized, and each developer has his way to learn them , we can enumerate: Reading a book or a magazine. From web sites. From a collegue. Doing a training.
by stfairy
In this tutorial, we will load XML configuration from files ystem by using XMLConfiguration, and access specific configuration items by using methods provided by AbstractConfiguration.
by Gaurav Aroraa
In our previous posts we learned ‘What is S.O.L.I.D. Programming Principles and a detailed explanation with code of Single Responsibility Principle, Open/closed Principle, Liskov Substitution Principle and Interface Segregation Principle.
by Gaurav Aroraa
History: In our previous posts we learned ‘What is S.O.L.I.D. Programing Principles’ and a detailed explanation with code of Single Responsibility Principle and Open/closed Principle. S.O.L.I.D. is an acronym introduced by Michael Feathers as: 1.
by Chris Boss
Lessons learned from legacy Windows programming
by Gergo Bogdan
Steps for Windows Application development for Windows 8 using HTML5/JavaScript and also WPF and XAML.
by Pragmateek
Introduction Following my previous article on a similar subject, Extend your VBA code with C#, VB.Net or C++/CLI, I’ve received an interesting feedback from a VBA developer who wanted to leverage the advanced support of the .Net framework for regular … Continue reading →
by Colin Eberhardt
This blog post demonstrates a Linq API which can be used to query the WPF / Silverlight Visual Tree.
by Adrian Alexander
How to listen to HTML Events from BHO.
by deveck
Listview with custom scrollbars
by Ernest Poletaev
How to load and use font, not installed in the system?
by Tarun_Arora
The details of web performance and load tests as well as why it’s important to follow a goal based pattern while performance testing your application.
by Tarun_Arora
In part 3 I’ll be discussing Test Result Analysis, Test Result Drill through, Test Report Generation, Test Run Comparison, ASP.NET Profiler and some closing thoughts.
by Dinesh K Mandal
Today we will explore the way of loading ASP.Net user control at run time using jQuery. jQuery has one method load(fn) that will help here. This load(fn) method has following definition.
by Víctor Sumozas
Load login page debug mode. Save time.
by Sibeesh Passion
How to load an XML file and show as li using ng-repeat in Angular JS
by Pankaj.Sinha.Techno
Loading assemblies using Assembly.Load, Assembly.LoadFrom and Assembly.LoadFile
by DapperDanH
The goal of this post is to use ASP.NET MVC Web API to surface database data to the client browser.
by Ivan Leonenko
Local image caching with custom control in WPF
by Inaki Ayucar
These last days, I had the chance to mess up with the Localization infrastructure inside Visual Studio 2008. I must realize it´s the first time I seriously get into this issue, and I´m impressed with the work done on it.
by BC3Tech
How to localize your app name and tile on Windows Phone 8
by erik_nl
Logging with dynamic objects in .NET 4.0 (part 2-n) - user interaction logging
by Arkadeep De
Logout User After Browser Close in ASP.NET C# Using Web Services
by Esteban Alvarez
Low cost design of useful utility classes
by Sacha Barber
Finishing the 'view rating' page
by micahs
Making Cross Domain jQuery AJAX Calls
by Stephen Akins
When making DIVs using the CSS "Float Left" property, all have uniform heights.
by sashan govender
This was a program I wrote a while ago (2003) to demonstrate what can be done with template metaprogramming in C++.
by webdev_hb
How to make UserControls and Namespaces work
by Simon Jackson
True speech interaction is something we do not see very often in gaming. Sure, you have recorded audio for NPCs and a few non-silent protagonists, but it is very rare for the player to interact with speech themselves. Check out this awesome opportunity for games
by Raymund Macaalay
Mapping Network Drive using C#
by Jake Drew
This case study tells the detailed story of tracking down real world hackers selling counterfeit goods.
by Adnan Boz
Massively Parallel Random Nunber Generation using CUDA C, Thrust and C#
by Steve Wellens
How to have "static" buttons on a Master Page call functions in child pages when clicked.
by IInjac
CodeProject Welcome to this multi-part series about the managed version of theWindows Azure Mobile Services backend.
by IInjac
CodeProject   It’s been a while since the last part, but I have been terribly busy. In the last part you learned about custom controllers, the ApiServices-class and the Authorization level attributes. In this part you will learn how to wire up everything.
by IInjac
CodeProject In the first part of this series you learned about the basic differences between the JavaScript and the managed backend. This part will introduce you to the basics of ASP .NET and OWIN.
by Simon Jackson
By the end of this book you should be able to make scrolling backgrounds, clever AI for bad guys, and be able to save / load and change levels in the way Unity3D always wanted you to but forgot to mention.
by Artem Los
The requirement of performing several thousands of calculations (for example, during integration) led to the optimization with pre-scanned expressions. But the aim to make Mathos Parser even faster still remained.
by User 11633146
Measuring finger/mouse velocity at release time
by kishore Gaddam
Let us take a deep dive into the MEF architecture.
by Martin Vorbrodt
Memory barriers and thread synchronization
by Ivan Krivyakov
MessageBoxes and worker threads
by Alexander Golde
Meta Programming is a concept that dates back to languages such as LISP or Smalltalk. The term is used for programs that write or modify other programs – or perform operations on themselves.
by Alexander Golde
Meta Programming is a concept that dates back to languages such as LISP or Smalltalk. The term is used for programs that write or modify other programs – or perform operations on themselves.
by Imran Abdul Ghani
Meteor is one of the most popular JavaScript platform for web and mobile application development. Just like Ionic (we covered in previous Mobile App Development Tutorial), we will explore various features of Meteor as a web and mobile app development platform.
by Member 11794279
This is the first one of two posts concerning approach to build cost effective, but prepared for scaling systems, using ASP.NET Web API and Azure.In the era of building systems that aim to provide services at global scale, requirements for scalability and high availability are becoming our brea
by Anton Angelov
Examples how to use the Microsoft Edge WebDriver to create UI automated tests executed against the new Microsoft browser- Edge.
by matthewproctor
Microsoft Exchange Server 2013 in 60 minutes
by Ashish Kaila
One of the most interesting problems in the distributed world is managing and synchronizing changes in data elements on various endpoints.
by Arun Endapally
How to migrate your old repositories in TFVC to Git with full history
by Eric Xue (brokensnow)
Missing Server side dependencies - Problems and Solutions
by hjgode
A simple taskbar addon showing the WiFi signal strength
by hjgode
A charmap tool like we have on Windows Desktop PCs
by hjgode
Mobile Development – Compact Framework: Managed Extension Framework (MEF)
by hjgode
How to reset Windows Mobile device lock/PowerOn password
by hjgode
Talking with G-sensors and vector algebra. Shake and Orientation detection.
by hjgode
A simple application to connect to a serial port
by hjgode
Mobile Development – Start Apps with Another Using injectDLL
by hjgode
This article uses a technique known as subclassing.
by hjgode
A battery status monitor for the Windows mobile taskbar
by hjgode
Mobile development - a binary clock for the taskbar
by hjgode
A remote CPU monitor and CPU usage analysis.
by hjgode
A demo app to show how these nifty QR barcodes are encoded to hold URLs, business cards, appointments or other data.
by hjgode
An application that works in the background using a keyboard hook.
by hjgode
Windows Mobile 6.5.3. Class to subclass menu toolbar to disable Start and Close button clicks
by hjgode
How to update GUI elements from inside a worker thread without using Invoke. Uses MessageWindow, WndProc and SendMessage with WM_COPYDATA.
by hjgode
Using keyboard hook to remap keys to function keys on windows mobile.
by hjgode
The event db (it is my naming) holds all events and actions that can be invoked to launch an app or fire some events.
by hjgode
Some code to make your smartdevice forms being moveable.
by hjgode
Know your device’s open ports.
by hjgode
PingNG - the next generation ping
by hjgode
Edit Windows Mobile hosts entries.
by hjgode
Based on version-4, here is a more extended version with the option to preset Resource mapping (Device storage and Remote desktop sound)
by hjgode
Show a small information window using Win32 API.
by hjgode
Mobile Development: Subclass foreign Window using injectDLL
by hjgode
This is a very simple application to show the values of GetSystemPowerStatusEx2 in live view.
by hjgode
today Plugins with compact framework The following today or home screen plugins for Windows Mobile are based on a work of CrisText at codeplex. The codeplex sources provide a framework to create home screen plugins very easily.
by hjgode
How to disable StartMenu clicks and Win key for kiosk mode application using a library
by hjgode
Three tools to peridically launch an app, ping a list of hosts and show a notification
by hjgode
Using layout managers for compact framework apps that are orientation aware
by hjgode
Small tools to perform device functions.
by Oto Ciulis
Alternative methodology for developing mobile web applications using TypeScript and Node.js
by Oto Ciulis
Mobile webapps with nodejs and typescript - Part II
by Oto Ciulis
Mobile webapps with nodejs & typescript - Part III
by Wes Aday
This is a beginners introduction to the MVP and MVVM design pattern as implemented in Prism
by Wes Aday
This code that I am presenting here is a derivative of the demo application written by Josh Smith, http://joshsmithonwpf.wordpress.com.
by Praveen Kumar Katiyar
Modifying an array of string values.
by Mahmudul Haque Azad
A simple trick to add to custom node to the XML commenting.in GhostDoc
by James Carr (Crashcarr)
How to modify SharePoint 2007 web part pages with JavaScript
by Petru Faurescu
Insights in data aggregations and joining collections with MongoDB and .NET Driver
by Keyhole Software
MongoDB is a scalable NoSQL document-oriented data store that has built-in geo-spatial indexing. Let’s look at its characteristics and then check out a mobile geo-spatial demo application.
by Dave Kerr
mongo-monitor - A Simple CLI to Monitor Your MongoDB Cluster
by matthewproctor
Monitoring Lync 2013 with MRTG
by Simon Jackson
MonoGame goes portable
by Simon Jackson
MonoGame - Using libraries with Windows Phone projects
by danielthesolver
The usefulness of Regexes (Regular Expressions) is ineffable. Especially in parsing documents, it’s a well-suited and indispensable tool.
by Vlad Neculai Vizitiu
Hello and welcome, In this post, we are going to talk about how we can automate part of the windows desktop environment using AutoItX. What is AutoItX? Before we can talk about AutoItX first we need to talk a little bit about AutoIt.
by Mohammad Elsheimy
Learn how to allow your form to be draggable from its body
by Raymund Macaalay
Three easy steps in moving your Sub Site in its own Site Collection.
by Sam Varadarajan
Overall I like the look and feel and even performance. I am not happy with Microsoft ditching backward compatibility every time.
by lkurian
I wanted to write a script that could collect the logs from the different servers and bring it to my desktop each morning.
by Nitin Singh India
Multi select list using jQuery.
by Kunal Chowdhury «IN»
Multi Targeted Add Reference Support in Productivity Power Tools
by James Coleman
Multi-site / Multi-languages with Sitecore
by nirman b doshi
MVC attribute to restrict users to enter any kind of HTML tags in the input fields
by m_kramar
MVC Complex model postback: bind field to JSON string
by Ben Liebert
MVC output caching using custom FilterAttribute.
by IInjac
MVVM for Windows Phone developers
by Wes Aday
This is the second part in a two part article on the Model-View-ViewModel design pattern in WPF.The ModelOur friend the Model is responsible for getting and holding onto the data. The data could come from anywhere, a file, a database, thin air, etc.
by jmix90
As pointed out in this post, collections of the ViewModels and the models are not in sync.
by Barry Lapthorn
How to create an MVVM application using MVVM Light with multiple views in one window
by Christian Specht
My home backup strategy: Part 2 - Online Services
by Imran Abdul Ghani
Native Vs Hybrid Mobile App Development – it’s a choice you have to make once you get started with mobile app development. Native Apps are conventional and they are called this way, because they use the native language of the platform.
by jqwidgets
How to add a Context Menu to a Navigation Bar
by Shameel
.NET Core 3.0, with a significant number of changes and improvements, was released on 23rd September 2019. The most important changes are discussed in this article. The post New Features and Enhancements in .NET Core 3.0 appeared first on The Developer Space.
by jgauffin
New HTTP support for Command/Queries in Griffin Framework
by Code0987
Making a simple HTML Widget.
by Jeremy Likness
Learn how to use complex classes as primary (not composite!) keys with NHibernate
by Arik Poznanski
Implementing a "stringof" operator using expression trees
by Sandeepkumar Ramani
WCF configuration is much more complex compared to ASP.NET Web Services.
by WebBiscuit
A hidden danger of wrapping using RAII rears its head when we start copying the object around. Let's look at why and what we can do.
by Bobby Lough
Node.js for home grown utility applications
by Adrian Vintu
Nokia 6212 NFC SDK Issue – This SDK has been tested with Microsoft Windows XP SP2 only
by Kristofer Kallsbo
A quick script that loopes through all folders and checks if there is a user account in the domain; if not it will move the directory to the __unconnected__ folder.
by Akos Orban
A TextBox for numbers with built-in mathematical expression evaluation
by Eric Anderson IO
With the Apple watch coming soon there has been an influx of new iOS developers. Because of this I keep seeing the same type of conversations and pull requests centered around this one topic property attributes.
by BC3Tech
OCD Windows Phone photogs, beware
by abin jaik
Office 365 Video & Office 365 APIs
by Samir Sameja
Office Interop Object Collection Technique – Ghost Excel Instance
by Samir Sameja
In this article, I will write about the way to release interop references.
by Anooj Nair
Office365 API – Connected Services
by JJ Bussert
A script that looks to see if there are any instances of job that are still running and if it does not find one it starts one.
by Ivan Krivyakov
Difference between 'Resource' and 'Embedded Resource' Build Actions described
by Duc Huy Nguyen
One small thing about printers and windows
by Minh Danh Nguyen (ToughDev)
How to open 16-bit Win apps natively on 64-bit Windows using OTVDM/winevdm
by Eowind
OpenGL 4 with OpenTK in C# Part 1: Initialize the GameWindow
by Eowind
OpenGL 4 with OpenTK in C# Part 2: Compiling Shaders and linking them
by JIN Weijie
How to optimize WordPress speed hosted on IIS
by Pragmateek
Introduction If you've already developed COM APIs with .Net, typically in C# with VBA as the consuming language, you've probably leveraged two powerful features: by-reference parameter passing that allows the API to change the input object itself, not only its ... Continue reading ...
by Vivek Goyal
Paging in MS SQL Server 2005/2008 using ROW_NUMBER()
by John Michael Hauck
PanView - a Metro panning custom control
by Naveen
An improvisation to boost unit test frame work that will let you run unit test cases in parallel.
by Sabarinathan A
The primary purpose of a Parameterized View lets you retrieve PL/SQL record collection structures in a SQL context.
by Simon Jackson
After playing a lot with Parse over the last few weeks, I thought I’d share some of my findings.
by Jonathan Wood
Code to parse HTML tags in C#
by Dmitriy Kozlov
Passing and getting Date object to and from date and datetime fields
by Manas_Patnaik
Various approaches available for passing values between Silverlight pages
by Simon Jackson
PCL targets for Mono / MonoGame projects
by Sebastian Solnica
PDB files out of the debugger
by Florian DREVET
Per developer configuration files (Visual Studio)
by Betclic Tech
A session is like a cache but per user; we can’t store everything in cookies or reload user’s data in every request, that’s why we also have sessions.
by Madhur Kapoor
How to perform page navigation in Windows Phone apps
by Jamie Munro
Any regular readers may have noticed that I finally got around to updating and adding a new book under "My Books" on the right-hand side of the screen.
by Keyhole Software
PhoneGap: Utilizing Native Mobile Features with Plugins
by Shayne P Boyer
Picking the right tools for your project.
by ShubhamSaxena
This post is to keep in mind some points what to do and what not to do while developing apps for Windows 8.
by Shayne P Boyer
Move your View Models.
by Shayne P Boyer
In this post, I'll add a DataService and a Model class that will be used to get the most recent posts from the Windows Phone blog and display the results.
by Matt Balent
How to use C# Visual objects in PB classic applications
by Sujay Sarma
How to enumerate Windows Server shutdown reasons
by Steve Psaltis
Extract variables from a persisted workflow to debug an issue or to verify your persistence
by Tom Janssens
In this article, I will show you a proper way to resolve the issue respecting CQRS/DDD principles
by Andrei Ion Rînea
How to prepare the development environment for Java - Windows and Ubuntu
by matt warren
How to prevent .NET Garbage collections with the TryStartNoGCRegion API
by David Truxall
How to print a PDF document but not allow the user to manipulate the PDF in any other way.
by Pradiptab2
How to print PDF silently in Servoy
by Morris Bahrami
How to workaround the problem with GO statements in SQL scripts.
by Gordon Beeming
Problems installing Windows 8 apps.
by Bob McGowan
Processing SQL Server FILESTREAM Data - Part 1
by Bob McGowan
Utilizing SQL Server FILESTREAM capabilities from .NET
by Bob McGowan
Utilizing SQL Server FILESTREAM capabilities from .NET
by Dennis E White
Programmatic iOS UI Development
by Abhijit Jana
Programmatically Changing Session State Behavior in ASP.NET 4.0
by BC3Tech
Let’s have a look at some tweaks to the default phone project created for Windows Phone 8.0 (and 8.1 Silverlight)
by Mohammad Elsheimy
Learn how to compress and decompress files programmatically using C#
by Wayne Ye
Describes how to programmatically pin shortcut onto Taskbar on Windows 7
by Zac Gery
Scanning the nuances in barcodes.
by Sarath C
In this installment, let’s cover basic primitives. The basic primitives are the mostly used shapes like lines, rectangle, rounded rectangle, circle etc.
by Charles Boyung
How to program for date ranges
by Charles Boyung
Performance.  It’s a very simple concept.  When you write an application or build a website, it needs to do what the user requests in a timely fashion.
by Charles Boyung
This is the third part in my series on programming for performance.
by Zac Gery
The topic of perfection is a common discussion at the programming dinner table. Is it good? It is bad? It is healthy? Is it possible? Is it realistic? As expected, a topic with this many questions has a wide variety of entrenched opinions.
by johnniealan
This article describes about adding progress bar in cell.
by Tom Janssens
My efforts to minimize CQRS in several iterations
by Ali BaderEddin
When changing collections in an object through PropertyGrid, the PropertyChanged event doesn't get called.
by Gordon Beeming
All the steps of connecting a project in TF Service to Azure using integrated continuous build
by Grant Curell
This code is for Python 3. I was surprised to discover that I couldn’t really find a good way to do this when I Googled for a solution. I just kept getting results for Google’s youtube API, which is great… but also massive overkill for what I wanted to do.
by Martin Thwaites
If you have an issue with a slow part of a site after a large dataload, that you can't replicate after a DB restore, it's likely you could be dealing with a similar issue.
by Piusn
Quick look at Azure app services
by Gil Fink
Converting JSON serialized .NET DateTime to JavaScript Date.
by Sam Varadarajan
This is a really quick tip on how to reset password for the administrator id “jagadmin” used in EA Server.
by Tom Janssens
How to do TDD/BDD with Visual Studio Express editions
by Sabarinathan A
Installing the Raspberry Pi.
by StevenLJackson1
Describes the .NET ReaderWriterLock object and how to use it effectively to create a thread safe Singleton.
by Cruz Boon
Installing IIS 7 on Windows Vista and Windows 7.
by Gert Boddaert
Real-time scheduling in operating systems.
by Chris P Herring
How to recreate the Windows 8 SkyDrive app
by Issam Lahlali
What’s the origin of bad design?
by Mario K. Tacke
Refresh ASP.NET Membership Database with SSIS
by Jyothikarthik_N
Regular Expressions – Big daddy o’ string manipulation
by Kevin Mack
Hello All! Welcome to TotalALM. This is a new blog being written by Kevin Mack, and Brandon Rohrer, and you will be seeing many more posts from the two of us about all things ALM. To find out more about who we are, please feel free to check out our bios on this site.
by AssemblySoft
When your cloud services have been deployed and things are maybe not going quite as you expected, the first thing you may turn to is diagnostics.
by Alexey Kurakin
This article is the second part of my series about remote threads. In this part, I describe how you can create permanently executing thread with any of your code inside address space of another process.
by Alexey Kurakin
Last part in my series about remote threads
by Alexey Kurakin
In this part of the tutorial, general information about remote thread is described: what are remote threads, how they can be created and used.
by Sadeque Sharif
If you need to do remote validation against more than one parameter as well any type of value from form then, this article will help you a lot to do your job perfectly.
by Rion Williams
This article covers one of the switches that you might be interested in flipping, the App Suspend feature, which is available in .NET 4.5.1 on Windows Server 2012 R2.
by Rion Williams
Remove slow startups and enjoy less "suspense" through .NET 4.5.1's app suspend feature
by Mohammad Elsheimy
Remove hidden system shares on your Windows
by adityaswami89
This blog post discusses the Repository Pattern
by Mohammad Elsheimy
Learn how to request UAC elevation at application start
by Eric Xue (brokensnow)
How to resolve SharePoint document locked for editing issue
by Sifiso W Ndlovu
Resolving Windows folder access denied error
by Bryan O'Connell
Review of the ebook: Brad's Sure Guide to SQL Server Maintenance Plans.
by Himanshu DS
This is an overview of Enterprise Library and how the use of it is making developer’s life easy.
by Adrian Alexander
A better way for exposing common tree operations on .NET Framework tree types
by Gil Fink
Revisiting XML Configurations In Unity In the past I wrote a few tutorials about Unity application block. One of the things I wrote about was how to configure a Unity container using design time configuration.
by Steve Maier
The same database and the same RIA Services can be used as a Web Service by using some simple additions to the setup of your project.
by Arik Poznanski
The basics of the Windows Ribbon Framework - a rich command presentation system that provides a modern alternative to the layered menus, toolbars, and task panes of traditional Windows applications.
by Rob Kraft
Separate User Interface Logic From Business Logic
by Steve Wellens
It's possible you may develop dozens of web sites without ever doing any data caching. However, if you are trying to increase performance, data caching can be a key tool. The Asp.Net Cache object is remarkably easy to use, but it has many settings which makes it extremely powerful.
by Tharaka MTR
How to round up a number to the greatest 10s place
by Brij M
Rows and Columns Merging in ASP.NET GridView Control
by Rick Bassham
A simple console application to convert the fixed-width output from the "Output to File" option in SQL Server Management Studio to a CSV file
by Yaroslav Govorunov
This article is primarily aimed at rookie web-programmers and those who are thinking of sticking to Ruby on Rails.
by Raymund Macaalay
How to run a background service in a Web Application
by Paul S. Chapman
How to run a client side script from server side code in ASP.NET
by Raymund Macaalay
Running Applications on a Higher Priority
by puri keemti
SAAS (Software as a Service) comprises of technologies SOA, Web services and AJAX as a new approach to build enterprise application. It is deployed as hosted service and access over internet for all vendors.
by n.podbielski
Safe cast string to enum
by Omar Al Zabir
Steps to ensure that the web sites are properly recycled, caches are cleared, all the data stored at Application level is initialized
by Sky Sanders
AccessControlModule can impart a greater consistency and usability upon the default behaviour of FormsAuthentication and allow any client script code to leverage FormsAuthentication in a straight forward manner.
by T Manjaly
This post shows sample code to scramble a word using C# string object
by hjgode
iBrowse and Intermec Browser code incompatible due to name changes iBrowse_xxx is now IB_xxx
by CdnSecurityEngineer
Scalable Security Engagement Problem
by outcoldman
Schedule a daily backup with SQL Server Express
by BC3Tech
Disney's new Circle internet parental control service provides good feature on its free tier that can be enhanced with other services. Here's how you can use IFTTT to schedule the internet to turn on and off for your entire household or just specific devices in your household... CodeProject -->...
by H. Hasanov
ScoopBox is a C# library that automates the configuration file building and generates a script which inside contains commands to execute using PowerShell.
by Sujay Sarma
SCRIPT Open ports in Windows Firewall for SQL Server connectivity
by Ivan Krivyakov
Scripting on Windows
by James Coleman
Scripting out Monotony with AHK
by 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 ›
by Member 11794279
In this post, we’ll focus on security.
by Shabbir Lathsaheb
I was developing an application to post xml data to a URL (REST call) using asp.net and C#. The endpoint was hosted with a third party vendor and they had a much secured hosting environment.
by Raymund Macaalay
Send Email from SSIS with option to indicate Email User and Password
by Gaston Verelst
How to send out regular notification updates using Azure Notification Hub
by Shai Raiten
Sept 2010 TFS Power Tools Release
by Pantelis Chatzinikolis
This class can be pulled into any project along with the control to update the settings and you can quickly implement serial port communications in any project.
by Pantelis Chatzinikolis
A (very) brief introduction to serial port programming
by Pantelis Chatzinikolis
Serial Port Programming Part 1–A (Very) Brief Introduction
by MBigglesworth79
XML Serialization
by hans.hinnekint
How to serialize and encrypt an Object using C#
by ozkary
Serialize JSON Object to String
by Steve Wellens
Over on the ASP.NET forums I recently had the opportunity* to help a few lost souls by showing them how to serialize objects to XML and deserialize the XML back into objects.
by Steve Wellens
In an earlier post here, I wrote two functions to Serialize and Deserialize objects to XML strings. Since then, while reading a book about XML, I learned of even more power in the .NET XML Serialization libraries*...
by Gediminas Geigalas
Learn how to serialize System.DateTime for use in SQL Server stored procedures
by BC3Tech
While playing around with NuGet as much as I have been, I noticed something in the ‘nuget pack’ command that I thought was pretty interesting. A ‘-symbols’ flag. “What’s this do?” I thought. So, naturally, I gave it a shot. What NuGet spat out for me was a .
by Ondrej_Uzovic
A simple example showing how to implement a service listening to TCP, HTTP and Named Pipe at the same time.
by Nadeem Afana
Session Tracker plugin
by M.Hussain.
Session variables management
by Sebastian Solnica
I wrote this tool to test my .NET applications (including web applications) for memory leaks.
by Alexander Turlov
Setting a "Content-Disposition" HTTP Header in the Web API Controller method.
by Alexander Turlov
The Web API framework has a number of support objects that simplify the job.
by Adam Zuckerman
How to set directory ACLs to mimic standard Windows permissions
by Dmitriy Kozlov
Setting up the view of results in Cross-site Lookup column for SharePoint 2013 and Office 365
by Shun Huang
How to set up Visual Studio Code for Scala development on WSL
by Oddleif Halvorsen
Ever been in a situation where you need to modify a SharePoint master page, but really would like not having to create a custom master page? It can be done. Sure, this depends on the amount of customizations, but in a lot of situations you can do what you need from code.
by matt-dot-net
How to provide a standardized site map across our SharePoint publishing enterprise
by Ali BaderEddin
How To Get All Site Urls Without Creating an SPSite object?
by Eric Xue (brokensnow)
Extracting the entire UserProfile AD user details into a CSV file
by Alex Choroshin
In SharePoint, can’t activate Site Collection Feature when creating new site from a Custom Web Template
by saramgsilva
An example about NavigationService in share code scenarios, that will be registered in one IOC container and injected by the view model’s constructor.
by Joel Ivory Johnson
How to share source files among projects
by Bibhu Dutta
Should I be concerned about PDB files?
by Keyhole Software
I have had the opportunity to work with SignalR over the last 6 months and I really like how easy it was to set up and get working. It has opened my eyes to a lot of possibilities for web projects. I’ll do my best to explain the technology as I’ve been exposed to it. What […]
by Bahrudin Hrnjica
A very simple SignalR Web Application which counts how many users are online.
by Wayne Ye
Introduces enhancements in IE 9 performance/web standards
by Kunal Chowdhury «IN»
In this post, I will describe another feature of Silverlight 4 “Access to external content”. Here I will show how to drag and drop some external images to my sample application.
by Michael Adaixo
Achievements are becoming more and more usual in games. They provide the player a sense of accomplishment and progress by rewarding them with badges that proves their skill and experience. Some achievements are simple and other require a combination of particular actions to unlock.
by Raymund Macaalay
Here is a simple implementation of MVC cascading Ajax dropdown
by jmix90
Simple properties Mapper by reflection: Stop copying manually each property of your objects !
by RizviHasan
Here is a simple shell script to kill an application
by User 6619207
In C#, you can implement a thread safe singleton where the complexity is hidden in the .NET Framework, you do not even need an if statement!
by matthewproctor
The Skype Web SDK requires that the Unified Communications Web API (UCWA) framework is installed and enabled on your Front-End, Edge and Director servers.
by matthewproctor
In a previous tutorial, we looked at how to interactively log in and send an instant message. It occurred to me that it would be remarkably simple to automate the process, so that a single JavaScript file could be used to simply send a message.
by matthewproctor
Sometimes connecting to or using the Skype Web SDK isn't as straight forward as you'd like. I'm collecting a list of common issues and scenarios below that can be used to help troubleshoot and identify deployment issues.
by matthewproctor
Whilst building my next Pluralsight course, I've come across a few more scenarios and solutions to keep in mind, many specific to the Chrome web browser.
by Kevin Mack
Slapshot! - Mobile DevOps with HockeyApp
by Rion Williams
In my previous post, I discussed the use of TransactionScope within C# and how it might simplify how transactions are managed within your applications.
by Kunal Chowdhury «IN»
That's a good question that came up after the series in my blog.
by Pete O'Hanlon
Well, Microsoft has finally unveiled what is commonly known as Windows 8. The Metro UI represents a dramatic step forward for Windows applications.
by Simon Jackson
I’ve compiled an extensive list of resources at your disposable on your Unity3D journey, split up in to sections to allow you to target what you need.
by Chris_Green
I was fortunate enough to have the opportunity to attend the Software Architect Conference this year in London.  This is the same group which puts on DevWeek.  It was short and sweet, just 2 days without the additional sessions before and after.
by Shahriar Iqbal Chowdhury/Galib
Define Principle Single Responsibility Principle (SRP) states that there should never be more than one reason for class to change.
by Shahriar Iqbal Chowdhury/Galib
Open Closed Principle (OCP) states that software entities (classes, modules, functions, etc.) should be open for extension but closed for modifications.
by Chris Boss
Software development for today's mobile would benefit from something which would surprise you
by Shahriar Iqbal Chowdhury/Galib
Solution to the MSSQL Server “Suspect”
by Nitesh Kejriwal
This is a solution for Apache start issues on Windows 8.1
by Nitesh Kejriwal
Solution to a very common problem that we face while working with SQL
by Zhuyun Dai
How to solve "Could not load type 'System.ServiceModel.Activation.HttpModule’ IIS 8 error
by Sibeesh Passion
Sort a JSON Array Programmatically by a Property
by Ali BaderEddin
The Windows Forms ListView control doesn't provide column sorting functionality. This article shows how to implement sorting while taking field type into consideration (sort by date, number, ...)
by Ayobami Adewole
Source code versioning with Git in Visual Studio
by Anton Angelov
Research how to speed up Selenium tests through putting browsers files on RAM Drive. Benchmarks and time comparison between all major browsers.
by Ali BaderEddin
Take advantage of SPList.ImageUrl and SPFile.IconUrl to improve the user experience of WinForm apps for SharePoint.
by John Atten
Splitting and merging PDF files in C# using the iTextSharp library.
by Ali BaderEddin
Restore an SQL database on a local or remote SQL server using PowerShell
by Vivek Johari
Stored Procedure in SQL Server can be defined as the set of logically group of SQL statement which are grouped to perform a specific task. This article will describe the Stored Procedure in SQL Server and their benefits.
by Arun Ramachandran India
What exactly is COALESCE function in SQL Server?
by Martin Thwaites
Finding and removing indexes in SQL Server is an excellent way to remove bottlenecks, especially if you've "inherited" the application.
by Markus Greuel
Some tips for developers who have to deal with a slow SQL server.
by aasim abdullah
A simple way to swap column values.
by TheDhruv
Export data from a SQL Server database table to an Excel sheet day wise.
by Simon Monk
Standards in Mobile Development
by Chris_Green
How to start a WinForm Hidden
by Salmanzz
State Design Pattern