Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Dev

Dev

Dev

Great Reads

by Daron Cox
If you're trying to integrate with UAG from a mobile device, this tip is for you!
by Anurag Prajesh
Add new user registeration information in XML with C#
by CPallini
How to generate a spiral numerical pattern without using arrays
by Nirosh
This tutorial is designed for .NET programmers who need to understand ‘Nido’ framework and its application.

Latest Articles

by Daron Cox
If you're trying to integrate with UAG from a mobile device, this tip is for you!
by Anurag Prajesh
Add new user registeration information in XML with C#
by CPallini
How to generate a spiral numerical pattern without using arrays
by Nirosh
This tutorial is designed for .NET programmers who need to understand ‘Nido’ framework and its application.

All Articles

Sort by Score

Dev 

by Kunal Chowdhury «IN»
"Quick Find" a better way using Visual Studio Productivity Power Tools
by Rion Williams
Here are some "secret" productivity tips for Visual Studio 2017
by Alex Kofman
"Soft Delete" or "Logical Delete" in ORM
by Nuno M. F. Gomes
Finding out whether an assembly was compiled in Debug or Release mode is a task we must do from time to time...
by Rick Bassham
How to use the SqlChangeMonitor with the new MemoryCache class in .NET 4.0.
by Inaki Ayucar
What a long title, isn’t it? That’s because, in some cases, there are a bunch of things related to make your .Net applications ready to work in both x86 and x64 environments. Specially if you need to use some unmanaged code or access the registry.
by John Atten
How to change the formatting of the Active Column Header to track user location.
by AssemblySoft
A trivial business logic layer from scratch with a TDD approach.
by James Poulose
Pass meta data from host to implementation
by jmix90
A fast and easy tip about shadows and performance
by Sandeep Mewara
A possible solution
by David Truxall
How to fic this error, in Windows Phone 7.
by Zac Gery
A series of realizations (in no particular order) about working for a business and developing.
by JasonShort
Here are 10 things to make your desktop database apps better
by Nathan Gloyn
You need to back it up with something that actually exercises the entire system the code belongs in, including the data it will work with.
by Bobby Lough
Listed here are 13 steps to make TDD actually work
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 Lee P Richardson
A list of 24 Resharper tips
by zoyobar
In many cases, we need to show user data, here is how to use JQueryElement Repeater to display and editing data through calling Ajax in ASP. NET.
by Ben M Watson
Five more attributes of highly effective programmers
by Ronnie Mukherjee
5 tips for getting started with Angular
by Artem Smirnov
Share your wildest ideas about testing the MVC stuff you code.
by Aram Tchekrekjian
In this article, I will be explaining 9 bulletproof ways to become a better developer. Make sure to follow these methods and stay dedicated.
by James Curran
A new jQuery plug-in called Wizard.
by Steve Wellens
An ASP.NET server control that displays a list of files from a directory as hyperlinks.
by Rion Williams
A Battle of Intellisense
by qenn
Here's an example of a simple LINQ extension method for getting values that fall within a certain range from an IEnumerable collection.
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 Don Kackman
A generic class to encapsulate properties with notification events
by qenn
A temperature struct in C#
by jsolutions_uk
A C++ object factory.
by Philip Laureano
A mind-bending experience
by Zac Gery
Jobs within the software industry come with even higher expectations than most. This increased scrutiny can be overcome but it requires additional attention.
by Simon Pickersgill
A DRY approach to using Fancybox in an MVC project
by Colin Eberhardt
This blog post describes a Windows Phone 7 NavigationList control, a list control designed for navigation pages. The NavigationList renders twice as fast as a ListBox and has a slightly simpler API.
by Sky Sanders
Use Visual Studio 2008 Development Server (WebDev.WebServer.exe) in automated testing frameworks
by Nathan Gloyn
My own generic repository
by Alex Fotios
A generic text escape tool done in JavaScript
by Nick Polyak
The package is open source, allows switching the locales at run time and also allows localizing any Dependency or Attached properties – not only strings.
by jgauffin
Wrap a singleton in a facade to make it less evil.
by MBigglesworth79
Dapper.NET is an Open-Source, lightweight ORM that is simple to use, and is compatible with any database which implements a provider for .NET.
by snorkie
This paper explores what a virus is, their evolution, and where they may be encountered today.
by Keyhole Software
The goal of this post is to pipe your interest and run through a few key features of AngularJS.
by Matthew Dennis
A lot about nothing (or null)
by WebBiscuit
From the header declaration, this macro opens up the .cpp file and creates the skeleton so you can begin to add the implementation. This makes adding functions a breeze, so now there really is no excuse for having horribly unfactored code.
by Keyhole Software
A library that would give a human-readable file size if I were to give it a file length.
by jgauffin
A MembershipProvider that uses DependencyResolver to lookup the dependencies that it needs.
by gUrM33T
A simple workaround to avoid boxing and unboxing while still using a non-generic IList implementation
by Mukit, Ataul
This blog is actually a reply to a tweet which asked "What's an example of a programming problem, in your perspective".
by Sameer Mitra
An alternative to using database triggers, which involves using a Windows service.
by ocoudert
The best way to understand how to serialize with boost is to walk through increasingly complex serialization scenarios.
by emiaj
Here is a quick look at the Reactive extensions (Rx) for .NET
by Bob McGowan
Using strong cryptography with entropy to secure user passwords.
by Nathan Gloyn
Refactor code using S.O.L.I.D principles to make the code easier to understand, test, maintain and extend
by Afzaal Ahmad Zeeshan
In this post, I am writing about the procedure to set up a home server using IIS and ASP.NET; IIS as the web server, ASP.NET as web scripting framework.
by Cruz Boon
How to design a simple in-page pop up panel
by Sky Sanders
A simple JavaScript generic type pattern implementation
by MBigglesworth79
A wrapper for log4net which allows logging operations to be accomplished with a single line of code.
by wullinkm
A single file login page for ASP.NET
by Nikos Baxevanis
A WebSocket-enabled service in .NET will be written like any other WCF service with two differences.
by Paulo Morgado
Sometimes, for demo or testing purposes, I need a synchronization context that behaves like the user interface ones but doesn’t force me to build applications with a user interface and the TPL Dataflow Library seemed like a good option to implement such synchronization context.
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 Afzaal Ahmad Zeeshan
This blog post shares a tip for Ajax developers in ASP.NET MVC framework.
by Gil Fink
The NuGet Package Manager helps to manage the Open Source component packages and their dependencies and by that decrease the amount of cumbersome work that the developer will need to do.
by Paulo Morgado
A TraceListener For Tests
by Artem Smirnov
Implementing a custom ASP.NET value provider
by alex turner
Introduction - Why? this project sprang from a real need. Whilst it is possible to browse subversion from a web browser, the handling of non html files is a pain. We wanted a program which would show html files as web pages and all other files as text.
by Colin Eberhardt
A slide view with page pips on Windows Phone 7
by kdmote
The point is: if you’re slow, there’s a reason.
by Jeremy Likness
A method for abstracting WCF service calls in Silverlight to facilitate reuse and easy re-targeting of services.
by MBigglesworth79
Access session information via a dynamic object where we use a dynamic property to specify the name of the session item
by MBigglesworth79
Using the UrlHelper class to query the routing engine and generate the correct URLs for us
by User 6619207
Accessing private members
by ambilykk
How to access TFS 2010 from Visual Studio 2008
by Dave C Andrews
How to access the Internet from a Blackberry simulator
by ledtech3
Account unknown
by Anna-Jayne Metcalfe
ACCU Conference 2013 retrospective.
by Adam Zuckerman
These may be obvious to some, but I wanted to get them written down.
by Gary H Guo
Discuss adding functionality at runtime using Component-Based Object Extender with static typing
by zoyobar
This article will explain in detail how to handle the controls in the templates of the Repeater control
by Richard James Moss
How to add a horizontal scrollbar to a ComboBox using C#
by levelnis
Article outlining one approach for adding custom HTTP 301 redirects to a webforms application using an HttpModule
by Duy H. Thai
ASP.NET Dynamic Data lets us manage data right on the website instead of having to access the database. You can add it as an admin interface to your MVC website, but it seems there has never been an easy way to do so. I'll try to make the task easier for you if you have never done it.
by Colin Eberhardt
In this blog post, I will show how to implement a custom Visiblox chart series to render error bars.
by Amogh Natu
This post shows how to insert a comma-separated string into multiple rows in a table in SQL Server.
by Jeffrey T. Fritz
How to add real-time interactivity to a website that is written with ASP.NET WebForms
by Buaziz
An easy way to add social buttons to your MVC site
by Abu_yanal
Adding Splash screen
by Pete O'Hanlon
How I coded the Scrubber command that’s available in the new version.
by Ben Hall (failingfast.io)
I regularly come across developers who hold the misconception that code in a method will continue to be executed, in parallel to code in an awaited method call. So I'm going to demonstrate the behaviour we should expect in this article.
by Joel Ivory Johnson
How to adjust Microsoft Translator WAVE volume
by jgauffin
The library is a complete ADO.NET driver which is designed to aid you in unit testing.
by jgauffin
This post will teach you everything from making your ADO.NET code driver independent to how to implement the repository pattern and unit of work.
by Sebastian Solnica
Managed exceptions and the ways we can handle them using Adplus
by Simon Jackson
AdRotator for Windows Phone XNA
by Simon Jackson
We are working as hard and as fast as we can with V2, support or V1 is limited at the moment but we still help out where we can.
by Christoph Keller
A simple element with big lists
by Anton Angelov
Create an extendable test execution in automation tests via Observer Design Pattern. Explains an implementation in C# via .NET IObserver interfaces.
by Girish J Jain
This article shows how easy it is to get information from a .NET application at runtime and how you can store it in a destination of your choice, database in this case.
by Adrian Alexander
Confining object/relational mapping logic to a clearly demarcated Data Access Layer (DAL) within your application facilitates the creation of a single, coherent, object-oriented Domain Model to represent your application’s business objects.
by Dan Colasanti
What I learned while evaluating and integrating XNA ad-network SDKs.
by musicm122
CodeProject So this is a question that a friend asked me in an email. I though it was worth sharing.Hey, how are you? I hope everything is going well for you. Im writing for advice or suggestions. I started taking classes for programming.
by Chris_Green
AfxGetMainWnd in C#
by Mohammad Ashraful Alam
Aggregator Provider Pattern enables us to create and utilize multiple instance of a class having the same provider interface.
by zoyobar
This post explains how do client-side and server-side convert data type when calling a WebService using Ajax
by David W. Young
Don't use it just because it's "trendy" or because it can help you crank out quick interfaces for your sites and web based apps.
by Orjan Westin
Using template specialization to create code handling common base64 encoding varieties
by Manjuke Fernando
Always encrypted feature in SQL Server 2016
by Ruben Rotteveel
AMQP provider RabbitMQ
by Nikos Baxevanis
In this post we will see how to write asynchronous code easily using the AsyncEnumerator class.
by Keyhole Software
An argument against defaulting to auto-increment primary keys
by jgauffin
Here is an easier way to debug windows services
by Vangos Pterneas
An easy-to-use, thread-safe library which works similarly to WebClient!
by Felice Pollano
An implementation of ICivicAddressResolver for Windows Phone 7
by Colin Eberhardt
This blog post describes the creation of a simple Twitter search application for iOS, based on a similar application I wrote for Windows Phone a few months back.
by jsolutions_uk
An IOC Container using variadic template.
by Vangos Pterneas
Creating an iPhone-styled Windows Phone emulator
by Michael Banzon
It is not Android that is fragmented – it is iOS that is not-fragmented.
by Austin Rasmussen
The Android ListActivity makes it simple to display a list of items in your application.
by Austin Rasmussen
Continued from: Android Lists: ListActivity and ListView I.
by Petru Faurescu
Build step by step an Angular 2 application running on IIS and ASP.NET Core. The project also has live samples. This is the first part of building an Angular 2 Notebook WebApp.
by Martin Jarvis
The new MVC3 Validation Groups
by kb-boxer
Sometimes, less syntactic noise is a good feeling for a programmer. I am not doing a language war here. I am just trying to vote for delegates in Java.
by ledtech3
How to get Windows XP OS bit version in VB.NET.
by Diego Resnik
Use AOP principals to centralize application policy
by Dev Leader
Don't forget about the non-public API
by Giorgi Dalakishvili
AppDomain.AssemblyResolve event can be used to load referenced assemblies at runtime
by Sean Hart
Appending Items to a Unity Container at Runtime via Configuration edit
by Zac Gery
Feature wrap up of Apple iOS6 releasing this fall.
by Derek Lakin
Implementing Application.DoEvents in WPF.
by Rion Williams
Applying conditional attributes in ASP.NET MVC Views.
by Phil Sweeney
Applying MVC architecture to Titanium mobile apps
by Gerd Wagner
Architectures for the Web of Things
by Isaac RF
ASO – App Store Optimization for Beginners
by Nuno M. F. Gomes
ASP.NET - Dynamic Control Mapping
by Nuno M. F. Gomes
The ASP.NET health monitoring enables you to add instrumentation to Web applications by using the so called Web Events. These Web events give us information about health status.
by Dinesh K Mandal
ASP.NET 4.0 new features
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
The ControlAdapter is available since .NET framework version 2.0 and his main goal is to adapt and customize a control render in order to achieve a specific behavior or layout.
by Nuno M. F. Gomes
ASP.NET controls - validators problem
by Salmanzz
In this post, I will explain you how I have embedded JavaScript, images and stylesheet to my previous article.
by cpsglauco
How to manage JavaScript and events for GridView
by Nuno M. F. Gomes
In the first post of this series I've manage to find the correct eventId for each Web Event type, and by this time the major problem has been solved, but I cannot yet write a correct entry into the EventLog.I still have to decided the best severity type and category to apply.SeverityIf you
by Nuno M. F. Gomes
ASP.NET Health Monitoring - Building an EventLogWebEventProvider
by Nuno M. F. Gomes
ASP.NET ListView Control
by Rajeesh.C.V
How we could write a conditional rendering HTML helper in ASP.NET MVC
by Markus Greuel
A workaround for error 0x80070643 occurring during the installation of the ASP.NET MVC 3 Tools update
by TheyCallMeMrJames
Getting started with ASP.NET MVC and jQuery - Part 1
by TheyCallMeMrJames
The 4th post in a series on jQuery and ASP.NET MVC 2 in Visual Studio 2010. In this article, I'm going to look at three more complex examples of real-world model binding and where jQuery might fit in the mix.
by Tom Janssens
Handling all your images through a custom ActionResult/Controller.
by Gil Fink
What Model Binders are in ASP.NET MVC and how you can use them in your MVC applications.
by Rui Jarimba
You can use Metadata Providers to add microdata to your ASP.NET MVC applications.
by John Atten
As we all know, users are impatient. We also know that if we don't tell them our application is "doing something" they tend to do silly things like click the mouse repeatedly, seeking some sign that the requested action is indeed being performed.
by John Atten
In this post, we are going to look specifically at the vexing situation I ran into deploying from source control with an application using Entity Framework's "Model-First" strategy.
by AlexCode
Using ResolveUrl without Page
by cpsglauco
Little-Big bug from ScriptManager
by Rui Jarimba
Web Services Dependency Injection using Unity
by Mohit1110
In this blog, we would learn how an ASP.NET Website project keeps the references maintained as Website project does not have any Project file to maintain the same.
by Chris_Green
Windows authentication in ASP.NET by group.
by Gary H Guo
Discusses aspects to object and aspects to class
by Dan Colasanti
AutoResetEvent can be used in place of AsyncWaitHandle and provides a thread-blocking WaitOne signaled timeout function, which can be put on a background thread in order to not block the main UI thread.
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 David Corne
The new auto keyword
by johnniealan
Auto Login in TI-SDK, Am335x
by Tejas Vaishnav
Auto incremented ID using VARCHAR data type
by James Curran
How to automate Retry on Exception.
by Felice Pollano
Using AvalonDock and Caliburn Micro Screen Conductor together
by zenwalker1985
Why we should avoid calling virtual methods in Ctor.
by Andrew Zwicker
Why OR conditions in join statements should be avoided and an example fix
by Jeremy Likness
How can you connect securely without storing credentials in the client and hosting your own identity service? The solution is to use Azure Active Directory for authentication and communicate securely with a serverless Azure Function.
by AssemblySoft
Azure Diagnostics in the Cloud
by Sarmaad Amin
Often a service is required to connect to a database to perform some operations. In this post, we are going to look at having an Azure Function connect and insert a record in database table. We will showcase the usage on nuget packages and usage in Azure Function to automate package management.
by M Sheik Uduman Ali
This post is about the anti-corruption layer between domain objects and data persistence in the Azure world.
by Gil Fink
The window.onerror is an event handler for error events that are sent to the window.
by pollirrata
Backing Field for Automatically Implemented Property [Field] must be fully assigned before Control is returned to the caller
by Pavel Korsukov
Barcodes, Document Flow and 100 Points Identification on MS Dynamics CRM 2011
by WebBiscuit
Base64 Encoder and Boost
by wullinkm
In this post, we’ll discuss how you can get IIS to use basic authentication against an ASP.NET Membership store.
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 Tom Janssens
In this article, you can download the very first alpha version of Aubergine; a BDD /DSL framework for .NET, initially based on Machine.Specifications, but later on heavily inspired by Cucumber.
by Simon Jackson
Be careful of those SPECIAL names in Unity
by jgauffin
An article helping you choose which asynchronous model you should use in your .NET project.
by Stephen Dycus
Introduction to HTML5 game development.
by Philip Laureano
Which option should I take, and why?
by Ben Liebert
Best practice architecture for professional Microsoft .NET websites
by Zhuyun Dai
I summarized some best practice rules in writing a COM-visible assembly according to my recent work.
by AlexCode
A clean, fast and stand-alone solution
by NSProgrammer
Better reference counting.
by jgauffin
Support for localization in ASP.NET.
by Andrei Ion Rînea
Beware of switch
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
We will see one example of how to bind one DropDownList using jQuery Ajax and C# WebMethod.
by jqwidgets
How to connect a jQuery Grid to a MySQL database using PHP.
by zoyobar
Binding and Handling JSON Field In jQuery Repeater
by Daniel Vaughan
The custom ProgressIndicatorProxy provides a simple way to harness the new ProgressIndicator from your XAML.
by Daniel Vaughan
The custom ProgressIndicatorProxy provides a simple way to harness the new ProgressIndicator from your XAML.
by Pete O'Hanlon
A sample of the WPF databinding infrastructure.
by Nick Polyak
Here we are going to talk about the binding concept and how it can be re-implemented outside of WPF without being tied to the visual libraries or the UI threads.
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 Abdul_Rafay
As a good practice, always publish Web Services when the orchestrations which are being published as a Web Service are stopped or are in an unlisted state so this error will not occur.
by Cindy Potvin
Book review: Soft Skills by John Sonmez
by Sampath Lokuge
AngularJS Services - book review
by Taiseer Joudeh
Boost UI rendering with client side templating.
by Artem Smirnov
Here are the breaking changes in Ivonna v.3.
by JasonShort
Buffer.BlockCopy is not as fast as you think
by JasonShort
I recently wrote a quick test to prove something, that ended up being wrong…
by Omar Al Zabir
How to build a truly RESTful API and website using the same ASP.NET MVC code
by mariangemarcano
Configuring buildbot to run automated builds and tests.
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 Nikos Baxevanis
How to build a Metro UI with WPF?
by Cyborgx37
A simple F# application that solves Sudoku puzzles. Links to helpful resources are also provided.
by Taiseer Joudeh
This is the ninth part of Building ASP.NET Web API RESTful Service Series.
by Andrei Ion Rînea
Building Client (JavaScript) Custom Validation in ASP.NET MVC 4 using jQuery.
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 jqwidgets
In this post, we will explore how to set up a Grid and add powerful features such as sorting and paging.
by Jim Crafton
What's the latest scoop in VCF land?
by Paulo Morgado
C# 4.0: Alternative To Optional Arguments
by Paulo Morgado
C# 4.0: Covariance And Contravariance In Generics
by StormySpike
System.Xml.Linq is a great library, it lets us very easily manipulate XML, in very close fashion to how we would interact with other data sources. My only issue is that it tends to seem a little redundant...
by Paulo Morgado
The major feature of C# 4.0 is dynamic programming - not just dynamic typing, but dynamic in a broader sense, which means talking to anything that is not statically typed to be a .NET object.
by StormySpike
So, I was curious today, I had some code that used dynamic and was wondering what the heck the compiler was doing on the back end. So, I wrote up a very small test program, and tore into it using Reflector. The version of Reflector I used still only decompiles to C# 3, so it [...]
by Paulo Morgado
As part of the co-evolution effort of C# and Visual Basic, C# 4.0 introduces Named and Optional Arguments.
by Paulo Morgado
Sample code I use to demonstrate the use of async/await in C# 5.0
by Madhur Kapoor
New features of C# 6.0
by Sky Sanders
Full featured HTTP upload utility
by Don Kackman
C# property class - Part 2
by Paulo Morgado
C# Proposal: Compile Time Static Checking Of Dynamic Objects
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 Pragmateek
Keep reading and in 10 minutes you’ll know DllImport (almost) like a pro.
by John Atten
Create and manipulate Word documents programmatically using DocX.
by Paulo Morgado
More On Array Variance
by Pankaj.Sinha.Techno
About optional arguments and named arguments and caution while using interfaces with optional arguments
by John Atten
C#: Query Excel and .CSV files using LinqToExcel.
by Pragmateek
How to scope your global state changes with IDisposable and the using statement
by Barry Lapthorn
Python interop in C/C++.
by Paul M Watt
C++: Template Meta-Programming 2.0
by Dinesh K Mandal
Exploring the CacheItemRemovedCallback delegate provided by ASP.NET
by Melick
Adding Calculated Columns in .NET DataTables.
by Brij
Call HTTPhandler from jQuery, Pass data and retrieve in JSON format
by Madhur Kapoor
In this post, we are going to learn how to call an ASP.NET WebAPI using HttpClient libraries.
by Dinesh K Mandal
Calling method in parent page from user control
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 Andrei Ion Rînea
An easier way to do INotifyPropertyChanged
by stephen.vaubell
A solution to casing problems in MySQL
by Junian Triajianto
How to perform Face Detection using your camera / Webcam
by Andrew Zwicker
An example of using a Cartesian [cross] join.
by Manas_Patnaik
In this post, we will replicate the cascade combo box loading scenario, where data of other combos depend on the selection in the first.
by mumera
An Associative Array is one of the most basic and useful data structures where each value is identified by a key, usually a string.
by Anton Angelov
How to change .config file at runtime (C# VB.NET code)
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will learn to change the Background Color of Ajax HtmlEditorExtender using ColorPickerExtender.
by Chris_Green
How to change background color of invalid controls using ASP.NET Validator.
by Buaziz
a detailed article on how to change the location of the Shared folder, also applies to the Views folder.
by Manjuke Fernando
This is a common issue that development teams face when reports are being deployed to the production environment.
by Derek Lakin
Changing the Caret Colour in WPF
by John Michael Hauck
Settings charm flyouts to a C# Metro application.
by John Michael Hauck
This post describes the design of the CharmFlyout custom control, discussing both the C# and XAML that achieves the desired functionality.
by Brij
Claim based authentication.
by Issam Lahlali
In this article, we will discover the power of Clang's design that can help you to develop many kinds of tools.
by Gary H Guo
Discuss unifying static programming and dynamic programming in application development
by Paulo Morgado
Cleaning HTML With Regular Expressions
by Adrian Alexander
The included ClosableTabItem derives from TabItem and provides the functionality you need to easily add close buttons to your program's tabs.
by Girish J Jain
Lets learn different CLR versions which exist and did we miss one between v2.0 and v4.0?
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 Morshed Anwar
Code analyzing and NDepend
by Ritesh Ramesh
Code Management on a budget
by Himanshu DS
Guidelines required to be followed to ensure good quality of your code.
by Paul M Watt
A passive use of the term code rot describes the source code for an aging system that require dependencies or tools that are no longer available.
by Chris_Green
A list of C# snippets in VS2008.
by James Curran
How to shuffle a List.
by Paulo Morgado
CodeIt.Right Code File Header Template For StyleCop Rules
by John Michael Hauck
CodeMash at the Kalahari Convention Center in Sandusky, OH, from January 8th through January 11th, 2013.
by Terrence Dorsey
I heartily recommend reading through these interviews to get a good idea of what tools and techniques working developers are actively using today and the new technologies they're embracing for tomorrow.
by Terrence Dorsey
I'm going to share my experience of doing one of my first real coding projects, however small it may be, right out in public for everyone to see.
by Arthur Minduca
Cohesion and coupling: Principles of orthogonal, scalable design
by Adrian Alexander
Collection accessors language feature
by Ahmed_Said
Colorful Microsoft Windows Forms Controls
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 webdev_hb
WebServices make for a convenient way to share functionality across many different applications. MVC makes it easy to call methods by using standard HTTP calls. With a little bit of Reflection, you can map an MVC Controller to a Web Service.
by jgauffin
There are a few mistakes that's really common when it comes to exception handling and I thought that I should write a small entry about them. Continue reading →
by Afzaal Ahmad Zeeshan
In this article, I cover the most widely faced problems in Xamarin installation and setup for Android application development.
by Steve Naidamast
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 hoonzis
This post shows you how to configure correctly Common.Logging together with Log4Net or NLog and explains the typical problems that you might expect while using this logging library.
by Steve Wellens
After years of working in the .NET environment, you can still find new and amazing features.
by Richard James Moss
How to compare the properties of two objects via Reflection and C#
by David Corne
This is about the comparison operators in C++ and making them easy to implement.
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 Paulo Morgado
How to compile .NET 1.1 projects in Visual Studio 2008
by Ben Kotvis
Complex queries with Repository Pattern and the Entity Framework.
by Keyhole Software
Component based Java frameworks.
by Gary H Guo
A component-based object extensibility framework for .NET
by Chris_Green
Composite controls can be tricky. If they aren’t set up just right, even the most basic example won’t work properly.
by Abhishek Sur
Use of GZipStream or DeflateStream to compress your HTML output in your response when available. Added new class as WhiteSpaceFilter to remove whitespaces from HTML.
by Dave C Andrews
Count the records in a table which are of a certain type.
by mwootendev
The following expresses my feelings about other languages over the years and why I've come to feel I was wrong. In the end, I'll summarize the root of my language bigotry and how I plan to overcome it.
by Mohit1110
How to configure Git with Visual Studio code
by Dileep Ashok
Configure Many-To-Many Relationship and ListBox control in MVC and Entity Framework
by Ritesh Ramesh
This is a brief to the point note on how to setup ASP session state to use SQL server to store session information.
by Gowrishankarnath
This article raised from my own need to find an easy to use guide with all the information related to setting up a Python working environment using PyCharm, Enthought Canopy and GitHub at a single source.
by Jonathan Wood
When deleting an item from an ASP.NET grid, it would be nice to ask the user to confirm this is what they really meant to do.
by Anton Angelov
Code examples how to connect to TFS Team Project using C# and VB .NET. The post - Connect to TFS Team Project C# Code appeared first on Automate The Planet.
by Stacy Vicknair
Connecting to TFS2010 with Visual Studio 2008.
by Paulo Zemek
What if C# evolved differently?
by Manjuke Fernando
Constructor Chaining is an approach where a constructor calls another constructor in the same or base class.
by Sky Sanders
Leveraging the full power of the ASP.NET platform from client-side JavaScript can be as simple adding a few lines of code to an existing script obviating the requirements of an ASPX client page with a ScriptManager/MS AJAX js library.
by atverma
In this blog, I’ll focus on Content Controls and Open XML 2.0 SDK from the experience I gained in the last 2 months.
by Afzaal Ahmad Zeeshan
In this article, I provide an overview of using Visual Studio Team Services to automatically deploy the ASP.NET Core web application to Azure App Services.
by Graham D Smith
In this blog series on Continuous Delivery with Containers I'm documenting what I've learned about Docker and containers (both the Linux and Windows variety) in the context of continuous delivery with Visual Studio Team Services. The Docker and containers world is mostly new to me and I
by Tom Janssens
The concept behind CQRS is to detach your domain implementation completely from your representation requirements.
by Tom Janssens
A short overview of the key things that happened in the past two weeks in the Nerdbeers project.
by Joe Rattz
How to control collation order on DB2/400
by jotorres
How to control user access in PHP
by Kelum W. Ganegoda
Code to convert/format numeric value to alpha value in M3.
by Martin Jarvis
How to convert accented characters to simple characters
by Jonathan Cardy
A guide to conversion between Rx and Deferred
by Adel Refaat
How to convert multiple SharePoint 2010 projects to SharePoint 2013
by Manas_Patnaik
How to convert the XML to a CLR object and use it as a datasource in a Silverlight app
by User 6619207
How to copy a table using SQL Server Management Objects
by Tom Janssens
Yet another attempt to remove all the protocol that CQRS requires.
by zenwalker1985
This is an extension to my old post about ctor concept in Ruby where I talked about how the Ctor concept has been implemented in Ruby and it’s quite different from other languages.
by Melick
A series of basic operations that can archive using JSOM
by Brij M
How to create and deploy a Windows Azure application.
by gmtzgtz
How to create and execute dynamic SQL on T-SQL.
by Arun Endapally
How to create and publish a NuGet package easily
by Member 8292021
Creation of an example of an animated character using web language
by Anton Angelov
If you are creating .NET libraries, most probably you need to create NuGet packages to distribute your code. You can make your life easier if you create an automatic Jenkins Job for the purpose.
by Rohit Shrivastava
Create Parallel Task in State Machine Workflow in SharePoint 2010
by Bryan O'Connell
A simple PowerShell script to automate zipping up files and folders.
by Afzaal Ahmad Zeeshan
This is part 1 of the articles that I want to write for ASP.NET beginners, who want to build their own personal web sites, that mimic characteristics of blog. It covers the ASP.NET web application part.
by Gil Fink
In this post, I’ll show an example of how to create your own database initializer.
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 Martin Hinshelwood
I am always pulling out the Unity assemblies. Maybe it is just because I am lazy, but I really can’t be bothered rolling my own dependency injection and mapping framework!
by lassebunk
How to create a location aware website using Ruby on Rails, PostgreSQL, and PostGIS
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 Richard James Moss
First part in a series of articles that will result in a component for viewing an image
by Gaston Verelst
How to create a Visio Add-in in VS2017
by Rion Williams
How to create advanced audit trails using ActionFilters in ASP.NET
by Richard James Moss
Selecting part of an image
by pollirrata
How to create CodeCollaborator reviews using command line
by Jake Drew
Creating N-grams using C#.
by Raymund Macaalay
How to create WebPart properties.
by Caleb McElrath
This post is a basic tutorial on how to create custom data-bound controls for ASP.NET.
by egladysh
Exchange data between two domains using AJAX
by essentialSQL
Introduction to cross join - create row combinations
by Rick Bassham
An easy way to do an AJAX call to another domain
by Cale Dunlap
Example of using code-based query generation, transposition, cross-tabulation, and normalized data to produce a query result that can feed a simple chart from data which was not originally designed with reporting or charting in mind.
by John Michael Hauck
These posts are meant to inspire you to enter into the world of graphics processor programming.
by John Michael Hauck
These posts are meant to inspire you to enter into the world of graphics processor programming.
by John Michael Hauck
These posts are meant to inspire you to enter into the world of graphics processor programming.
by Artem Smirnov
Writing testable Action Methods
by Chris_Green
Using a custom attribute to contain a resource key
by Brij M
How to define our own custom configuration section
by gclass
At PDC 2009, Reed Townsend presented some very exciting multitouch samples in a presentation: Windows Touch Deep Dive. This blog covers the code behind of the custom 3D manipulations that were presented.
by Bob Crowley
Custom Serilog Sink Development
by ozkary
Customize the Build Number in Team Build
by Derek Lakin
Additional MessageBox features on Windows Phone 7.
by RizviHasan
A comparison
by CdnSecurityEngineer
I prove everyone who’s ever said XSS isn’t a serious vulnerability wrong.
by MBigglesworth79
The DynamicDataReader provides a means of retrieving data from a database in a way that involves less code and increases code readability.
by Manas_Patnaik
An in-depth look into the Presentation Model and its mode of handling related multiple entities
by Ankush Bansal
How the new WPF binding engine is an improvement over the WinForm binding engine
by Joel Ivory Johnson
Data serializer update for Windows Metro.
by Andrew Zwicker
A continuation of the data dictionary discussion with information about how the documentation is done
by Mahmudul Haque Azad
Database driven unit testing using VSTS
by ozkary
Database First development with ASP.NET MVC scaffolding and Entity Framework
by Andrew Zwicker
Having clear, concise names for tables, procedures, etc., is important for many reasons.
by Andrew Zwicker
Why table and column documentation is useful and some SQL for setting up the data dictionary tables
by Adrian Alexander
Data-binding among complex expressions in C#
by Deepak-VS
How to export data to Excel with formatted headers.
by Pranay Rana
DataLoadOption in LINQ allows immediate loading and filtering of related data
by mwootendev
I would like to touch on some of my personal experiences with refactoring and unit testing that have proven that there is a value to those tasks.
by Dinesh K Mandal
Decorator Design Pattern in .NET
by Jeremy Likness
Decoupled ChildWindow Dialogs with Prism in Silverlight 3
by Zac Gery
Deductive reasoning.
by User 8984948
Deep copying (cloning) objects in Delphi.
by Kunal Chowdhury «IN»
How to install and use the Default Browser Switcher Extension for Visual Studio 2010
by Khanna_Varun
Testing application on different browsers manually would decrease our productivity and also would waste our time.
by Md. Rashim Uddin
How to define your own dialog box
by Md. Rashim Uddin
How to define a simple IoC Container
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 MBigglesworth79
How to use anonymous methods and lambdas to make our code more terse by reducing the amount of code we need to write.
by MBigglesworth79
How to leverage the power of Generics in order to make our delegates more ...well ...generic!
by zenwalker1985
I have found a few interesting things which I would like to share with you all.
by Dev Leader
About dependency injected singletons
by Ashish Kaila
An introduction to Dependency Injection.
by Bhupindra Singh
Dependency Injection in ASP.NET MVC4 and webapi using Ninject
by Grzegorz @ tidyjava.com
Beginner guide to using the power of Dependency Inversion with examples in Java. Covers dependency injection, using abstractions and adapter pattern.
by loki2302
Depend explicitly, require explicitly, but only require what you really need.
by John Atten
Deploying an Azure website from source control.
by Tony Champion (Champion DS)
Deploying Silverlight with WCF Services
by Brij M
How to deploy a Windows Azure application using the Visual Studio 2010 IDE.
by Bryan O'Connell
Design and document your RESTful API using RAML
by Paulo Zemek
Design and implementation mistakes - mostly .NET
by Paulo Zemek
Design and implementation mistakes - Part 2
by Zac Gery
The Gestalt Principles are based on the observation that people actively and subconsciously organize things into patterns and objects.
by Manjuke Fernando
Design forms beyond the size of our development machine's screen resolution
by Dinesh K Mandal
Some guidelines for designing business logic layer
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
In this blog, we will see how to manage the default value of color picker so that we can detect if color is changed.
by Paulo Morgado
Detecting User Regional Settings In The Web Browser
by Stephen Cleary
How to detect a dropped TCP/IP connection
by morzel
How to detect loading an iframe created in Ext JS
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 Michael Banzon
Developing for .NET 2.0 in 2012
by Qwertie
Dependency Injection aids loose coupling. But there are some services that are pervasive, services that you would have to pass to a hundred different constructors if you want to use DI "properly". Is there an alternative?
by Sebastian Solnica
In today’s post, I will show you how we fought a pesky compilation problem with Razor views in our ASP.NET MVC application.
by Chris_Green
Useful extensions to play safe
by Arpit Jain
In this article we will learn about the live(), bind(), click(), delegate(), trigger(), and triggerHandler() methods for adding event handlers to elements.
by Inaki Ayucar
How to get exactly what you need using DirectoryInfo.GetFiles, with an exact extension match lookup
by Martin Hinshelwood
Even though this sounds like a really simple thing, what if you do not know the name of the controls, and you do not want to have to add a bit of code that you, or another may developer may forget to every piece of code with a timer in it.
by Richard James Moss
A sample on displaying the contents of a PDF file in an ASP.NET application using GhostScript
by Nitin Singh India
Distance sensor in robotics.
by Diego Resnik
Cache mechanism is one of the basic infrastructures in every medium & above project, either web application or winForm application.
by Petru Faurescu
Quick introduction on how to use Redis with ASP.NET Core. It includes a full example loading sample Twitter messages.
by Pieter Van Parys
Implementing an ADO.NET Profiler.
by Chinmoy Mohanty
Best practices for using Angular Route resolvers
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 garymcleanhall
You would save a lot of effort by starting with the simplest thing that works.
by Mohit1110
In this blog, we will explore how does a browser comes to know which version of HTML has been used in a Web Page. How Quirks mode & Standard mode affect the page rendering.
by David Truxall
As a consultant, learning lots of different tools is a necessity.
by Nathan Gloyn
If you’re one of those devs that slaps a ConfigurationManager.AppSettings in the middle of a class, then stop, please just stop.
by Morris Bahrami
How to include zip/unzip functionality in your .NET applications.
by Md. Rashim Uddin
How to download different types of files in asp.net
by Chris A. Johnson
Drag and Drop between Multiple Trees in Jquery using jstree
by James Treworgy
Dragging and dropping onto HTML Image Maps
by Manjuke Fernando
DROP IF EXISTS in SQL Server 2016 (DIE)
by Philip Laureano
LinFu.DynamicObject is flexible enough that it can let you build object instances at runtime and then 'strongly' duck type those object instances to any interface that matches the intended duck type.
by Md. Rashim Uddin
Duplex service in WCF
by Gary H Guo
Dynamic behaviors with dynamic typing or dynamic decorating
by Gary H Guo
Add dynamic behaviors using static typing
by StormySpike
Alright, let’s assume that we are lazy coders, we have building a lot of Linq queries lately, and it’s getting repetitive. We keep having to remember to add a certain where clause to every query, couldn’t we just abstract this somehow?
by Dev Leader
With this post, we’re still just scratching the surface of what’s doable when integrating Python and C#.
by Giorgi Dalakishvili
Implementing dynamic ViewState in ASP.NET WebForms.
by Leland Richardson
How to dynamically create item templates on the server-side in ASP.NET.
by Nizar Noorani
How to dynamically create input fields on tab via CoffeeScript and jQuery
by Raymund Macaalay
Making sense of the Correlation ID in SharePoint 2010.
by Bryan O'Connell
How to easily expose metadata information from Web API
by Patrick Cunningham
This article uses 8 steps to create example of how to read and write from HTML to a SQL database in a .NET web application using jQuery, JSON, and XML.
by jgauffin
Easy and perfomant client/server communication with protobuf-net & Griffin.Framework
by Kunal Chowdhury «IN»
Easy form validation using HTML5
by jgauffin
How to get clean and flexible model + validation localization in ASP.NET MVC3
by Ashish Kaila
I hope this makes your Perforce setup experience smoother!
by Raymund Macaalay
How to change collation of all database objects in SQL Server
by Sadeque Sharif
Easily trace all errors of Stored Procedures in MS SQL Server.
by kribo
Eclipse on a USB flashdrive
by Jonathan Cardy
How to edit a Google spreadsheet using PHP and CURL
by Leom Burke
A look at unit testing data access when using Entity Framework code first
by Jeremy Likness
How to use EF Core and Cosmos DB with Blazor WebAssembly
by Martin Jarvis
Finding “Missing” content in the index on 64 bit Windows
by Manas_Patnaik
Achieving a Twitter page like functionality using Element Binding in Silverlight.
by Nuno M. F. Gomes
Keep an ASP.NET web application error tracking isolated and easily accessible
by Pavel Korsukov
E-mail queues in MS Dynamics CRM 2011 Online using Exchange Online and Windows Azure.
by Ashish Kaila
How to embed binary resources within .NET assembly and avoid file dependencies
by Dinesh K Mandal
How to embed and use resources from .NET assembly
by Ernest Poletaev
How to load and use custom font, embedded in assembly resources
by Shahriar Iqbal Chowdhury/Galib
The purpose of this blog post is to provide a generic solution using .NET Reflation and Generics so the same export function can be reused through the entire application regardless of the object type and save us a lot of effort.
by Inaki Ayucar
How to enable/disable properties at runtime in the PropertyGrid.
by jotorres
An encrypt-decrypyt class.
by Anton Angelov
Find how to create more refined and more maintainable page objects in WebDriver. These page objects will follow more closely the Single Responsibility Principle.
by Ruben Rotteveel
In conclusion, logging needs to be a managed process, that is standardized, secured, and monitored and decoupled from the primary application, leaving it do what it needs to do without having to worry about something that is not central to its task.
by JasonShort
New operations in the .NET 4 Entity Framework - a quick example of each working with VistaDB 4 and Visual Studio 2010
by Rui Jarimba
Generate Query Objects on the fly for your Entity Framework entities using T4 templates
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 Radu Pascal
The way to use Entity Framework with Unit Of Work pattern in order to use only one context per HTTP request
by Farooq Kaiser
In this article, I will explore the entity framework with ASP.NET MVC. We will modify the form validation sample that will access the data layer using the Entity Framework.
by User 6619207
Since .NET 4.0, the Enum class contains also a TryParse method. The TryParse method, which is supported in other basic data types already since version 2.0, allows to pass in a value which will be checked if it can be converted into the defined type.
by Gerd Wagner
Enumerations and Enumeration Attributes in JavaScript
by Tom Janssens
Why you should follow it and getting started with Erlang and Axiom.
by Paul_Wade
A better way to handle errors and provide a useful message back to the user in Silverlight.
by Pragmateek
Essential tools for debugging and troubleshooting.
by Anna-Jayne Metcalfe
Last night's reception at Maximilian's restaurant on Friedrichstraße was great fun. Good food, great beer (I particularly liked the Berliner Weiß) and fantastic company. After breakfast we set up our stand in the sponsor's area (complete with the usual last minute presentation edits).
by Anna-Jayne Metcalfe
Last night we descended en-masse on Berliner Republik, a quirky bar where the beer prices go up and down according to demand (they even have a mini stock exchange - watch for the crashes and run for the bar!). Really good food, too.
by Duncan Edwards Jones
How to wrap the business meaningful events in an event store with identity and context information, stored according to the backing technology
by gramoore
A data model that captures events, subscribers and topics to provide a core data model for any event registration and timeline system.
by Dev Leader
Let’s see how events might be causing some leakage in your application.
by Colin Eberhardt
Databinding is a fundamental part of the WPF, Silverlight, and the Silverlight for Windows Phone 7 frameworks. It is a powerful concept that once mastered allows you to write concise and elegant code.
by Dev Leader
Check out these examples of the observer pattern in C#! Learn how the observer pattern in C# can simplify the usage of events in your next project!
by Pragmateek
Excel addins troubleshooting guide
by Dinesh K Mandal
Exception Handling in WCF
by sashan govender
What it means for code to satisfy the basic exception safety guarantee.
by jmix90
Execute a command on a specified control when clicking on a button
by Sifiso W Ndlovu
Using SQL Server Integration Services' Execute Process Task to compress a CSV file into a zip format using 7-Zip.
by Mohit1110
In this blog we would learn how to execute a SQL Query on multiple databases of single DB Server or on a single Database on multiple DB Servers.
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 Afzaal Ahmad Zeeshan
This post talks about the most important improvements to the C# language in its 7th version, provides some IL overview, as well as my own personal opinions on the features and improvements.
by Muhammad_Faraz
Explanation about PropertyPaneAsyncChecklist
by Muhammad_Faraz
About PropertyPaneAsyncDropdown
by CdnSecurityEngineer
Exploiting managed memory
by Carlos Conceição
Current features of NSimpleOlap library
by Bryan O'Connell
Exploring TypeScript and what makes it sweet
by Raymund Macaalay
Export multiple DataSets to multiple Excel sheets dynamically formatted according to the record's data type
by Sandeepkumar Ramani
Multiple GridView into multiple worksheets.
by Gerd Wagner
Using the HTML5 element allows to express a human-readable date or a timestamp in a web page, and annotate it with a machine-readable date/time value that can be extracted and processed by applications.
by Pranay Rana
By using a partial class, we can add custom logic to a class created by the ORM tool(s).
by John Atten
Examination of a quick way to create more useful expandable groups in the .NET ListView control.
by John Atten
Continued examination of C# ListView subclass with collapsible groups.
by Ernest Poletaev
How to use ICSharpCode.TextEditor, free, easy to use, extendable and good quality syntax highlighting control for .NET program.
by Pete Mourfield
Adding localization support to the ASP.NET MVC ViewEngine
by Stacy Vicknair
Extending the behavior of MVC AuthorizeAttribute for activity-based authorization
by Halil ibrahim Kalkan
Extensible jQueryUI widget development
by Code0987
My series of posts on extension methods in .NET: Action.Delay
by ladv02
"Studious Student" solution in Java.
by Nicolas Brassard
Fake ISAPI Handler to Serve Static Files with Extensions that are Rewritten by URL Rewriter
by Tom Janssens
Fallacies of the Tech Recruitment Process
by morzel
Using GetPixel or SetPixel for all but tiniest images is a terrible idea. Stop using these methods and make your code over 300 times faster!
by Pete O'Hanlon
Using the Task Parallel Library in .NET 4.0
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 Shweta Lodha
Implementing the Finalize method to release unmanaged resources.
by Bobby Lough
Find middle of a Linked List in one pass/loop (Pseudo code/Java/JavaScript)
by Robert Hoffmann
Finds unused files and images in your website projects.
by Joel Ivory Johnson
A quick implementation of FindControl for Windows Forms.
by Chris_Green
Recursive DFS, BFS, and Leaf to Root search with pruning
by David Corne
A Python implementation of finding primes
by Inaki Ayucar
How to find the external IP address of your machine, with a timeout, in C#.
by Andy Point
Firebase Android Tutorial : Adding Registration and Login Hello Developers, this is our android firebase tutorial. In this tutorial we will create an android firebase app that will use firebase android login functionality. This post will help you get you up and running with integrating Firebase to a
by DevAffair
A little about F#.
by Gergo Bogdan
Some thoughts about Visual Studio 2012 and First Windows 8 App Development with JavaScript and HTML
by Mahmudul Haque Azad
Here are 5 steps to SVN merging
by TheyCallMeMrJames
How to handle the “Unrecognized configuration section userSetting” exception
by David Corne
FizzBuzz is variously a drinking game, a math game, a way of learning numbers in a foreign language and more importantly (for this blog) a programming kata.
by John Michael Hauck
How to flatten a TransformGroup
by Monjurul Habib
Fluent API vs. Data Annotations working with configuration.
by PeteBarber
I've been learning about BOOST Spirit; a C++ expression based compiler generator. One of the examples is for a Roman Numeral parser. This contained the following interesting code for pre-loading a symbol table...
by Anton Angelov
Overview how to achieve better readability of page objects via fluent page object pattern. Use chaining methods to access the business test logic.
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 mumera
Forgiveness and tolerance are JavaScript’s greatest virtues since the language does everything it can to prevent errors and makes erroneous code work as much as it can.
by Farooq Kaiser
This topic shows you the MVC features that support form validation.
by Cindy Potvin
How to format dates with Java in Android applications
by Andrew Zwicker
A discussion about a forum post for handling a running subtraction in a SQL query.
by Dev Leader
Creating a tabbed Android User Interface.
by Grzegorz @ tidyjava.com
Are you using frameworks the right way? Are you using frameworks for business purposes or the other way around? Are your business classes dependent on frameworks?
by Brij
FriendlyURL as the name suggests gives a clean and SEO friendly URL.
by ericevenchick
Let's look at the components involved in microcontrollers and see how they work.
by Afzaal Ahmad Zeeshan
JSON format of data interchange and its use with C#
by Artem Smirnov
For those of you scared by the numerous steps required to setup a typical Open Source project, this would be a pleasant surprise.
by James Kolpack
Rainbow spirograph using HTML5 and CoffeeScript.
by bobleith
A generic file date/time stamper.
by Vladimir Khorikov
Functional C#: Immutability
by musicm122
Functions in JavaScript
by gramoore
GEDCOM Data Model in C# using BrightstarDB for persistence
by Dev Leader
Change a picture into ASCII art using your own C# program
by Tharaka MTR
Generate insert statements from a specific table data using SQL Server
by Buaziz
In this article, we will define our implementation to handle Captcha images.
by Marek Piechut
You can not only generate WS clients with Axis2 but also server skeletons.
by TheCannyCoder
Today we'll look at creating generators. In simple terms, a generator is a function which returns the next value in a sequence. Unlike an iterator, it generates the next value when needed, rather than returning the next item of a pre-generated collection. Some languages such as Python support
by jgauffin
Let’s look at what generic repositories give you
by jgauffin
How to restrict a generic type identifier to only allow enums
by James Curran
How to get an ApplicationBarIconButton by name.
by Noor Ahmad Feroozi
This class will return information from browser in an array format including the browser name, browser version, and also the operating system name.
by jotorres
This post shows you how to get user's IP address using PHP.
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 Jonathan Wood
Why it is important to be careful when using the Caching feature.
by Pete O'Hanlon
A simple mechanism to limit the input of data to a TextBox so that it only accepted the relevant numeric amount.
by SleepyCrat
A discussion of how the HealthCheck middleware is used to expose endpoints on your site that run a sequence of pre-written tests and provide you with quick diagnostic information about the health of your application.
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 jgauffin
How to get information into the Layout without using ViewBag
by Rion Williams
This post will cover how to get yourself up and running using SignalR within Visual Studio 2010 in a jiffy.
by Madhur Kapoor
How to get started with AngularJS
by Camilo Reyes
How to get started with ASP.NET MVC 5
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 Cyborgx37
LINQ is syntactical sugar for extension methods and lamda expressions. To understand LINQ, it is important to first grapple with these concepts.To begin, let's look at a simple and somewhat common scenario.
by Gilly Barr
Getting started with nodejs.
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 Nathan Gloyn
My thoughts on my new Windows Phone 7
by PeteBarber
It is critically important to make sure that a View's DataContext is properly created and attached before the underlying Window is displayed, otherwise initial events will be missed.
by John Atten
Interactive patch staging with Git add -p.
by John Atten
Here is the quick version of Git Subtree Merge
by John Atten
Interactively stage portions of a single changed file for Commit using git add -p.
by Bobby Lough
Mutation Testing is amazing. Start doing it with PIT to test your tests. The cost of poor quality is too great to ignore.
by Bobby Lough
Give your tests mutant powers with PIT [Part 2]
by Zac Gery
An Open Source initiative.
by EngineerSpock
Global exceptions handling in WPF
by Sebastian Solnica
The Global.asax file and its role in ASP.NET applications
by Steve Wellens
jQuery Templates have been discontinued. The new pretender to the throne is JsRender.
by Steve Wellens
At one of the local golf courses I frequent, there is an open grass field next to the course. It is about eight acres in size and mowed regularly. It is permissible to hit golf balls there—you bring and shag our own balls.
by Rick Bassham
A utility written in C# that you can use to upload files to a code.google.com project
by Buaziz
creating an MVC HTML Helper for Google Maps
by MBigglesworth79
Quoted identifiers appear to be causing more problems and confusion than they are worth; not least the potential creation of "duplicate" column names.
by John Michael Hauck
Some ad hoc performance test results for a simple program written in C# as obtained from my current desktop computer: Dell Precision T3600, 16GB RAM, Intel Xeon E5-2665 0 @ 2.40GHz, NVidia GTX Titan.
by TechMyTalk
This article explains the usage and best practices around Grails.
by Qwertie
I decided to write this post to help people understand the theoretical representation of grammars.
by Abhishek Sur
Make your class library COM visible using few simple steps
by jgauffin
Griffin.Container: Introducing the Command Support
by jgauffin
Griffin.Framework – Performant networking in .NET
by jgauffin
A minimal SPA library written in TypeScript that has no dependencies at all.
by Anton Angelov
Grooveshark makes available methods for accessing and interacting with Grooveshark data. All methods require a web services key and you must sign your requests with a secret key.
by Afzaal Ahmad Zeeshan
This post is intended to demonstrate the cryptographic functions in Mono environment. Hashing the passwords and encryption decryption has been talked here.
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 Afzaal Ahmad Zeeshan
This is the second part of the series of articles for Ubuntu programming using C#. In this, I am talking about the quick tools and helpful features provided by MonoDevelop for C# programmers.
by Afzaal Ahmad Zeeshan
This is the first part in the series of posts about Ubuntu programming using C# language. In this post, I have discussed a few features of MonoProject IDE, which is used for C# programming on Ubuntu environment.
by Afzaal Ahmad Zeeshan
In this post version, I have talked about NuGet packages and their management in Mono environment.
by Afzaal Ahmad Zeeshan
This short post is about the project files that are created when a new project is created using a template provided in MonoDevelop.
by Raymund Macaalay
How to create dynamic LINQ queries.
by Zac Gery
This built-in feature provides lock down controls for an app.
by Mehdi Khalili
How to hack GUIDs
by ManojKumar19
Hands on Lab for MVVM, Value Converter, XAML Binding, Delegate Command pattern, INotifyPropertyChange, Lambda Expression, LINQ etc. in Silverlight/WPF project
by Afzaal Ahmad Zeeshan
In this post, I talk about hashing the passwords in .NET Core.
by Jeremy Alles
In this post, I’m sharing the aspects I discovered while trying to port a project from Windows Phone to WinRT.
by Colin Eberhardt
Today's blog post is a couple of very simple utility methods that I have found myself using again and again ...
by Orjan Westin
Converting any contents of a memory buffer into a hexadecimal string and back
by zoyobar
How to highlight data in a jqplot chart.
by Anton Angelov
This post gives some hints for arranging usings in Visual Studio efficiently.
by Zac Gery
About hiring developers.
by Mark Vinod Sinnathamby
This post is a tutorial that is complimentary to the session I did, demonstrating the steps of how a simple holographic application can be built and deployed in the HoloLens emulator.
by Jeremy Likness
Learn how to host WCF as a Windows service (without using a web project) and how to code it so that you can test interactively without installing the service.
by Dev Leader
How and why to avoid excessive nesting.
by levelnis
Article discussing how to handle posted data in an MVC controller action by using commands and handlers
by levelnis
How do you display WebAPI model errors in MVC?
by levelnis
How do you post to a Web API controller from an MVC controller?
by Dev Leader
How to structure your Singletons.
by Zac Gery
The difference between an average and good developer is time management.
by JasonDove
This is the number one recurring mistake I have seen consulting and pops its ugly head up time and again across all business sectors, reporting software, and methodologies.
by rtybase
The number of defects (on average) produced during a software elaboration project.
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 Cybermaxs
How speedy.js is your web site?
by rajendran_sp
How to access a simple XML file embedded in the WinRT assembly
by wullinkm
How to implement lazy loading when you are using Dapper
by StevenHollidge
Simple and brief introduction to PostSharp and AOP style logging and monitoring
by Cybermaxs
How to avoid 26 API requests on your page
by Dynms
Balancing project agility and predicitability.
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 will give you more concrete information, mainly source code, if you need to implement a web API binding in Java.
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 Kunal Chowdhury «IN»
Organizing custom control properties inside Visual Studio and Expression Blend
by Arik Poznanski
How you can measure how many read and writes (in bytes) your build takes.
by atverma
Criteria behind choosing IDisposable, IComponent, Component, MarshalByValueComponent and base Control classes(System.Windows.Form.Control and System.Web.UI.Control) while implementing a Class
by morzel
If you think you can just keep references to popups in an array… think again.
by Kunal Chowdhury «IN»
If you are developing a secured site and want to close the browser window just after the user logs out from the application, this small tip will help you.
by Zac Gery
Curing web zombies can be a challenge but it is a worthy cause.
by Kunal Chowdhury «IN»
SmsComposeTask of the WP7 SDK can be used to create SMS from code.
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 Libish Varghese Jacob
Configuring and using Entity Framework 4.1 for my Open Source project.
by Afzaal Ahmad Zeeshan
An overview for connecting an ASP.NET website or a web application to a remote SQL Server database
by ledtech3
Converting a fraction to a decimal
by Nitesh Kejriwal
How to convert date time to "X minutes ago" in jQuery
by Bahrudin Hrnjica
How to convert your old sequential code in to async
by StevenHollidge
How to expose JSON data over a RESTful interface.
by Alexander Golde
This post will show you how to create a Logfile viewer in 15 minutes.
by jmix90
The expander control can be used in a lot of situations but the one proposed by default is quite "rigid".
by Arun Endapally
This post shows how to create an area in ASP.NET MVC application
by Khurram Punjwani
How to create multilingual user experience in SharePoint 2010
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 Kunal Chowdhury «IN»
This is a continuation to my previous post "How to create a Custom Control in Silverlight".
by Mukit, Ataul
How to do your project estimations!
by Brij
Enabling HTTPCompression in IIS6
by Aniruddha Loya
Receiving INDEX_SIZE_ERR: DOM Exception 1 in HTML5 drawImage() function - Here is a small trick that helps to make sure that images are loaded before being rendered.
by Kunal Chowdhury «IN»
How to execute a Local File using HTML Application?
by Adam Zuckerman
Here's a post on how to find all child controls from a starting control or form
by Tharaka MTR
This post will show you how to fix orphaned SQL users.
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 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 jgauffin
With this post, I’ll show how you can use the built-in features in MVC to handle errors.
by levelnis
How to handle multiple Submit buttons on a form with data attributes
by jgauffin
How to handle transactions in ASP.NET MVC3
by StevenHollidge
How to host multiple isolated WCF services within a single Windows service with zero App.config
by Kunal Chowdhury «IN»
A DependencyProperty is set to enable declarative code to alter the properties of an object which reduces the data requirements by providing a more powerful notification system regarding the change of data in a very specific way.
by Eric Xue (brokensnow)
20 mins installation guide in order to get you with a Mac OS X Lion VM in no time
by Melick
How to join multiple lists together and create a combined View.
by Ashish Kaila
A perfect Web 2.0 close button using Photoshop CS4
by jgauffin
How to make exception reporting in log4net awesome
by rusanu
How to Multicast messages with SQL Server Service Broker
by Nicolas Brassard
How to get a random subset of data from a DataTable
by Junian Triajianto
Play any audio files by using DependencyService with MediaPlayer for Android and AVAudioPlayer for iOS
by BillOsuch
How to preserve state across pages in a Windows 8 app
by Alexander Turlov
How to programmatically set a value of a watermarked TextBox via JavaScript
by merlin981
Twitter feeds are provided in RSS XML format. This makes it very easy for us to parse out the information we want from a feed using LINQ to XML.
by voloda2
Explains how to release an unmanaged library loaded into managed .NET code
by Raymund Macaalay
How to render MVC view on a Modal popup window
by Kunal Chowdhury «IN»
How can you programmatically retrieve a phone number from an existing contact list?
by Kunal Chowdhury «IN»
In this small post, we will learn how to retrieve saved contacts in WP7 using the Windows Phone 7 SDK APIs.
by Kunal Chowdhury «IN»
How to retrieve an email address from a contact list with a simple example (including the internal implementation of the API).
by Nitesh Kejriwal
How to retrieve the size of data files of all databases present in SQL Server and the actual amount used in these files.
by Nadeem Afana
Illustrates an efficient method of returning random rows from a SQL Server database
by Athar Raza Faridi
How to reuse Template Parts in InfoPath.
by James Treworgy
Debug tests from directly within your project.
by Kunal Chowdhury «IN»
This post will allow you to understand the API of Windows Phone 7 SDK. In this post, we will learn about SaveEmailAddressTask class and its API with a simple demo.
by Kunal Chowdhury «IN»
This small post will help you to understand the basics about the SavePhoneNumberTask API and details about the implementation stuff with step-by-step details.
by Kunal Chowdhury «IN»
How to programmatically search for a specific contact in WP7?
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
How to select all text in a textbox on focus
by Gaurav Aroraa
How to Serialize/Deserialize objects programatically?
by Paulo Morgado
How To Set Elements Of An Array Of A Private Type Using Visual Studio Shadows
by 10xlearner
Last week, I had to reinstall all the tools I use on a new computer, since the previous one passed away .
by Khurram Punjwani
How to set view level permissions out of the box in SharePoint 2010
by Afzaal Ahmad Zeeshan
How to share data among different web pages using ASP.NET
by Kunal Chowdhury «IN»
How to share links from WP7 to Social Networking Sites using the ShareLinkTask?
by Perjan
A quick tip that will show you how to show hide Navigation Bar when tap in iOS occurs
by Inaki Ayucar
Learn how to sign C++/CLI assemblies with a strong name.
by Shahriar Iqbal Chowdhury/Galib
This post shows you how to solve SSIS Error Code 0xC020801C/0xC004700C/0xC0047017
by RobNO
How to sort Date and/or Time in JavaScript
by Raymund Macaalay
How to sort the listviews you have created in SharePoint.
by Brij
How to store custom objects in web.config
by atverma
How to test a class member that is not public using Visual Studio 2010
by Tarun_Arora
Troubleshooting TFS Build Server failures.
by atverma
In this article I’ll discuss about unit testing SQL Server 2008 Database project using Visual Studio 2010.
by atverma
In this article I will explore the important features that can be configured to build comprehensive database unit tests.
by atverma
This is the last article of the series “How to unit test SQL Server 2008 database using Visual Studio 2010”.
by rusanu
A technique to make tables with columnstore indexes updateable
by Arun Endapally
ASP.NET MVC Areas can be very useful not only for organizing code or separating an application into smaller modules but also we can reuse the same area in multiple applications.
by rusanu
A very simplified explanation of how column store indexes can be used
by Dave C Andrews
You can have your tables make computations themselves, without running through a view.
by jgauffin
This article explains how you can automatically proxy CORS requests in jQuery without changing your existing code.
by Adnan Boz
How to use CPU instructions in C# to gain performace
by merlin981
How to use the LINQ GroupBy feature.
by Dynms
How you can use the Entity Framework in an MVC.Net web application with Dynamics NAV.
by Dave C Andrews
Use ROW_NUMBER() to enumerate and partition records in SQL Server
by saramgsilva
This article aims to show how to use the Tessnet2 library.
by MobileAppMastery
This video will show you how to implement this in your own iPhone app.
by Duc Huy Nguyen
Wrap a C# library for use in Java, a folktale about an idiot coding at midnight.
by Salmanzz
How to create a Date Picker Composite Control in ASP.NET (C#)
by XPG Live
A walk through of using all of the features XPG Live has to offer
by XPG Live
How to initialize a game on Android with XPG
by XPG Live
This is a continuation of the How To series. The first post is here.
by XPG Live
How to initialize a game on iOS (iPhone/iPad) with XPG
by XPG Live
Initialize a game on Windows Phone with XPG
by Paulo Morgado
How to make XAML Content Globalizable when using value converters
by XPG Live
This post discusses how to use Leaderboards on Android with XPG.
by XPG Live
This post will cover leaderboard types and setup, accessing leaderboards in game, posting a score to a leaderboard, retrieving scores from a leaderboard.
by XPG Live
Use leaderboards on iOS (iPhone/iPad) with XPG
by XPG Live
Use leaderboards on Windows Phone with XPG
by Tom Janssens
How personality types are related to development....
by Aniruddha Loya
In this tutorial, I will show you how to use the basic features of HTML5 and get the simple game of Snake up and ready within a couple of hours, even if you are a beginner.
by stephen.vaubell
The intention of this post is to look at the changes in HTML5
by Sandeep Mewara
Possible resolutions.
by NSProgrammer
Videos on demand.
by Md. Rashim Uddin
HTTPS Communication in WCF
by Nitin Singh India
As IT's capabilities grow, so our own brain's capability and singularity would never arrive.
by Artem Smirnov
A few tricks in using FubuMVC
by Ronnie Mukherjee
I hate my code
by Dheeraj Kumar Kesri
An in-depth guide on Immediately invoked function expressions in JavaScript.
by Monjurul Habib
How to: ASP.NET 4.0 Routing and Ext.NET.
by Shahriar Iqbal Chowdhury/Galib
How to fix this IIS deployment error
by Ehsan Sajjad
Image ActionLink HTML helper in ASP.NET MVC
by Duy H. Thai
Some frequently-used methods for image handling in .NET
by Jake Drew
Image thinning using R.
by Jonathan Wood
Getting accelerators to work in a dialog box.
by S Ravi Kumar (TechieRathore)
Implement Facebook login with OpenID selector.
by S Ravi Kumar (TechieRathore)
How to use the OpenId selector tool in an ASP.NET MVC3 application
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 Neeraj Kaushik1980
This post will demonstrate how to connect with FIX5.0 server and FIXT1.1 specification and uses of QuickFix/n (native .NET FIX engine).
by emiaj
Hello everyone, had been a long time from my last post (as usual, been busy busy busy). Today I want to talk about something that for most .Net developers is unknown but has been in the development industry a long time ago. I’m talking about Aspect Oriented Programming - AOP.
by Robert Friberg
Implementing a Document Database Engine using #liveDB in less than 30 minutes
by PratapReddyP
How to implement a Sandbox proxy in SharePoint 2010.
by Arun Jacob
This article shows how to implement INotifyPropertyChanged.
by kiran dangar
How to implement jQuery Model Popup plug-in and playing FLV file in a model popup
by Morshed Anwar
Implementing Repository Pattern with EF4 POCO support.
by Paulo Morgado
With Rx, events are first class citizens that can be passed around and composed as needed in a very simple way.
by Jonathan Wood
Implementing word wrap in C#.
by Paul M Watt
How to improve code clarity with Typedef
by Kunal Chowdhury «IN»
How to improve productivity using Visual Studio 2012 default browser switcher
by Kunal Chowdhury «IN»
Improved Solution Explorer in Visual Studio 2012 to improve productivity
by Jakub Míšek
Update: Latest benchmarks are depicted on Benchmarks page. One of the reasons why you may be interested in using Phalanger is that you need to run your PHP applications faster. Phalanger is a PHP language compiler for .NET. It is … Continue reading →
by Rui Jarimba
A simple approach that will allow you to reuse the code used in the Select method
by Giorgio Bozio
A methodology to simplify Agile development
by Cruz Boon
How to include JavaScript files safely.
by webdev_hb
Have you ever created a WebControl in MVC and though “Gee, it sure would be nice if I could add a stylesheet/script to the header of my page.” It’s not as easy as it used to be. This post goes over some code that can help you bridge that gap.
by Martin Thwaites
A simple use for a new(ish) feature in .NET
by Duy H. Thai
Explore the essence of an 'LTS classes' file, the classes it generates, and how it connects the object model to the database model...
by Issam Lahlali
Let’s go inside Groovy to discover how it works internally.
by John Atten
Install Sublime Text 3 (beta) on Linux Mint or Ubuntu.
by marcofranssen
Install Windows 8 from a rusty 256 MB USB stick
by Harsh Baid
Installing .NET 3.5 service pack 1 along with application setup.
by Afzaal Ahmad Zeeshan
In this post I am going to walk you through installing and setting up the R environment on your Windows operating system; because Visual Studio is only available on Windows.
by Mark Vinod Sinnathamby
Installing MINIX 3 on QEMU/KVM with networking
by Anton Angelov
The next logical step in your build will be to build your solution or projects. I will guide you how to do it via MSBuild as build engine and NuGet for downloading the necessary packages.
by WolfiG
An implementation which enables the end user to choose a Services Registry backend at runtime
by Girish J Jain
How to intercept a raw SOAP message.
by loki2302
The smaller an interface is, the better it is.
by deostroll
A trivial demonstration of Interface Usage
by DotNetForAll
Interfaces walkthrough
by Paulo Morgado
Internet Explorer 10 User Agent Strings On Windows 8 64bit
by Pranay Rana
In this post, I am going to show two keywords in C# 3.0 which are very helpful when playing with a set of object collections using LINQ.
by voloda2
Introducing .NET C# inversion of control and Microsoft Unity hands on lab
by Ruben Rotteveel
Advanced messaging is taking off, judging by the list of large companies embracing this technology, I'd say that AMQP is here to stay and it's time to get familiar with it.
by jgauffin
Introducing griffin.editor – A jQuery textarea Plugin
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 danielthesolver
Relax accordion was made using jQuery and some jQuery UI components, the sortable library and the droppable library.
by Dhanushka Madushan lk
Client side validation using JavaScript and server side validation using C# and validation server controls with simple examples
by zoyobar
jqplot, the axis and grid of the chart can be easily set
by zoyobar
Introduction to Basic Properties of jqplot Chart
by Tarun_Arora
Branch by Quality is one of the most popular branching patterns used, and can serve as a base pattern for more complex branch strategies.
by Matthew Dennis
This is the first in a series of articles about using the Munq DI IOC Container and IOC containers in general.
by Madhur Kapoor
Introduction to Swift
by zoyobar
Introduction to the basic properties Of JQueryElement
by zoyobar
Introduction To Title Legend And Series Of jqplot Chart
by Keyhole Software
An introduction to TypeScript Language and Tooling.
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
A set of best practices helping you to get the most out of your container
by Manjuke Fernando
How to invoke a method in our client application when the print button of the report viewer is clicked
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 Ashish Sheth
Invoking Google from within VS 2008
by John Y.
Here is the fix if you attempted to update your iPad OTA to iOS 5 beta 7.
by User 1556233
Sending an email from your iPhone application is something which you normally want to do it asynchronously. But unfortunately, prior to iPhone 3.0, the only way to send email was using mailto:// url format. i.e, [[UIApplication sharedApplication] openURL: @"mailto:john.appleseed@appl
by Pranay Rana
Difference between IQueryable and IEnumerable in terms of LINQ to SQL queries.
by Dev Leader
IronPython: A quick WinForms introduction
by John Atten
Ok, so there is what might be my first-ever "link bait" title. Especially dangerous because I am about to jump into a discussion propagated by some well-known, highly-respected developers against whom my own self-taught, inexperienced knowledge pales.
by Chris Boss
Today's development tools are becoming so complex that it makes one wonder, what has happened to software development.
by Andrew Zwicker
Do you find yourself or others doing repetitive tasks? The solution – automate if possible.
by Zac Gery
Is there value in attending Build?
by Zac Gery
The short answer is, "Yes."
by Brij
How to make use of the IsCrossPagePostBack property.
by Dev Leader
A discussion about who owns the code
by hjgode
iTextSharp ported to Compact Framework
by hoonzis
How to extend the detail page of a company by adding a list of products of the company and a drop down list box, which will allow a user to add a new product to the list of the products of the company.
by Marek Piechut
How to do J2EE JDBC based authentication with JPA Entities in Glassfish
by Marek Piechut
WatchService allows us to listen to changes in a directory without any pooling.
by John Atten
This post is a re-examination of some topics I discuss in an older post.
by John Atten
Checked exceptions in Java.
by Jeremy Likness
A brief discussion of how to bind JavaScript to custom server/ASP.NET Controls using the AJAX client control model.
by Jeremy Likness
Learn how to best embed/associate JavaScript with ASP.NET user controls
by Brij
Javascript Dictionary
by Tharaka MTR
JavaScript frameworks and resources
by DevAffair
Looping through JSON object properties in JavaScript.
by Jin Vincent Necesario
Builtin types of JavaScript and difference between primitive and reference types
by Gerd Wagner
The four types of basic data structures supported by JavaScript are: array lists, maps, records and JSON tables.
by joseph donley
var hoisting in JavaScript
by Dheeraj Kumar Kesri
A comprehensive post on why JavaScript is an awesome language and why JavaScript is horrible at times
by James Curran
Managing JS files for ASP.NET MVC.
by Anton Angelov
Shows how to create a Jenkins Job that gets the source code by specific changeset number. Uses a parameter to run the job in two modes.
by AlexCode
jqGrid quick tips
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 jqwidgets
How to implement a simple Alert popup window which you can use instead of the standard JavaScript alert
by TheyCallMeMrJames
Implementing jQuery IntelliSense with ASP.NET MVC and the Razor View Engine.
by Christopher John Paul
A localized confirmation box in jQuery
by jqwidgets
In this post, we will see how to add separator menu items to a Menu widget for jQuery.
by Steve Wellens
I've always appreciated these tools: Expresso and XPath Builder. They make designing regular expressions and XPath selectors almost fun! Did I say fun? I meant less painful.
by Nizar Noorani
The below jQuery snippet returns the character corresponding to the key that was pressed on the QWERTY keyboard or the numeric key-pad.
by jqwidgets
How to add a jQuery Tree with Checkboxes to your web page
by AlexCode
The jQuery UI auto-complete widget is great; it just works, and is very easy to customize.
by Kristofer Kallsbo
Watch out for redundant code in jQuery code samples.
by James Kolpack
jQuery Validate and Jeditable
by James Kolpack
jQuery Validate and Jeditable
by Himanshu DS
Methods or effects available in jQuery
by DevAffair
An example to demonstrate the power and accessibility JSON offers to developers.
by Robert Hoffmann
Lightweight JSON protocol proposal
by AshwinRayaprolu
Retrieving descriptions of all links in DZone using jsoup.
by S. Senthil Kumar
JustAttach – a macro that finds out the output file path of the startup project of your solution and automatically attaches to it.
by Dev Leader
Ever since I can remember, I've always been told to keep fields private.
by levelnis
In this post, we'll discuss how display templates can simplify our view logic.
by webdev_hb
IIS can be a bully to your poor web application and when you're in a hosted environment you have even less control. In this post we discuss how we can keep your website from being recycled and do it without needing external code!
by Pete O'Hanlon
The solution to a problem that was posted on CodeProject
by Marius Bancila
I will show how to provide keyboard input for WPF controls hosted in a Win32 applications.
by hjgode
How to start an application by just hitting some keys in sequence? The answer: Just use a keyboard hook.
by Vangos Pterneas
Complete body tracking in Kinect.
by Daniel Vaughan
Implementing field level change notification in WPF, and how a Lambda Expression can be used to specify a composite property that raises change notifications automatically whenever an associated property changes.
by hoonzis
Integrating Google Maps and KnockoutJS
by Shakeel Iqbal
Lambda Expression is one of the best features of C# 3.0
by Dev Leader
An example in refactoring code.
by SQLServerIO
A little GUI tool to manage your Windows boxes, waking them up or putting them to sleep.
by Naveen
Explains how Leakmon is able to track down all the resource leaks
by Issam Lahlali
In this first part the goal is to discover the creational patterns used by JBoss.
by Mircea Diaconescu, Gerd Wagner
While many new JavaScript features of ES6 (=ES2015) are still (in 2016!) not available in all important web browsers, the promising new feature of a JavaScript "promise" has arrived. This tutorial shows how to use it.
by Betclic Tech
Only by setting in place a culture of learning can we hope to really get better. Teams that learn continuously are more adaptive, ready to tackle new projects and unknown stuff. They are in a moving spirit, pushing forward innovation.
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 Afzaal Ahmad Zeeshan
In this article I will give you a complete overview of SQLite databases in Android and how to consume them using Xamarin APIs.
by Rajesh Pillai
My experience of how I go about learning a technology, a skill or anything I want.
by Steve Wellens
You can use the LINQ library functions, which are extension methods, without having to delve into Reverse Polish SQL.
by AlexTatiyants
There is a big difference between figuring out what to do and why to do something.
by li9705
Can we write programs in Android with other languages? The answer is yes.
by Zac Gery
Having fun at work can re-ignite that spark and change a person's focus and perspective.
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 Philipp Sumi
A lightweight task scheduling library that allows you to easily schedule the invocation of callback methods at specified times or intervals. Supports .NET 3.5 and Silverlight.
by Philip Laureano
Announcing the impending release of LinFu.IoC v2.0!
by Stephen Akins
Here is some jQuery you can add to your pages that will allow you to track when people click on external links.
by ambilykk
LINQ – Language Integrated Query
by JasonShort
Group By with NULL database values in LINQ.
by JasonShort
LINQ Group By with NULL database values
by Pranay Rana
SelectMany is a way to flatten several results into a single sequence.
by Colin Eberhardt
Creating a LINQ-style API for Objective-C has proven to be relatively simple (and fun!). I have provided implementations for some of the most common and useful LINQ methods, however the .NET LINQ APIs for querying collections have a great many more methods than the ones I have covered.
by ozkary
LINQ does not understand query hints: a workaround
by Adam Zuckerman
Pulling XML data into your objects
by Paulo Morgado
LINQ: Enhancing Distinct With The PredicateEqualityComparer
by Paulo Morgado
LINQ: Enhancing Distinct with the SelectorEqualityComparer
by Paulo Morgado
LINQ: Introducing The Skip Last Operators
by Paulo Morgado
LINQ: Single vs. First
by Paulo Morgado
LINQ: Single vs SingleOrDefault
by JasonShort
LINQPad is sort of like a Notepad, you can write and edit .linq files using it.
by jgauffin
This post is all about LSP.
by Adrian Alexander
How to listen to HTML Events from BHO.
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 Sibeesh Passion
How to load data from database using Web API
by PratapReddyP
How to perform a Load Test using Visual Studio 2010 Ultimate.
by Daniel Vaughan
Some really nice techniques for handling asynchronous network calls.
by Ivan Leonenko
Local image caching with custom control in WPF
by User 6619207
The web in the future will contain more localized information than it already contains today. The Javascript Geolocation API contains the tools you need to localize a user of your web site.
by Ernest Poletaev
Localize ToggleSwitch in the Silverlight Toolkit.
by pollirrata
How to localize your MVC app based on a subdomain
by Martin Hinshelwood
I am not sure if this is a good idea, but I was bored one day and decided to add a TFS Error Log provider for Elmah. There are 2 ways you can do this.
by Steve Wellens
A new appender for the log4net logging tool that sends server logging strings to a JavaScript console.
by Md. Rashim Uddin
How to log and trace WCF Soap messages?
by Werner van Deventer
Logging is so important in any live application.
by Jeremy Likness
Learn how to parse complex expression trees, and even modify them to alter IQueryable results.
by RizviHasan
When a Lubuntu or Ubuntu is installed in a VirtualBox, by default the networking mode is selected NAT.
by Mahmudul Haque Azad
Magic of JQuery in ASP.NET, simplifying AJAX
by Inaki Ayucar
In this post, I’ll try to share my thoughts and experience developing applications for the Windows Phone Marketplace.
by AlexCode
Block any way for the user to change the textbox value in the DatePicker, either from the calendar popup or by direct input on the textbox.
by Gil Fink
How to use the datajs library in order to make a JSONP call to a JSONP enabled WCF Data Service.
by Stephen Akins
When making DIVs using the CSS "Float Left" property, all have uniform heights.
by Sebastian Solnica
How to make elmah.axd
by Philip Laureano
The following code represents most of LinFu.IoC's functionality when managing service instances.
by rudigrobler
How to make the ApplicationBar bindable in a WP7 application.
by rudigrobler
How to make the ApplicationBar bindable.
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 Anton Angelov
Manage TFS Test Cases in Microsoft Test Manager C# VB.NET Code
by Anton Angelov
Manage TFS Test Suites in Microsoft Test Manager C# VB.NET code
by Debopam Pal
Using Microsoft.Office.Interop.Excel library, you can bring your data from your database against LINQ query and store them into an Excel Sheet.
by Adnan Boz
Massively Parallel Random Nunber Generation using CUDA C, Thrust and C#
by John Michael Hauck
Controlling intelligent precision electric motors from Windows applications written in C#
by Shweta Lodha
Detecting memory leaks in .NET applications.
by Rion Williams
How to merge smarter with Semantic Merge.
by Basavaraj P Biradar
The new Merge statement in SQL Server 2008.
by Keyhole Software
This article introduces the relevant concepts, hopefully helps you to navigate around one or two common “gotchas,” and provides links to more in-depth resources.
by Colin Eberhardt
This blog post presents an attached behaviour that gracefully slides the contents of a list into view when used in conjunction with a Pivot control, emulating the Windows Phone 7 email application.
by Colin Eberhardt
How to implement the animated 'peel' effect seen when native Windows Phone 7 applications exit
by Colin Eberhardt
In this blog post, I look at how to implement the fly-out fly-in effect seen in native Windows Phone 7 applications. This effect is seen in the native mail application; when you click on a message, the title flies out of the list then flies back in as the title of the message page.
by Colin Eberhardt
This blog post describes the implementation of a metro ’tilt’ effect for Windows Phone 7 which causes element to respond to user interactions by tilting in 3D.
by Colin Eberhardt
A simple metro-in-motion behaviour which reduces the Panorama control’s contents while the user slides from item-to-item so that they can really appreciate your fancy background graphic!
by Nandun
Microsoft Silverlight is the new product they introduced for rich interactive web application developments.
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 Martin Jarvis
This is tricky because tfs2svn stopped being updated when Subversion 1.4 ruled the roost.
by hjgode
A charmap tool like we have on Windows Desktop PCs
by hjgode
A simple application to connect to a serial port
by hjgode
A native rdesktop prt for Wndows CE and Windows Mobile to replace Remote Desktop Mobile.
by hjgode
Mobile Development: AutoHide Windows Mobile Device Center 2
by Williarob
How to mock a database repository using Moq
by Colin Eberhardt
This blog post looks at the problem of showing modal dialog windows in applications that target both the Silverlight and WPF platforms. A solution is provided which allows modal dialogs to be written that work well for both technologies.
by John Atten
This post discusses modeling a directory structure on Azure Blob Storage.
by Jim Crafton
Models, Views, and Items - A different approach.
by qenn
Model-to-Entity mapper in ASP.NET
by Simon Jackson
I’ll go over one of those fringe / advanced options available to old XNA projects where you can effectively build your own content.
by Kiefer Hagin
One of the first learning experiences I had when I dove into development was the linking functionality built into MonoTouch.
by Anton Angelov
Most Underrated WebDriver Locator – XPath
by Raymund Macaalay
Three easy steps in moving your Sub Site in its own Site Collection.
by Cybermaxs
Moving to xUnit.net
by Aron Weiler
A standard in-memory generic .NET queue that, when the configurable overflow limit is reached, will start using MSMQ as a backend to mitigate the issues with memory usage
by Anton Angelov
If you need to rerun Failed Tests (MSTest), you can download the application that I wrote. Examples how to use it and code snippets.
by Kunal Chowdhury «IN»
Learn about Multi Column Text support in Silverlight 5 with a simple example
by li9705
How to manage objects in multi language programming
by Aron Weiler
MultiKeyDictionary is a C# class that wraps and extends the Generic Dictionary object provided by Microsoft in .NET 2.0 and above.
by li9705
Accessing interface objects defined in another language
by li9705
Doing more complicated function calls between languages.
by User 6619207
Which lock object should I use?
by Matthew Dennis
Munq IOC Container – Creating a Thread Local Storage Lifetime Manager
by Matthew Dennis
Table of Contents Downloading the code Overview What is Munq IocContainer Using Munq IocContainer Registering Factory Methods Obtaining an Instance from the IocContainer Initializing the IocContainer Lifetime Management Downloading the Code The code is maintained at CodePlex.
by David Corne
This blog post is going to be about the C++ keyword mutable, it is also going to go into using mutable for data caching.
by Cyborgx37
How to have mutliline string literals in VB.NET.
by Ben Liebert
MVC output caching using custom FilterAttribute.
by jmix90
When you create WPF applications, you may (or you should !) use the M-V-VM pattern and so have to use/create ViewModel.The viewModel job is mainly to expose properties of your businessObjects to your views, ready for binding. Here is a first solution to create ViewModel from your model.
by IInjac
MVVM for Windows Phone developers.
by SteveAdey
This is an example to show the use of MVVM in creating a grouping listbox.
by SteveAdey
Setting up an MVVM application and some simple binding to text and commands.
by Nikos Baxevanis
This post aims to provide a way to implement the Model View ViewModel (MVVM) architectural pattern using Plain Old CLR Objects (POCOs) while taking full advantage of .NET 4.0 DynamicObject Class.
by Barry Lapthorn
How to create an MVVM application using MVVM Light with multiple views in one window
by Ashish Kaila
WPF Control Development Unleashed - my favorite WPF book of all times
by jotorres
My top 9 reasons why I use PHP
by johnniealan
ArcNet Protocol basics
by Bogdan Bujdea
Myths about TDD
by Martin Jarvis
N2CMS Templates RSS Feed Fix
by Farooq Kaiser
In this article, I will explore named and optional parameters in C# 4.0.
by Esteban Alvarez
Structuring your libraries using Test Driven Development
by Charlie_Holland
Programmatically create NavBarLink objects so that they can be explicitly set to internal, therefore benefiting from security trimming and other URL management functions provided by SharePoint.
by jqwidgets
How to add a Context Menu to a Navigation Bar
by Philip Laureano
Ten basic principles that you can follow that will make it easier for you to understand and work with IL writing/rewriting
by Nathan Gloyn
NDepend – Analysis Report
by Nathan Gloyn
Wrapping up this series summarizing the information and adding some of my own thoughts
by Afzaal Ahmad Zeeshan
New developers and the importance of C; this blog post is about my opinion and views about C programming language's importance for beginners in programming. Yours might be different!
by Imran Abdul Ghani
Microsoft’s Visual Studio went through an enormous development in recent years. How it evolves since 2010 till the latest version i.e. Visual Studio 2015 is the purpose of this Web Development Tutorial.
by jgauffin
New HTTP support for Command/Queries in Griffin Framework
by jgauffin
New version of Griffin.Networking
by Zac Gery
Discovering the business side of development.