PureSourceCode
Skip to content
PureSourceCode
All technologies, only pure source code
  • Home
  • Forum
  • Links
    • Videos
    • Contact
    • Download
  • Services
    • Azure Functions creation
    • Azure support
    • Custom software development
    • Mobile applications
  • Shop
  • Register
  • Profile
    • User Blogs
    • Submit New Blog Post
    • My Profile
    • Search Users
    • Newsletter
    • Compare
    • Wishlist
    • Cart
    • Checkout
    • My orders
  • Groups
    • Group Wall
    • Users Map
    • Write a post
    • Event Sites & Locations
    • Events
    • Booking
    • Submit Event
    • Performers
    • User Profile
    • Event Types
Homepage
.NET
ASP.NET

Category: ASP.NET

Features for AdminLTE with ASP.NET Core
.NET Core ASP.NET C# MVC
54321
5 (2 votes)
23
Features for AdminLTE with ASP.NET Core
Enrico4 weeks ago1

I want to add new cool features for AdminLTE with ASP.NET Core. The source code of this template is on GitHub #aspnetcore #adminlte #mvc #gravatar #breadcrumbs #navigation

adminlte, aspnet-core, bootstrap, breadcrumbs, gravatar, netcore, template
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Integrating AdminLTE with ASP.NET Core
.NET Core ASP.NET Tips & tricks
54321
5 (4 votes)
66
Integrating AdminLTE with ASP.NET Core
Enrico1 month ago1

I explain how integrating AdminLTE with ASP.NET Core 3.1 MVC or really any other Bootstrap based UI Frameworks completely from scratch

adminlte, aspnet-core, bootstrap, netcore, template
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Protect static files with ASP.NET Core
.NET Core ASP.NET C#
54321
0 (0 votes)
10
Protect static files with ASP.NET Core
Enrico1 month ago0

I explain how to Protect static files with ASP.NET Core Razor Pages and IdentityServer 4. Working with almost every extensions

identityserver4, razor, security, static-files
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Web Live Preview for Visual Studio 2019
ASP.NET Visual Studio
54321
0 (0 votes)
14
Web Live Preview for Visual Studio 2019
Enrico7 months ago0

Working on the user interface is frustrating but from today you have a new Microsoft tool called Web Live Preview for Visual Studio 2019 that helps you

html, razor, visualstudio-2019, web, webforms
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
.NET Core ASP.NET
54321
0 (0 votes)
5
Accessing the OIDC tokens in ASP.NET Core 2.0
Enrico1 year ago0

In ASP.NET Core 1.1 So, for example, in ASP.NET Core 1.x, if you wanted to access the tokens (id_token, access_token and refresh_token) from your application, you could set the SaveTokens…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
.NET Core ASP.NET C# MVC
54321
0 (0 votes)
3
Adding an external Microsoft login to IdentityServer4
Enrico2 years ago1

This article shows how to implement a Microsoft Account as an external provider in an IdentityServer4 project using ASP.NET Core Identity with a SQLite database. Setting up the App Platform…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# MVC
54321
0 (0 votes)
2
Connect ASP.NET MVC 4.6.2 project to IdentityServer4
Enrico2 years ago0

I have a website running on ASP.NET MVC 4.5.2. I have an IdentityServer4 server running but when I try and authenticate against it I get an: invalid_request I googled a…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
.NET Core ASP.NET C#
54321
0 (0 votes)
2
Gravatar Tag Helper for .NET Core 2.1
Enrico3 years ago0

A tag helper is any class that implements the ITagHelper interface. However, when you create a tag helper, you generally derive from TagHelper, doing so gives you access to the…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# MVC
54321
0 (0 votes)
1
Render in MVC a link with image and text
Enrico4 years ago0

Hi guys, I want in MVC to render a text with an image as an ActionLink. For creating a simple anchor tag, we use Html.ActionLink() helper which generates anchor tag…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET
54321
0 (0 votes)
1
ASP.NET LinkButton: children disappears after postback
Enrico5 years ago0

I have a LinkButton with image and label inside it or tags i and span as in the following picture. The code in the page is: <asp:LinkButton ID="LinkButton1" runat="server"> <i…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# WebAPI
54321
0 (0 votes)
6
Customize Json result in Web API
Enrico5 years ago1

If you work with Visual Studio 2015 and WebAPI, this short post is for you! We have to make our Web API project easy to debug so, I’m going to…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# MVC WebAPI
54321
0 (0 votes)
0
Creating a URL shortener using ASP.NET WepAPI and MVC: error handling
Enrico5 years ago0

In the two previous post I discussed about the first step to creare this application and the implementation of the business logic. Now we can implement the error handling. We…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# MVC WebAPI
54321
0 (0 votes)
3
Creating a URL shortener using ASP.NET WepAPI and MVC: implementing the business layer
Enrico5 years ago1

In my previsious post I discussed the first implementation of this application. In this post I’m explained how to implement the business layer. First of all you make sure the…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# JavaScript MVC WebAPI
54321
0 (0 votes)
1
Creating a URL shortener using ASP.NET WepAPI and MVC
Enrico5 years ago0

In this tutorial, I use several techniques and tools. I use Microsoft Visual Studio 2015 and the latest version of all components. ASP.NET MVC: Microsoft’s modern web application framework. As…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# MVC
54321
0 (0 votes)
3
OWIN and Facebook: the developers of this app have not set up this app properly for Facebook Login?
Enrico5 years ago0

