Blog

Blog posts on .NET, Azure, and more.

File upload in ASP.NET Core

July 06, 2015 by Anuraj

.Net ASP.Net ASP.Net MVC ASP.NET Core

In ASP.NET 5 MVC 6 Microsoft changed the File upload feature. Now MVC 6 support model binding of multipart form data, which means, you can include file as the property of your model.

Continuous Integration with ASP.NET 5, GitHub and Travis CI - Part 2

July 05, 2015 by Anuraj

.Net ASP.Net ASP.Net MVC Version Control

Few days back I did a post on Continuous Integration with ASP.NET 5, GitHub and Travis CI. In that post I was using K runtime and K commands. From ASP.NET 5 Beta 4, Microsoft changed the runtime to DNX, the K runtime became obsolete. This post is about continuous integration using DNX runtime. Only minor changes are required. Here is the .travis.yml file.

How to unit test async controllers in ASP.NET 5

July 04, 2015 by Anuraj

.Net ASP.Net ASP.Net MVC Unit Testing Visual Studio

In .NET 4.5 Microsoft introduced Async methods, which helps developers write asynchronous code similar to normal code. Instead of returning ActionResult async method returns Task

Getting started with ASP.NET 5 configuration

June 26, 2015 by Anuraj

.Net ASP.Net ASP.Net MVC HTML5 Visual Studio Windows Azure

When ASP.NET introduced, unlike conventional web.config, it was project.json. When I started exploring ASP.NET code, I couldn’t find the System.Configuration namespace as well. This post is about reading configuration in ASP.NET from project.json file. ASP.NET 5’s configuration system has been re-architected from previous versions of ASP.NET. The new configuration model provides streamlined access to key/value based settings that can be retrieved from a variety of sources.

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.

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