• Home
  • about
  • contact
Follow Us

ASISH.COM

The Possibilities are Infinite

  • Profile Summary
  • Skills
  • Recommendations
  • Angular
  • Xamarin
  • Dynamics CRM
  • SQL Server
  • Other
    • Contact Me
    • ASP.NET
    • Angularjs
    • Excel
    • Windows Server
    • Amazon Webservice(AWS)
    • English
    • WordPress
    • Office 365
    • SharePoint

Year: 2018

What are the inline.bundle.js, vendor.bundle.js, main.bundle.js in Angular?

4 years ago by Asish PunnoseAngular

inline.bundle.js This is a webpack loader. A tiny file with Webpack utilities that are needed to load the other files. main.bundle.js This is where the action happens. This file contains all your code. polyfills.bundle.js It contains all the polyfills you declare in your polyfills.ts file.… Read More

How to comment Python code?

4 years ago by Asish PunnosePython

Single line code can be commented by using # Multi line can be commented by using  ”’ ”’

Python Useful Code

4 years ago by Asish PunnosePython

ASP.NET Core API with .NET Core 2.1/2.2

4 years ago by Asish PunnoseUncategorized

 Tutorial: Create a web API with ASP.NET Core MVC with ApiController https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-2.2&tabs=visual-studio

Integrating MongoDB with ASP.NET Core

4 years ago by Asish PunnoseUncategorized

Integrate Swagger with ASP.NET Core API

4 years ago by Asish PunnoseASP.NET Core

https://docs.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-swashbuckle?view=aspnetcore-2.2&tabs=visual-studio

Resolved: Angular Error Data path “” should have required property ‘version’.

4 years ago by Asish PunnoseAngular

Schematic input does not validate against the Schema: {“name”:”ClientApp”} Errors: Data path “” should have required property ‘version’. Solution:- Use explicit version number as ng new ClientApp –version=7.0.4

Beware of CosmosDB pricing – Better Alternative VM with MongoDB

4 years ago by Asish PunnoseAzure

Click Here to learn the feedback about Cosmos DB

Set and Read values from appsettings.json on ASP.NET Core / Web API

4 years ago by Asish PunnoseAngular

1, Add the following code on appsettings.json { “ApplicationSettings”: { “TestSetting”: “TestValue” }, “Logging”: { “IncludeScopes”: false, “LogLevel”: { “Default”: “Warning” } } } 2, Add ApplicationSettings class on Startup.cs public class ApplicationSettings { public string TestSetting { get; set; } } 3, Add following… Read More

How to install IIS URL Rewrite Module on Windows Server 2016 & IIS 10

4 years ago by Asish PunnoseWindows Server

Download rewrite_amd64_en-US and execute the file https://www.iis.net/downloads/microsoft/url-rewrite#additionalDownloads

  • 1
  • 2
  • …
  • 8
  • Next

Recent Posts

  • Cannot update or delete a server farm. Your current usage is 110595 Mb and quota after the operation will be 110592 Mb June 27, 2022
  • HTTP/1.1 302 Moved Temporarily Backend service responded with a redirect. June 13, 2022
  • The scope ‘openid’ provided in request must specify a resource June 11, 2022
  • Flutter command to publish app to Play Store June 6, 2022
  • Profile Summary June 6, 2022

Advertisement

Recent Posts

  • Cannot update or delete a server farm. Your current usage is 110595 Mb and quota after the operation will be 110592 Mb
  • HTTP/1.1 302 Moved Temporarily Backend service responded with a redirect.
  • The scope ‘openid’ provided in request must specify a resource
  • Flutter command to publish app to Play Store
  • Profile Summary

Recent Comments

    Categories

    • .NET
    • Acronym
    • Angular
    • Angularjs
    • API Management (APIM)
    • Application Insights
    • ASP.NET
    • ASP.NET Core
    • AWS
    • Azure
    • Azure Active Directory
    • Azure Active Directory B2C
    • Azure App Service
    • Azure Data Factory
    • Azure DevOps
    • Azure Functions
    • Azure Logic Apps
    • Azure Networking
    • Bicep
    • C#
    • Cloudflare
    • Dart
    • Data
    • Dynamics CRM
    • English
    • Errors
    • Excel
    • Flutter
    • Microsoft Teams
    • MySQL
    • News
    • Nintex
    • Nodejs
    • Office 365
    • Office Add-In
    • Oracle
    • PHP
    • PowerApps
    • Powershell
    • Profile
    • Progressive Web app
    • Python
    • React
    • React Native
    • SharePoint
    • SharePoint FrameWork(SPFx)
    • SP2016
    • SQL Server
    • Technical
    • Technology
    • Typescript
    • Uncategorized
    • Visual Studio
    • Visual Studio Code
    • Windows
    • Windows Server
    • WordPress
    • Xamarin
    • YouTube
    • Home
    • about
    • contact
    Back To Top