Error when using HTTP Portable class library & compression
Error when using HTTP Portable class library & compression
View On WordPress

roma★

#extradirty
art blog(derogatory)

Kiana Khansmith
wallacepolsom
Monterey Bay Aquarium
NASA
Today's Document
Xuebing Du
Sade Olutola
styofa doing anything
noise dept.
YOU ARE THE REASON
d e v o n

izzy's playlists!

ellievsbear
occasionally subtle
Not today Justin
TVSTRANGERTHINGS
Three Goblin Art
seen from Malaysia

seen from South Africa
seen from United States

seen from Malaysia
seen from Canada

seen from Malaysia

seen from United States

seen from Malaysia
seen from Malaysia
seen from Netherlands

seen from United Kingdom

seen from Malaysia
seen from United States
seen from Sri Lanka
seen from United States

seen from Malaysia
seen from Canada
seen from Russia
seen from Malaysia

seen from United States
@jkyadav008
Error when using HTTP Portable class library & compression
Error when using HTTP Portable class library & compression
View On WordPress
(#3) ASP.Net Core + Angular 2 ... don't waste your Razor
(#3) ASP.Net Core + Angular 2 … don’t waste your Razor
View On WordPress
Building an Angular2 SPA with ASP.NET Core 1.0, MVC 6, Web API 2, and TypeScript 1.7.5
Web API File Uploading (Desktop and Web client)
Web API File Uploading (Desktop and Web client)
View On WordPress
DNVM Commands
Install or Upgrade DNVM Using CMD:
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
Install or Upgrade DNVM Using Powershell:
View On WordPress
Publish ASP.NET 5 app and run in IIS 8.5 using cmd & VS2015 RC
Publish ASP.NET 5 app and run in IIS 8.5 using cmd & VS2015 RC
View On WordPress
EF7 Migrations DNX Commands
EF7 Migrations DNX Commands
Installing
Install-Package EntityFramework.Commands -Version 7.0.0-beta5 -Pre { "dependencies": { "EntityFramework.Commands": "7.0.0-beta5" }, "commands": { "ef": "EntityFramework.Commands" } }
Once you have done this, you should be able to restore packages, change directory into your project (the directory containing the project.json file), and…
View On WordPress
Configure log4Net for VB.net or C#.net
Configure log4Net for VB.net or C#.net
Download log4Net from apache http://logging.apache.org/log4net/
Add log4Net.dll to your project reference
Add following code to web.config under tab
<!--Root Logger is for all logger--> <!-- --> Check all the level
View On WordPress
K (dnu), KVM (dnvm), KPM (dnu), KLR, KRE (dnx) in ASP.NET 5 vNext
K (dnu), KVM (dnvm), KPM (dnu), KLR, KRE (dnx) in ASP.NET 5 vNext
Introduction: In the current version, k/klr become dnu, kre become dnx(.NET corss-platformform run-time environment), kvm become dnvm and kpm become dnu.
Command Line Tool:
Current Name New Name Commands k.cmd/klr.exe dnx The main runner entry point to boot and app/ site. This was previously split into two files, but will be unified into one.
Running ‘dnx.exe –help’ will show a help screen
View On WordPress
Publish ASPNET vNEXT MVC6 in Visual Studio 2015
Publish ASPNET vNEXT MVC6 Application Visual Studio 2015
Using Visual Studio 2015 Preview CTP6.
Create an ASP .NET 5 New App
Check that it is working outside of IIS.
Once complete, publish the application. In this example, I have selected the location C:\MyPublishFolder
When publishing your application, make sure that you have:
Disabled pre-compilation
Selected kre-clr-win-x64.1.0.0-beta3 OR kre-clr-win-x86.1.0.0-beta3 (See image below)
Publish Screen…
View On WordPress
File Upload in ASP.NET 5 vNext and MVC 6
Introduction
In MVC 6 beta 3 version of ASP.NET 5 vNext, uploading and saving file’s become very easy. In other words, ASP.NET 5 vNext now support model binding of multipart form data. So, now we can easily upload and save files. In this article, I will show you a sample way to how to upload and save file’s in ASP.NET 5 vNext.
Description
Let’s assuming that you are running Visual Studio 2015…
View On WordPress
ASP.NET vNext MVC6 Part 2
ASP.NET vNext MVC6 Part 2
In this part we will try to set up aspnet vNext startup and their dependencies setup and bit talk about package manager and version manager which is the major part of visual studio 2015 and aspnet vNext, and talk about self-host server, I have used beta 3.
Before we start, we need to talk about ‘K’
“Project K” is the codename for a set of new components powering ASP.NET vNext.
There are three…
View On WordPress
New Features in ASP.NET 5 vNext
New Features in ASP.NET 5 vNext
New Features in ASP.NET 5 vNext – Part 1
Normally, whenever you made any change in your project, you have to rebuild it to check its effects. But now in ASP.Net 2015, there is no need to rebuild it again, as it used Roslyn compiler for this.
Earlier we need to do lot of configuration for publishing or deploying project in cloud, but now in ASP.NET 2015, you can easily migrate and deploy your…
View On WordPress