What’s New in Visual Studio Update 1 for .NET Managed Languages
Hold on to your hats, cowboys and cowgirls! A lot of exciting things are coming...
Google Launches Android Studio 2.0 With Improved Android Emulator And New Instant Run Feature
Google today launched version 2.0 of its Android Studio integrated development environment (IDE) for writing...
Implementing the Inversion of Control Pattern in C#
Implement the inversion of control pattern is linked with the Dependency Injection Principle states. Here we analyse a simple implementation
How to generate a random password
These code samples demonstrate how to generate a strong random password, which does not contain...
How to use REPLACE() within NTEXT columns in SQL Server
SQL has an incredibly useful function, REPLACE(), which replaces all occurrences of a specified string...
Using iTextSharp to generate pdf file in asp.net
One of the common requirement of web applications is to provide users a way to...
Happy 60th Birthday Bill Gates
The founder of Microsoft and wealthiest man in the world turns 60 years old today....
Microsoft’s new Windows 10 build allows you to text from your PC, but it’s the bug fixes that impress
Unfortunately, it requires an upgrade from Windows Phone 8.1 – again. Microsoft launched build 10572...
Write C#. Run JavaScript.
Open Source C# to JavaScript Compiler and Frameworks. Run Your App On Any Device Using...
How do I get a Unique Identifier for a Device within Windows 10 Universal?
If you google a bit about this problem, you can’t find a right solution because...
How can I know when SQL Full Text Index Population is finished?
When you execute some queries on your SQL Server, are you sure the catalog is...
How To Enable SQL Full Text Indexing
The following steps will tell you if your database version supports full text searching and...
How to remove HTML tags from data with SQL
The purpose of this article is to provide a way of cleaning up of HTML...
SQL SERVER – Find Current Location of Data and Log File of All the Database
As I am doing lots of experiments on my SQL Server test box, I sometime...
How to strip all HTML tags and entities and get clear text?
I was encouraged to write this Tip/Trick because of so many questions received for this...
Microsoft Announces Office 2016 Will Arrive September 22
Microsoft announced this morning the official launch date for the long-anticipated new version of Microsoft...
Print a table structure in SQL Server
I was wondering how it’s possible to get the structure of one or more table(s)...
Track events for Google Analytics and Piwik
After my post of yesterday, I’ve worked for creating a script to integrate Google Analytics...
Templated Razor Delegates
What’s that? I’ll let the code do the speaking. @{ Func<dynamic, object> b = @<strong>@item</strong>;...
Creating reusable HTML components in ASP.NET MVC using Razor
Whilst working on a side project I started to notice I was using a lot...
Design, Source and Split tabs are missing in Visual Studio 2015?
If the HTML file is in Solution Explorer, then right-click and select “Open With”. Otherwise...
ASP.NET: The data protection operation was unsuccessful
the data protection operation was unsuccessful. this may have been caused by not having the...
Microsoft’s Windows 95 is 20-years-old today
When Microsoft kicked off work on Windows 95 way back at the beginning of the...
Visual Studio 2015: upgrade all NuGet packages at one time
Open the Package Manager Console and use the Update-Package cmd-let to update all packages. If...
How to truncate log file in SQL Server
In SQL Server data is stored using two physical files: (.mdf) extension which contains the...
