Blog

Blog posts on .NET, Azure, and more.

Excecute SSIS package (DTSX) from C#

June 24, 2015 by Anuraj

.Net .Net 4.0 ASP.Net ASP.Net MVC SQL Server Visual Studio

SQL Server Integration Services (SSIS) is a component of the Microsoft SQL Server database software that can be used to perform a broad range of data migration tasks. SSIS is a platform for data integration and workflow applications.

Working with SASS in ASP.NET

June 10, 2015 by Anuraj

.Net .Net 4.0 ASP.Net ASP.Net MVC HTML5 Javascript Visual Studio

Recently someone introduced me SASS (Syntactically Awesome Style Sheets). This post is about using SASS in ASP.NET MVC with Visual Studio and using Visual Studio code. When you’re using a CSS pre-processor (SASS is a CSS pre-processor like LESS) to write your stylesheets, you need to compile those files at some point of time. You can use three approaches for compiling.

Setting up SonarQube with SQL Server on Windows

May 28, 2015 by Anuraj

.Net ASP.Net Code coverage CodeProject Miscellaneous SQL Server Visual Studio

By default SonarQube comes with an embedded database, which is not recommended for production use and which cannot be scaled.

Error message when you open SQL Server Configuration Manager in SQL Server: "Cannot connect to WMI provider. You do not have permission or the server is unreachable"

May 28, 2015 by Anuraj

Miscellaneous SQL Server

Today while working on SQL Server configuration I faced this strange error.

Bundling and minification in ASP.NET 5 using Gulp and Bower

May 17, 2015 by Anuraj

.Net ASP.Net ASP.Net MVC CodeProject HTML5 Javascript

This post is about Bundling and minification in ASP.NET 5. ASP.NET MVC 5 comes with bundling and minification support. Long back I wrote a blog post on CSS and JavaScript Bundling and Minification in ASP.NET.

Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub