Blogs about: Codeproject

Featured Blog

Keeping History Using the cd Command

David Corne wrote 3 days ago: If you use shell scripting a lot from the command line, this will probably improve your experience o … more →

Tags: Command line, CD, Code 2, command line, Cygwin, Linux

Copy and Paste Formatting with Visual Studio’s Dark Theme

codinglifestyle wrote 6 days ago: I recently upgraded to VS2012 and, like most of you, was aghast at the default theme. Sure, after in … more →

Tags: Visual Studio, Visual Studio 2012, Copy, dark, Dark Theme, fomatting, format, paste, Theme

Simple But Nice State Machine2 comments

sachabarber wrote 1 week ago: As part of something that I was messing around with the other day I wanted to use a state machine, s … more →

Tags: C#

How to Fix Orphaned SQL Users1 comment

Tharaka wrote 1 week ago: Recently I had to involve in a database migration task. I backed up the database and restored succes … more →

Tags: SQL, Database, Logon, Orphaned user, secure identifier, server migration, Software, SQL 2005, SQL 2008

Have faith in your detective mind while dealing with php.ini and apache2

Md. Rizvi Hasan wrote 1 week ago:   More or less we all know that solving a problem in the programming world needs a lot detectiv … more →

Tags: Open-Source, htaccess, Apache, apache log, Apache2, File Upload, LOG, PHP ini, PHP5

Be careful with varchars in Dapper!

Sebastian Solnica wrote 1 week ago: In this post I will show you an interesting problem that we experienced when querying a SQL Server d … more →

Tags: Diagnosing ADO.NET, ADO .NET, Dapper, diagnosing, MS SQL Server

Barry Lapthorn's WPF/MVVM Quick Start Tutorial

dnord520 wrote 1 week ago: WPF/MVVM Quick Start Tutorial over at CodeProject: So to address this, I’ve written this based … more →

Tags: development, mvvm

How to implement a multi-column Dropdown list? See attached image for more clarity

Amogh Natu wrote 1 week ago: Hi, This post is more of a question than an article. I want to implement a multi-column drop down bo … more →

Tags: .NET, ASP. NET, C#, multi column Drop down list

Introduction to Design Patterns7 comments

pranavwithyou wrote 1 week ago: In once a while, each developer goes through the term design pattern, analyze these patterns & e … more →

Tags: C#, Design Pattern, design pattern, GOF, Gang Of Four, Introduction To Design Patterns, Basics of design patterns, UML, UML Diagrams

Performance Analysis: Disabling code-analysis warnings and Excluding Code Coverage for tested common methods5 comments

pranavwithyou wrote 2 weeks ago: When the project in which I was working was going through performance analysis, we found our project … more →

Tags: C#, CodeAnalysis, .NET, .NET 4.0, Code Coverage, code analysis

HTML helper extension method and template in Razor

xiaalex wrote 2 weeks ago: 1. Sometimes, we have special need for the helper function. For example, we may need to add span tag … more →

Tags: ASP. NET

JRuby front end internals

javadepend wrote 2 weeks ago: JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written l … more →

Use asynchronous read on standard output of a process in PowerShell

xiaalex wrote 2 weeks ago: In some cases, you need to call other application and capture the output of the application. To avoi … more →

JavaScript Frameworks and Resources1 comment

Tharaka wrote 3 weeks ago: Knockout.js Knockout is a JavaScript library that helps you to create rich, responsive display and e … more →

Tags: javascript, Client Side, client side scripts, Framework, Internet, javascript runtime, JavaScript Variables, jQuery, model view controller

Image Thinning Using R

jakemdrew wrote 3 weeks ago: Introduction I was recently looking on the internet for a good binary image thinning algorithm using … more →

Tags: R, binary images, Mathematical Morphology, Parallel algorithm, technology

Handling Larger JSON String Values in .NET and Avoiding Exceptions1 comment

Rion Williams wrote 3 weeks ago: Working with JSON within Web Services recently has become the latest and greatest simply because it … more →

Tags: development, .NET, C#, InvalidOperationException, JSON, JsonResult, maxJsonLength, mvc4

MVC AJAX using jQuery

xiaalex wrote 3 weeks ago: The AJAX is very easy using jQuery. To get started, you need to create a form to send the AJAX reque … more →

Tags: ASP. NET

Google AdWords API

xiaalex wrote 3 weeks ago: If your company has Google AdWords account, you may need to work with AdWords API to manage campaign … more →

Tags: ASP. NET

Enabling Underflow and Overflow Checking within Visual Studio

Rion Williams wrote 3 weeks ago: Overflow and underflow aren’t errors that most developers encounter within their daily lives ( … more →

Tags: development, .NET, C#, checked, overflows and underflows, Visual Studio


Related Tags
All →

Follow this tag via RSS