Did you received this error when you try to login in your Owin app with Facebook? App Not Set Up: This app is still in development mode, and you don’t…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET MVC
54321
0 (0 votes)
2
C# ASP.NET MVC OWIN and Twitter authentication error
Enrico5 years ago0

We have an MVC project using OWIN Framework to allow our users to authenticate using Twitter. However starting today, we have been getting this exception when trying to authenticate: System.Security.Authentication.AuthenticationException:…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# MVC
54321
0 (0 votes)
3
ASP.NET MVC Return image dynamically drawn in controller
Enrico5 years ago0

If you have problem returning dynamically drawn image from controller below informations may help. The task looks easy and should be achieved with this code: public ActionResult Image(string text) {…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# MVC WebAPI
54321
0 (0 votes)
39
The current type, is an interface and cannot be constructed. Are you missing a type mapping?
Enrico5 years ago1

You might have missed to register your Interface and class (which implements that inteface) registration in your code. e.g if the error is "The current type, xyznamespace. Imyinterfacename, is an…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C#
54321
0 (0 votes)
3
Using iTextSharp to generate pdf file in asp.net
Enrico5 years ago0

One of the common requirement of web applications is to provide users a way to download some contents. In case of a report, almost all of the reporting tools have…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET MVC
54321
0 (0 votes)
4
Templated Razor Delegates
Enrico5 years ago0

What’s that? I’ll let the code do the speaking. @{ Func<dynamic, object> b = @<strong>@item</strong>; } <span>This sentence is @b("In Bold").</span> That could come in handy if you have friends…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C#
54321
0 (0 votes)
3
Creating reusable HTML components in ASP.NET MVC using Razor
Enrico5 years ago0

Whilst working on a side project I started to notice I was using a lot of the same HTML to create floating boxes. Whilst these boxes looked the same, the…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET
54321
0 (0 votes)
5
ASP.NET: The data protection operation was unsuccessful
Enrico5 years ago0

the data protection operation was unsuccessful. this may have been caused by not having the user profile loaded for the current thread’s user context, which may be the case when…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Ajax ASP.NET HTML JavaScript
54321
0 (0 votes)
8
Using the UpdateProgress to lock down controls in the browser
Enrico6 years ago0

If it takes awhile for the server to process the postback (e.g. complex rules or badly written code ), the user may not realize that the server is processing the…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# JavaScript
54321
0 (0 votes)
25
Chart.js Asp.net : Create Pie chart with database jQuery Ajax C#
Enrico6 years ago0

This article explains using Chart.js in Asp.net C# Web Application we can create a pie chart with database MS SQL server connectivity via jQuery ajax call.  You can also have…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET MVC WebAPI
54321
0 (0 votes)
16
DateDiff() function in C#
Enrico7 years ago0

I have written the following DateDiff() function in C#. VB.NET users already had it using the Micrsoft.VisualBasic.dll assembly. Now you can use it without referencing this ‘ugly’ extra assembly. using…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest

PSC Search

Search for:

Ads

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Tags

accounting-software agile alexa android apps artificial-intelligence azure azure-devops azure-functions bill-gates dotnet entity-framework entity-framework-core fsharp function games github google-play identityserver4 installer integration invoices ios iPhone javascript linux microsoft-excel ms-edge netcore packages password Progressive-Web-Apps pwa security source-generators start tdd tools update website windows10 windows10x xamarin-form xbox xbox-series-s

Ads

Recent Posts

  • Windows10X is the answer to ChromeOS
  • Audit with Entity Framework Core
  • What we know about Microsoft’s new service
  • Now view Grogu in 3D
  • Don’t delete Windows10 root certificate expiring this month

Recent Comments

  • Windows10X is the answer to ChromeOS - PureSourceCode on Microsoft announces new Windows 10 Start menu design and updated Alt-Tab
  • Windows10X is the answer to ChromeOS - PureSourceCode on What we know about Microsoft’s new service
  • Windows10X is the answer to ChromeOS - PureSourceCode on Windows 10X is arriving next year
  • Audit with Entity Framework Core - PureSourceCode on Log record changes in SQL server in an audit table
  • Audit with Entity Framework Core - PureSourceCode on Entity Framework Core and calling a stored procedure

Ads

Archives

  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • November 2019
  • September 2019
  • August 2019
  • July 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • August 2018
  • June 2018
  • May 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • September 2013

Ads

Categories

  • .NET
  • .NET Core
  • .NET General
  • Agile
  • Ajax
  • Amazon
  • Android
  • AngularJs
  • Apple
  • Apps
  • ASP.NET
  • Azure
  • Azure
  • C#
  • Developers
  • F#
  • Framework
  • Games
  • General
  • Google
  • Google
  • HTML
  • IIS
  • Internet
  • iOS
  • JavaScript
  • Linux
  • macOS
  • Microsoft
  • MVC
  • News
  • Other
  • PowerBI
  • Programming languages
  • Projects and ideas
  • R
  • React.JS
  • Security
  • SQL
  • Testing
  • Tips & tricks
  • Tools
  • TypeScript
  • Uncategorized
  • Universal Windows App
  • VB.NET
  • Visual Basic
  • Visual Studio
  • Visual Studio
  • WebAPI
  • Windows
  • Xamarin

Ads

Template MOnsters

My other sites

Pure Source Code
PSC Short Url
Quarantine Culture Club
My CV
GitHub
Bookshop
© Copyright 2021. All rights reserved.
 Tweet
 Tweet
 WhatsApp
 E-mail
 Tweet
 Tweet
 WhatsApp
 E-mail
 Tweet
 Tweet
 LinkedIn
 WhatsApp
 E-mail