atlas news
    
Weblogs ASP Net
15  avril     01h07
Use access token and refresh token returned by Identity API endpoints
   In the previous part of this series we wired token based authentication and Identity API endpoints into our Employees Web API. Now it’s time to test and confirm the working of our API.https: www.binaryintellect.net articles c e d f e d bbe .aspx
08  avril     01h21
Use token authentication and Identity API endpoints in AspNet Core
   If you are following previous articles of this series, you are probably comfortable working with Web API and class library projects in VS Code. We will take our example a step further and add authentication to the Web API.https: www.binaryintellect.net articles e f d d f c b b dd ff
30  mars     21h48
Converting Gregorian, Persian and Lunar Hijri dates to each other using Persia.Net
   Persia.Net is a robust class library, meticulously designed to facilitate seamless conversion between Persian, Gregorian, and Arabic Hijri dates. Originally crafted with .NET, it has evolved to ensure compatibility with .NET . , . , and the latest . , making it a versatile tool for a wide range
19  février     01h03
Work with Web API and Class Library projects in Visual Studio Code
   In the previous article you learned to setup Visual Studio Code for ASP.NET Core development. We created ASP.NET Core MVC project and used scaffolding to create CRUD pages. In this article you will create a Web API that exposes the CRUD functionality to its client apps. You will also wrap the EF Cor
08  février     16h30
What’s new in version 2.5 of our email checker
   Hello, fellow developers We are thrilled to announce the release of Version . of our API, packed with powerful enhancements to elevate your experience with our bulk email checker: whether you’re a seasoned developer or a non technical user, these new features are designed to streamline and op
06  février     10h57
Develop ASP.NET Core apps using Visual Studio Code
   Visual Studio Code or VS Code is a light weight IDE for modern web development. It supports a wide range of programming and scripting languages including C and .NET Core. It has a very good extensions and libraries. If you are an ASP.NET developer familiar with Visual Studio and are looking to get
23  janvier     04h16
THAT Conference TX 2024
   I will be presenting the following at nbsp;THAT Conference nbsp;TX :Make the Web Faster
    03h34
Progress Champion 2024
   Excited to be recognized as a Progress nbsp;Champion nbsp;https: www.progress.com champions nbsp;for community activities related to Fiddler nbsp; I have been using Fiddler Classic for more than a decade and also the cross platform Fiddler Everywhere. nbsp; Check out my Fiddler Pluralsight courses
08  janvier     01h03
Display tabular data using QuickGrid for Blazor
   Displaying tables or grids is one of the most common requirements in web applications. There are plenty of third party grid components available for ASP.NET Core and Blazor. However, if you require basic tabular display with sorting, paging, and filtering abilities QuickGrid component developed by t
30  décembre     20h47
Secrets of the Grey Beards: drawing circles with additions and shifts
   A long time ago, before GPUs, before multicore processors and gigabytes of RAM, clever algorithms were the only way to render complex graphics in real time. Those algorithms are now mostly forgotten as nobody needs them or is interested in them. Nobody Well, almost. I like to reverse engineer the c
11  décembre     17h36
POP Forums XX, released
   Last weekend, I released nbsp;version of POP Forums. I’ve been at it for years, and I’ve got the nbsp;version history nbsp;to prove it. There are few things in my life that have been consistently there for that long. There have been a few minor contributions from others, plus the language tran
    01h38
Use API key authentication in ASP.NET Core
   Developers often need to authenticate Web API calls at two levels. You might want to authenticate individual users while making an API call or you might want to authenticate the client that is trying to call an API. The former is can be implemented via a token based scheme and latter can be implemen
06  décembre     13h01
Bad Ideas In The Startup World - Part II - Startup Experts Strike Back
   No more do I post the previous video, and I run across several more bad ideas. In this video, I’ll talk about the MVP and an NDA. nbsp; Hopefully, some of this is helpful. nbsp; Good luck nbsp;
04  décembre     11h46
Net MAUI grid tag seems to have some magic associated with it.
   Oover the last couple of years, I’ve nbsp;been trying my best to learn .net maui. one of the things that i have found is that the lt;grid gt; tag seems to have some magic in it. first, i found that the listview didn’t work right without it, thank you to whoever identified that for me. then I was
29  novembre     13h53
Granite State Code Camp 2023
   I will be presenting Make the Web Faster at Granite State Code Camp :This session demonstrates practical techniques that drop a web page’s size from almost MB to K, and load time from seconds to less than a second while looking the same Review tools that validate and describe pe
    13h00
Bad Startup Advice
   I’ve recently been running into some bad startup advice, so I wanted to put out my views on this.Founders should not code.Software is not low values.No Low code.
21  novembre     08h04
Understand the new Blazor project template in ASP.NET Core 8
   Recently Microsoft released .NET that also included a good amount of enhancements to ASP.NET Core. As a part of the improvements Blazor got a new project template Blazor Web App. The new project template supports the newly added features including render modes and authentication. In this articl
17  novembre     11h08
The Current Status of EF Core
   IntroductionLast year I blogged about the then current status of EF Core, its limitations, especially when compared with other O RMs, such as NHibernate, one of my favourites. With the recent release of EF Core, it’s time to revisit that post.Primary Key GenerationIn this regard, EF Co
06  novembre     09h48
On Architecture - Part 1: High Level Communication
   IntroductionThis will be the first on a series of posts on software architecture. I will start by talking, without getting into too much detail, about some of the key decisions when it comes to communication between different top level components of an application, say, app servers or microservices.
03  novembre     17h29
Auditing with Azure Functions
   In the previous two posts about recoverability, I focused on the rainy day scenarios where intermittent failures require retries and backoffs. This post will focus on the happy day scenario, where everything works as expected. So what’s the issue then A successful message processing is not the only