Welcome to my Blog!
Your go-to destination for exploring the latest advancements in .NET technology and embracing Agile methodologies. As technology evolves at an unprecedented pace, staying ahead in the dynamic landscape of software development is crucial. This blog is crafted to be your companion on this journey, offering insightful articles and practical examples that delve into the intricacies of .NET’s cutting-edge features and the agile principles transforming the way we build software.
Whether you’re a seasoned developer seeking to deepen your .NET expertise or an enthusiast eager to explore the agile methodologies reshaping project management, we’ve got you covered. Join us as we navigate through the realms of clean code, efficient development practices, and the transformative power of agility.
Embark on a learning journey where each article is a stepping stone towards mastering the art of software development in the .NET ecosystem. Let’s embrace the future of technology together, one agile step at a time. Welcome to the community!
Code refactoring for C# Developers: Tech session
I had the opportunity to sit down with Nick Cosentino, Principal Software Engineer at Microsoft, to dive deep into the world of code refactoring in C#. Together, we explored best practices, common pitfalls, and shared insightful tips that can help you improve the quality, readability, and maintainability of your code.
The code for these articles is accessible on my GitHub repository.
Navigating the MAUI: A Guide to Integrating SQLite Database on iOS and Android
In this installment, we'll explore how to integrate SQLite database into your .NET MAUI app, leveraging Visual Studio connected to a Mac device for compiling the code specifically for iOS devices.
Navigating the MAUI: A Guide to enabling IAP on your IOS Apps
Navigate the intricate process of delivering an app on Apple StoreConnect TestFlight. Join me on a journey where we demystify the intricacies of testing subscriptions and in-app purchase items directly from users' devices, unlocking the potential for seamless app experiences. Let's dive into the realm of app deployment and user testing, making the App Store landscape more accessible for developers and ensuring robust functionality for your audience.
Navigating the MAUI: A Guide to Deploying Auth0-Authenticated Apps on iOS and Android
Embarking on the journey of developing cross-platform mobile applications using .NET MAUI is an exciting venture. In this blog post, I’ll share my experience of successfully deploying a MAUI application on both iOS and Android devices, incorporating Auth0 for a secure and seamless authentication process.