Pravesh Dubey, C# Corner

Pravesh Dubey

C# Corner

Contact Pravesh

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • C# Corner

Past articles by Pravesh:

What Is Combine In Swift?

In this article, I will give a description of Apple's new framework, Combine. → Read More

What's New In Swift 5.3?

In this article, I will explain what's new in Swift version 5.3. → Read More

iOS App Lifecycle

In this article, I will explain the iOS app life cycle and how App behaves when a user interacts with App user Interface. → Read More

Gesture And Gesture State In SwiftUI

In this article, I will explain How we work with the various types of gestures in SwiftUI. → Read More

What's New In Swift 5.2

In this article, We will explain what's new features in Swift 5.2. → Read More

Optional Chaining In Swift

In this article, We will explain how to handle nil value and how to handle them. → Read More

How To Configure Views In SwiftUI

In this article, we will explain how to configure views using modifiers, initializers. → Read More

What is Escaping And Non-Escaping Closure in Swift?

In this article, we will explain escaping and non-escaping closures in Swift and where you need to use them. → Read More

Property Wrapper In SwiftUI

In this article, we will explain about property wrappers in SwiftUI and where we will use that property wrapper. → Read More

Building a Simple ARKit Demo with SceneKit in Swift

In this article, I will explain the ARKit basics with some examples. → Read More

Xcode 11.4 Beta Release

Xcode 11.4 includes SDKs for iOS 13.4 , iPadOS 13.4, tvOS 13.4, watchOS 6.2, and macOS Catalina 10.15.4. Xcode 11.4 supports on-device debugging for iOS 8 and later, and watchOS 2 and later. Xcode 11.4 requires a Mac running macOS Catalina 10.15.2 or later. → Read More

Glossary Of Swift Common Terms

This article will explain the common terms used in Swift programming. → Read More

Protocols in Swift

In this article, I will give you a brief introduction of protocols in Swift. → Read More

Properties In Swift

In this article, we will learn about properties in the Swift programming language. → Read More

Access Control In Swift

Access Control restricts the access to parts of your code from the code in other source files and modules. → Read More

Lists And Navigation In SwiftUI

Here, we will implement a TableView list and navigation with the help of SwiftUI. → Read More

How To Convert Image To PDF In Swift

In this article, we will convert captured images from iPhone and convert them into PDF using Swift. → Read More

SwiftUI Build Declarative User Interfaces In iOS 13

SwiftUI is an innovative, exceptionally simple way to build user interfaces across all Apple platforms with the power of Swift. → Read More

How To Use Standard Result Type In Swift 5.0

In this article, we will learn to use Standard Result Type in Swift 5.0. Learn how to use a new Result type to handle the result of the asynchronous function using an enum. → Read More

String Interpolation In Swift 5.0

String interpolation has been around since the earliest days of Swift, but in Swift 5.0, it’s getting a massive improvement to make it faster and more powerful. → Read More