weblogs.asp.net Open in urlscan Pro
40.118.185.161  Public Scan

Submitted URL: http://weblogs.asp.net/
Effective URL: https://weblogs.asp.net/
Submission: On September 18 via manual from PL — Scanned from PL

Form analysis 0 forms found in the DOM

Text Content

We use optional cookies to improve your experience on our websites, such as
through social media connections, and to display personalized advertising based
on your online activity. If you reject optional cookies, only cookies necessary
to provide you the services will be used. You may change your selection by
clicking “Manage Cookies” at the bottom of the page. Privacy Statement
Third-Party Cookies

Accept Reject Manage cookies
We are excited to announce that the ASP.NET Forums are moving to the new
Microsoft Q&A experience. Learn more >
.NET
 * About
 * Learn
 * Architecture
 * Docs
 * Downloads
 * Community


Sign inJoin


ASP.NET COMMUNITY BLOGS

Bloggers hosted here at weblogs.asp.net


FEATURED BLOGS


 * SCOTTGU'S BLOG
   
   Scott Guthrie lives in Seattle and builds a few products for Microsoft
   
   by Scott Guthrie


 * DEVELOPMENT WITH A DOT
   
   Blog on development in general, and specifically on .NET. Created and
   maintained by Ricardo Peres.
   
   by Ricardo Peres


 * TALES FROM THE EVIL EMPIRE
   
   Bertrand Le Roy's blog
   
   by Bertrand LeRoy


 * IMRAN BALOCH'S BLOG
   
   
   
   by Imran Baloch


 * K. G. SREEJU NAIR'S BLOG
   
   Knowledge has to be improved, challenged, and increased constantly, or it
   vanishes.
   
   by K. G. Sreeju Nair


 * DIXIN'S BLOG
   
   Dixin is a UI designer and knows a little bit about programming.
   
   by Dixin


 * NIKOLAOS KANTZELIS ASP.NET BLOG
   
   This blog will focus on ASP.NET Framework
   
   by Nikolaos Kantzelis


 * FRANS BOUMA'S BLOG
   
   The blog of Frans Bouma, creator and lead developer of LLBLGen Pro and ORM
   Profiler.
   
   by Frans Bouma


 * RYAN TERNIER'S BLOG
   
   Killer ASP.NET ninja coding monkeys do exist!
   
   by Ryan Ternier


 * THOUGHTS ON .NET & CODING
   
   .Net Articles, tutorials, reviews, code and more...
   
   by Bipin Joshi


OTHER ASP.NET BLOGS


 * ASP.NET TEAM BLOGS
   
   by Microsoft bloggers


 * STRATHWEB
   
   by Filip Wojcieszyn


 * REHAN SAEED'S BLOG
   
   by Muhammad Rehan Saeed


 * JERRIE PELSER'S BLOG
   
   by Jerrie Pelser


 * SOFTWARE ENGINEERING | WEB DEVELOPMENT
   
   by Damien Bowden


 * ASP.NET MONSTERS
   
   by ASP.NET Monsters


 * RICK STRAHL'S WEB LOG
   
   by Rick Strahl


 * HISHAM'S BLOG
   
   by Hisham Bin Ateya


 * STEVE GORDON'S BLOG
   
   by Steve Gordon


 * .NET ESCAPADES
   
   by Andrew Lock


RECENT BLOG POSTS


USE EXPLICIT LAMBDAS WITH LINQ

Aug 30, 2023 on Tales from the Evil Empire by bleroy

