Articles by Nish
Initially, all my articles used to mirrored both on my web-site as well as on The Code Project, but this became a hassle since I had to update both versions whenever I made changes. I've decided not to maintain a mirror here and instead I will solely be publishing on The Code Project. Way easier that way, and I also get the advantage of the article-forum provided there.
Recently published articles
How to Fix Orphaned SQL Users
Recently I had to involve in a database migration task. I backed up the database and restored successfully in the new server. However when I access the database through the web site, database login didn’t work. The problem was even though the database user is included in the restored database; the l
Interface Experiences: Float Right CSS!
There is more to styles in web development than .class and #id. The structure of your HTML is also important.
How To Use Java Packages In .NET
This tip is about how to use Java packages in .NET using IKVM.NET
The Culture of VB versus the Culture of C#
This article describes the cultures of VB and C#.
Using Matlab from a C# application
Using Matlab from a C# application.
Copy and Paste Formatting with Visual Studio’s Dark Theme
Copy and paste formatting with Visual Studio's dark theme
SQL Server Functions that helps to convert date and time values to and from string literals and other date and time formats.
CAST(), CONVERT(), PARSE(), TRY_PARSE(), TRY_CONVERT(), FORMAT(), SQL Server Functions, SQL Server Functions that helps to convert date and time values to and from string literals and other date and time formats.
Why I Don't Like Python Anymore
This blog discusses why I do not like Python anymore.
Dynamic columns addition to GridView
How to add columns dynamically in GridView......
CTM - Clone To Modify Pattern
This article presents a pattern to create immutable objects, which have thread-safe guarantee among others, and which also support modifications throught clonning, yet avoiding excessive intermediate clones.
Curious Case of Visual Studio Project Compatibility
This is a curious case of Visual Studio Project compatibility.
Create a Cross-browser Touch-based Joystick with Hand.js
Create a Cross-browser Touch-based Joystick with Hand.js
Coding4Fun: Building a Falling Block Game Using CSS Grid Layout & Blend 5
Coding4Fun: Building a Falling Block Game Using CSS Grid Layout & Blend 5
Entity Framework Patterns extension and Unit Test in Visual Studio 2012
Entity Framework Patterns extension and Unit Test in Visual Studio 2012.
Line in WebGL and why you gonna do this on your own.
WebGL as method for generating 3D graphic in browser is pretty powerful. You can do really awesome things with this, like porting Quake 2 to JavaScript or creating model of human body. But all of this 3D object are complex collection of hundreds or thousands triangles. What if you just want to draw
Simple 2D graphs
While writing application for my Masters Degree diploma I was required to came up with simple library for creating simple 2D graphs in the browser. Today I decided to share it with the rest of the world.
Sequential GUIDs in C++ with Qt
Generating sequential GUIDs in C++ and Qt 5
Building a Multithreaded-Socket WebServer using C#
How to make a simple web server which supports GZIP compression, applications, and sessions.
TwitterBootstrapMvc
Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
CategorySlider - A discrete slider with objects (categories) insted of values
Using a Slider to select an item from a list of objects(string, numeric or image) as a discrete value or category.