Send sms to mobile phone using aws world wide sms - .Net Core console app
Greetings, I'm trying to use AWS world wide messaging service using C#/.Net Core.However I do not receive the message in my phone number. Below is the code:public static async...
View ArticleASP.NET CORE with cSharp can be used to build applications to run Peripheral...
Sir,ASP.NET CORE with cSharp can be used to build applications to run Peripheral Machines like Thermal Printer, Cash Drawer, POS Machines etcRegards
View ArticleIgnore Old Cookies
After I updated my asp.net core site (cookie domain is unchanged), previously registered users get error on login and can't login and they need to change their browser to be able to login. Is there a...
View ArticleSum of relevant entries' balances from third level model - LINQ
Hi,In an ASP Core project I have a Customer's Model as:using System; using System.Collections.Generic; namespace RiskDotNet.Models { public partial class Customers { public Customers() { Accounts = new...
View Articleconfiguration Configuração AspNetCore + Entity Framework
Good morning people!I'm developing a form using AspNetCore with data access through the Entity Framework.However when trying to run the application the following exception occurs:aspnetcore Method not...
View ArticleHow to create a Q R Code Generator in Asp.Net Core
Hi,There have any examples in Q R Code Generator in ASP.NET Core ?
View ArticleStrongly typed Configuration: Get connection string in Business, Data access...
Hi All,I designed 3 tire layered structure for ASP.Net Core web application, and used EF Core for Data interaction, how to get applicationsetting.json values in Business and data access layer.Need to...
View ArticleWindows authentication mode in ASP.Net Core
Hi All,Am doing intranet site development, so wanna allow user based on their access right.I Have some user GroupAdmin: All access page Viewer: Only view access page Editable: Able to update data....
View ArticleAngular 2 is not redirecting to 404 page when route param and address are...
I know that it is no Angular forum, however, I am stuck and may be somebody has knowledge of ASP.NET Core and Angular as it seems interrelated things.I am developing an application using ASP.NET Core...
View ArticleCustom Project Template - dotnew new, change the Project Name
I have created a custom template in Core and installed it. Let's say the template is based off a project named "MySweetProject.csproj".Now I create a new project based on this template and issue the...
View Articleerro asp net + core application EntityFrameowrk
I have tried to run my asp net + core application EntityFrameowrk however it has returned me the following error :An exception of type 'System.TypeLoadException' occurred in Agenda.dll but was not...
View ArticleNot Following This Tutorial At All...
I have been working on a wizard interface on the application I am building. I am down to the last step/s, which unlike all the previous steps is all in one table. To assist I have been reading and...
View ArticleHow to live stream on ASP.NET Core ?
Hi everyone,I'm making a website which uses ASP.NET Core as a back-end for video/audio streaming.VideoController.cspublic class VideoController: Controller { // Singleton registered at Startup.cs...
View ArticleVS.NET 2015 with Update 3, .NET Core 1.1.0 Razor Tag Helpers do not get...
Hi, After upgrading my project to .NET Core 1.1.0, Razor Tag Helpers do not get colorization or special IntelliSense at design time. They work normally at runtime.global.json file:{"projects": [...
View ArticleAccess HttpContext from class/model level validation method
So just to give some background I have changed my web application so it doesn't depend on accessing HttpContext.Current from class libraries, instead the entity framework context is passed around the...
View Articleenforcing ssl for entire application : ssl redirection
HI, using the following code : it redirects to a different port rather than the hosted one. config.Filters.Add(new RequireHttpsAttribute()); my intention is to enfoce ssl and the purpose is served...
View ArticleThe dependency "EntityFramework": "6.1.3" does not support framework...
Hi,I am using a generic repositoryusing System.Data.Entity; ... public class GenericRepository<T>:IGenericRepository<T> where T : class { private NorthwindEntities db = null; private...
View Articleasp.net core with angular 2/4 CLI
Hi, I am working on antiforgery configuration on asp.net core and it works only if I remove authorize as I am using jwt authentication to validate user, when I use both authorize and...
View ArticleExport xlsx in ASP.NET Core - cannot open a file.
I'm trying to export XLSX file in ASP.NET Core using EPPlus.Core library.Here's my code: from controller:byte[] bytes; MemoryStream stream = new MemoryStream(); using (ExcelPackage package = new...
View ArticleSCOM 2016 SDK and ASP.NET Core
Hey guys, I already started a thread in the Operations Manager Extensibility forums, but I was told to ask my question here, too.Some time ago, I developed a dashboard web application based on ASP.NET...
View Article