Skip to content
JOYNAL ABEDIN

JOYNAL ABEDIN

SOFTWARE ENGINEER

"The purpose of our life is to be happy"- Dalai Lama

  • Home
  • API
    • Web API
    • Swift API Call
      • Method 1 (URLSession)
      • Method 2 (Moya)
      • Method 3 (Combine 1)
      • Method 4 (Combine 2)
      • Using DataTask 1
      • Using Data Task 2
      • Using Data Task 3
      • Using Async Await 1
      • Using Async Await 2
  • WEB
    • .NET MVC CORE
    • HTML
    • CSS
    • BOOTSTRAP
    • JAVASCRIPT
    • Memory
  • iOS
    • Swift
    • SwiftUI
    • Animation SwiftUI
    • Combine
      • Combine Introductions
    • Objective-C
    • UI/Unit Test
      • Unit Test
      • Menu Ordering
      • UI Test
  • PROJECT
    • WEB DESIGN
    • IOS PROJECT
  • LANGUAGE
    • C
    • C++
    • C#
    • JAVA
    • PHP
    • PYTHON
  • RESEARCH
    • MACHINE LEARNING
      • Depression Analysis On Final Year Undergraduate Students Through Machine Learning Techniques
      • Titanic: Machine Learning from Disaster
    • ARTIFICIAL INTELLIGENCE
  • LINK
    • Github Link
    • LinkedIn Link
    • Website Link
    • All Important Link
  • About Me
  • Others

C#

.NET MVC CORE C# 

Authorization in Dot NET Core 7.0 API – Part-2

24/08/202324/08/2023 joynal27 42 Comments API, authorization, c#, dotNet

Authorization refers to the process that determines what a user is able to do. For example, an administrative user is allowed

Read more
.NET MVC CORE C# 

Create JSON Web Tokens (JWT) – Using DotNet MVC Core 7.0 – Part 01

21/07/202321/07/2023 joynal27 68 Comments API, dotnet core, json web token, jwt, login, registration

Step_01: First of all create a project with some name & in the project create folder named Models. Right click

Read more
.NET MVC CORE C# 

Searching & Filtering data in ASP.NET Core 7.0

24/06/202324/06/2023 joynal27 440 Comments API, c#, dotNet, filterring, searching

Now i will implement searching api method. If user given text matched with database value then api will reture these

Read more
.NET MVC CORE C# 

Sorting Data with Ascending & Decending Order ASP.NET Core 7.0

24/06/202324/06/2023 joynal27 215 Comments API, ascending, c#, decending, dotNet, orderby

Asscending: Above this method i tried to get list of Data array where it return data by default Ascending Order.

Read more
.NET MVC CORE C# 

Get data list from database server in Get API

17/06/202317/06/2023 joynal27 827 Comments API, c#, database, DBContext, dotNet, GetList

Step_01: First of all, i need to create DbContext file. Then we will create Controller from where we will fetch

Read more
.NET MVC CORE C# 

How i will create DbContext class & connect with Database server?

16/06/202316/06/2023 joynal27 776 Comments c#, database, DBContext, dotNet, server

Step_01: First of all create a Model. Suppose a class name CoffeeModel. Then, create DbContext class name with your app

Read more
.NET MVC CORE C# 

How does the Routing work in ASP.NET Core Web API?- Part-1

16/06/202316/06/2023 joynal27 173 Comments API, c#, dotNet, routing

Routing in ASP.NET Core Web API application is the process of mapping the incoming HTTP Request (URL) to a particular

Read more
.NET MVC CORE C# SHORT QUESTIONS 

A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 35 – An internal exception was caught)

25/03/202325/03/2023 joynal27 128 Comments

Solution: Add your connection string: TrustServerCertificate=True

Read more
.NET MVC CORE C# 

How i will set xml data request not acceptable in API dotnet?

08/03/202308/03/2023 joynal27 143 Comments API, application/xml, dotNet, xml

Go to the Program.cs file and set its same as below:

Read more
.NET MVC CORE C# 

Patch API with status code

08/03/202308/03/2023 joynal27 241 Comments API, c#, dotNet, patch, statuscode
Read more
  • ← Previous

MEMORY & THREAD IOS

operationQueue
Memory Thread 

Operation & OperationQueue

24/08/202217/09/2022 joynal27 364

Operations are an object-oriented way to encapsulate work that you want to perform asynchronously. Operations are designed to be used

DispatchGroup
Memory Thread 

Dispatch Group

14/08/202217/09/2022 joynal27 18,050
DispatchSemaphore
Memory Thread 

DispatchSemaphore

03/08/202217/09/2022 joynal27 9,082
Swift Concurrency
Memory Thread 

Swift Concurrency: Introduction

26/07/202217/09/2022 joynal27 1,008

SHORT QUERY

SHORT QUESTIONS Uncategorized 

How i will Read & Write Data in path Swift?

08/11/202209/11/2022 joynal27 335

//directory let path = FileManager.default.urls(for: .documentDirectory, in: .userDomainMask)[0].appendingPathComponent(“fileSave”) let data: Data! //for Read Data do{ data = try Data(contentsOf: path)

SHORT QUESTIONS Uncategorized 

Custom viewDidLoad() Modifier in SwiftUI

22/10/202209/11/2022 joynal27 698
SHORT QUESTIONS Uncategorized 

How i will change color & text in keyboard return button swiftui?

22/10/202209/11/2022 joynal27 298
SHORT QUESTIONS Uncategorized 

How i will swipe list item in swiftUI?

22/10/202209/11/2022 joynal27 331
SHORT QUESTIONS Uncategorized 

How i will select text in swiftUI?

22/10/202209/11/2022 joynal27 209
SHORT QUESTIONS Uncategorized 

Where we should use @StateObject @ObservedObjec in SwiftUI?

22/10/202209/11/2022 joynal27 219
SHORT QUESTIONS Uncategorized 

How i will check is it dark mode or light mode in swiftUI?

22/10/202209/11/2022 joynal27 244
SHORT QUESTIONS Uncategorized 

How i will back previous view without using .navigationBar() in swiftUI?

21/10/202209/11/2022 joynal27 210
SHORT QUESTIONS Uncategorized 

How i will show new screen using .sheet(), Transition & AnimationOffset in SwiftUI?

21/10/202209/11/2022 joynal27 243
SHORT QUESTIONS Uncategorized 

How to use .sheet() & .fullScreenCover() in SwiftUI?

21/10/202209/11/2022 joynal27 264

WatchOS

WatchOS Widget 

Gauge Style in SwiftUI

09/09/202309/09/2023 joynal27 82

In iOS 16, SwiftUI introduces a new view called Gauge for displaying progress. You can actually use it to show values within a

WatchOS 

Complications(accessories) guideline for WatchOS

08/09/202308/09/2023 joynal27 147
WatchOS 

Data Transfer iPhone To Watch using SwiftUI

30/07/202330/07/2023 joynal27 256

About Author

My name's Joynal Abedin & I'm software engineer. I work with iOS & Web Development. I have joined Tech Department & Work On 4+ years as a iOS Developer(On Going) Appnap Technologies Ltd. I’ll be getting in touch with bloggers to increase our online presence with such a wonderful excellence blogging article.

Contact Me

Gmail: joynalcu7@gmail.com

Copyright © 2025 JOYNAL ABEDIN. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.