aspnet core datatable.AsEnumerable()
does anyone know how we can use this in aspnet core 1.01, i have tried adding System.Linq and System.linq.Parallel 4.0.0 from nuget *4.1 and 4.0.1 are broken at the moment in nuget* but i still cannot...
View ArticleHow to generate PDF file
Hi,My requirement is to generate PDF file from HTML string Regards,Prabhu
View ArticleMigrating Classic ASP solution to ASP.NET Core
Salute!Looking for resources to cover this topic? Any Ideas?RegardsCazzy
View ArticleJwt authentication with Google OAuth WEB API (ASP.Net Core)
I'm new to asp.net core. I'm trying to create a simple WEB API with asp.net which uses Jwt Token and Google OAuth.About JWT, I've followed this tutorial and succeeded :...
View ArticleHow to Import from and Export to Excel file in Asp.Net Core in Visual Studio...
I am trying to import the contents from the Excel file to datatable and export some modified contents again to the Excel Spreadsheet?I have tried almost all means, IExcelDataReader not found, no...
View ArticleProblems Installing .NET Core Windows Server Hosting bundle
I'm trying to install .NET Core Windows Server Hosting bundle on Windows Server 2008 R2 hosting IIS, but the setup is failing. from the log, I believe it's trying to download packages, which it can't...
View ArticleAzure storage emulator for OSX?
I cannot find any information on the internet on azure storage emulator for osx,is there any ?thanks
View ArticleUnable to install DotNetCore.1.0.1-SDK.1.0.0.Preview2-003133-x64
Installation failed Error: 0x80070001
View ArticleHow yo send news letters from asp.net mvc application?
Hello all,I would like to add a news letter signup form to a websiteand then send news letters to subscribed users periodically.is this feature usually hand coded or is there some service meant for...
View ArticleCode analysis support in ASP.NET core 1.0
Hi ,I have created project in ASP.NET core (Restful API and Web project), whenever i run the code analysis tool it doesnt pick up the any of my project.Also code complexity tool also doenst work...
View ArticleASP.Net core + Angular 2 Publish to IIS
Hi folks,I am using Asp.Net Core with Web API 2.0 and Angular 2. I tried to publish to IIS. I think HTTP Methods (e.g get, post...) is not working with IIS. I have no idea what's the problem. Here is...
View ArticleError in case of up-dating of packets Nuget.
Hi!PATH=.\node_modules\.bin;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Web\External;%PATH%;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Web\External\git C:\Program...
View ArticleStep by step project to use ASP.Net Core and Angular 2
I've created a demo project on Git showing how to create a .Net Core project with Angular 2 and type script from scratch.https://github.com/XuwenWang/dotNetCoreAndAngular2
View ArticleIAuthenticationHandler
What are the default implementations of Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler? What package can I find them in?thanks
View ArticleGetting HTTP 404 error when trying to access WEB API function on server
Hello, I have an ASP.NET Core project/website that is using .NET Framework 4.6.1. This particular website is accessing data through the Web API controller onto a REST service. When this application...
View ArticleEntity Framework In Memory
I'm trying to follow the sample in the Asp.Net Core documentation for adding a View component. The component uses an in memory data store. But I can't get the in memory part working. I've posted the...
View ArticleDB will not connect
Hi All, I have SQL Server 2016 installed locally. I have my connection string defined :"VisualJobsContextConnection": "Server=(localdb)\\mssqllocaldb;Database=VisualJobsDb;Trusted_Connection=True;"when...
View ArticleAspNetCore RC2 ERR_CONNECTION_REFUSED
Hi all, I faced some problems using AspNetCore RC2. I totally cannot run web application and getting ERR_CONNECTION_REFUSED.I already tried changing port in application properties but no luck.here is...
View Articleasync repository and controller async action
Hi,I want to develop an application (mvc) using web api controller async actions.I have repository which inject into the controller.I also want to develop async methods which gets data (through...
View ArticleHow to make use of DataTables in .net core Application?
I am trying to import Excel to .net core web application. Somehow able to import excelworksheet successfully. When I try to copy them to a datatable, datatable objects are unable to create.i.e Unable...
View Article