Here's an interesting bug... What's wrong with this code?var clones =
source.Select(SourceType.Clone);In principle, nothing. Your IDE might even
encourage you to write this instead of the longer (b...

 

Filed under: C#, LINQ


AZURE BLOB STORAGE COLD TIER

Aug 15, 2023 on sfeldman.NET by sfeldman

Azure Storage service is the foundational building block in cloud architecture.
Cheap, reliable, resilient, and powerful. From small solutions to monster
systems, Blob service, in particular, is co...

 


USE PROTECTED BROWSER STORAGE IN BLAZOR

Aug 13, 2023 on Thoughts on .Net & Coding by BipinJoshi

In the previous article we learned to use sessionStorage and localStorage in
Blazor apps. The localStorage object also has storage event that one can use to
get notified when localStorage is modifi...

 

Filed under: ASP.NET, ASP.NET Core, .NET, .NET Core, C#, Visual Studio


AZURE FUNCTION: ONE LINE OF INSANITY

Aug 12, 2023 on sfeldman.NET by sfeldman

Azure Functions Isolated Worker SDK is an easy-to-set-up and get-running
framework.The minimal Progarm.cs is hard to mess up.var host = new HostBuilder()
.ConfigureFunctionsWorkerDefaults() .Build(...

 

Filed under: Functions


LET'S BE REAL: WRITING OPEN SOURCE SOFTWARE IS VOLUNTEERING

Aug 12, 2023 on Jeff Makes Software by Jeff

Repost from my personal blog.EDIT: I spent four hours refactoring the unit test
project in POP Forums, which frankly I'm annoyed by. 731 tests. That said,
NSubstitute has some quirks, but it's a cl...

 

Filed under: open source, dotnet, .net


USE SESSIONSTORAGE AND LOCALSTORAGE IN BLAZOR

Aug 6, 2023 on Thoughts on .Net & Coding by BipinJoshi

Traditionally developers used cookies to store small pieces of information on
the client machine. Although you can use cookies in Blazor apps, there is a
modern and more handy alternative -- sessio...

 

Filed under: ASP.NET, ASP.NET Core, .NET, .NET Core, C#, Visual Studio


TIME TO SAY GOODBYE

Aug 1, 2023 on Roland Weigelt by WeigeltRo

As mentioned in my previous article, this is my final post at
weblogs.asp.net.When I started in July 2003, I could not have imagined all the
good things that would happen to me, directly or indirec...

 

Filed under: English, My History in Computing


.NET 8 DEPENDENCY INJECTION CHANGES: KEYED SERVICES

Jul 26, 2023 on Development With A Dot by RicardoPeres

Keyed Services in .NET 8It has been quite some time since my last post on
dependency injection (DI). In it I tried to talk a bit about the history of DI
(or dependency resolution); now, a change is...

 

Filed under: .net, di, ioc, csharp


40 YEARS OF COMPUTING (PART 2: 20 YEARS OF BLOGGING)

Jul 24, 2023 on Roland Weigelt by WeigeltRo

This year, I have hit two significant milestones. In May, I reached the 40-year
mark of using computers. And this month I celebrate my 20-year “blogiversary”.My
previous blog covered th...

 

Filed under: English, My History in Computing


THAT CONFERENCE WI 2023

Jul 18, 2023 on Robert Boedigheimer's Blog by boedie

I will be presenting the following at THAT Conference WI 2023:Lock Picking for
Fun (not profit)Make the Web Faster!

 

Filed under: speaking

« PREV 1 2 3 4 5 ... 10 NEXT »


SUBSCRIBE VIA RSS




RECENT TAGS

.NET (47)

C# (41)

ASP.NET Core (28)

ASP.NET (26)

.NET Core (25)

Visual Studio (25)

Functional Programming (17)

LINQ via C# (15)

English (13)

speaking (13)

LINQ (12)

Category Theory (8)

Lambda Calculus (6)

ASP.Net Core 7 (4)

Visual Studio 2022 (4)

Tools (4)

Categories (4)

My History in Computing (3)

Azure (3)

.NET Standard (3)

Church Encoding (3)

open source (2)

dotnet (2)

Localization (2)

Glogalization (2)

Emaroo (2)

Performance (2)

Web Development (2)

JavaScript (2)

TypeScript (2)

Web (2)

Monads (2)

Functors (2)

Style (2)

Combinators (2)

Combinatory Logic (2)

AzureFunctions (2)

Functions (1)

di (1)

ioc (1)

csharp (1)

DNN (1)

DotNetNuke (1)

Microsoft Azure (1)

Nginx (1)

Ubuntu (1)

EventSourcing (1)

Speaking (1)

Microsoft (1)

More recent tags


BLOGS

 * Opml
 * View all blogs on this site





 * THIS SITE IS MANAGED FOR MICROSOFT BY NEUDESIC, LLC. | © 2023 MICROSOFT. ALL
   RIGHTS RESERVED.

 * Privacy Statement|
 * Terms of Use|
 * Contact Us|
 * Advertise with Us|
 * Hosted on Microsoft Azure
 * |Manage cookies
 * | California Consumer Privacy Act (CCPA) Opt-Out Icon Your California Privacy
   Choices


 * 

 * Feedback on ASP.NET|
 * File Bugs|
 * Support Lifecycle

✖


INSTALLS POWERED BY THE MICROSOFT WEB PLATFORM INSTALLER

The product(s) you are about to install leverage the Web Platform Installer
(WebPI) for installation. By downloading and using the Web Platform Installer
(WebPI), you agree to the license terms and privacy statement for WebPI. This
installer will contact Microsoft over the Internet to retrieve product
information. WebPI uses the Microsoft Customer Experience Improvement Program
(CEIP), which is turned on by default, see privacy statement for more
information. Some of the Microsoft software obtained through WebPI may use CEIP.
To view which software uses CEIP, see here.

Accept and install