Master the C# language, listen to short and practical tips to become a successful and more productive agile C# developer and learn from daily real-world experiences of Andrea Angella, Microsoft C# MVP and .NET Community Lead. www.productivecsharp.com
Learn some advice on how you can transition from Lead Software Engineer to a Software Engineering Manager in your own company. What strategies can you use? How can you increase your influence to get new responsibilities?
How much do you need to know as a C# developer about Docker, CI/CD tools to embrace DevOps? Join my free Modern C# course ABOUT THE HOST Technical Lead @ Redgate Software | ✨Former Six-Times MVP on C# |
This is the recording of an event where the architect of Metalama presented the Metalama framework and how it can help you write easy to maintain code.
Join my next Ask Me Anything webinar https://us06web.zoom.us/webinar/register/8517318706739/WN_q0g83d-jRy6jiC4A6uOrqw Ask anything about C#, .NET, software development, interviews, architecture, technical leadership, management, soft skills, mentoring, coaching, communication, development processes, teamwork, change management, delivery, risks, personal branding, networking, emotional intelligence, business, career advice and more. Attending live will give you access to an incredible and special opportunity. You don't want to miss it!
Join the Productive C# Ask Me Anything webinar https://us06web.zoom.us/webinar/register/6017316781632/WN_AiXvjoZ3QOKMos6jvN0KaQ Join my free Modern C# course https://www.productivecsharp.com/modern-csharp/ ABOUT THE HOST Technical Lead @ Redgate Software | ✨Former Six-Times MVP on C# |
Join my free Modern C# course https://www.productivecsharp.com/modern-csharp ABOUT THE HOST Andrea Angella | Technical Lead @ Redgate Software | ✨Former Six-Times MVP on C# |
Videon on Everyday C# https://www.youtube.com/watch?v=xZk8T-9kI3w Join my free Modern C# course https://www.productivecsharp.com/modern-csharp ABOUT THE HOST Andrea Angella | Technical Lead @ Redgate Software | ✨Former Six-Times MVP on C# |
Join my free Modern C# course https://www.productivecsharp.com/modern-csharp ABOUT THE HOST Andrea Angella | Technical Lead @ Redgate Software | ✨Former Six-Times MVP on C# |
Join my free Modern C# course https://www.productivecsharp.com/modern-csharp ABOUT THE HOST Andrea Angella | Technical Lead @ Redgate Software | ✨Former Six-Times MVP on C# |
Join my free Modern C# course https://www.productivecsharp.com/modern-csharp ABOUT THE HOST Andrea Angella | Technical Lead @ Redgate Software | ✨Former Six-Times MVP on C# |
Join my free Modern C# course https://www.productivecsharp.com/modern-csharp
Join Productive C# at https://www.productivecsharp.com & use code PODCAST for an exclusive 15% OFF. Enrol in the Free Modern C# Course at https://www.productivecsharp.com/modern-csharp ABOUT THE HOST Technical Lead @ Redgate Software | ✨Former Six-Times MVP on C# |
A quick story of my professional journey on how I started coding until now leading teams of .NET software engineers (in 2024) https://www.productivecsharp.com/
Join here https://us06web.zoom.us/webinar/register/2017189152255/WN_1Li9jBi4T-eJHn5iaZehCA
Are you prioritising learning and self development enough in your life? Spend some time to reflect how learning and sharing can improve your life and work.
Join my free webinar on Saturday, May 18 https://www.productivecsharp.com/webinar
Listen to a fantastic interview with Jérôme Laban, CTO of the Uno Platform, to understand how to build complete .NET apps using C# everywhere, thanks to the new C# Markup. Master C# with Productive C# Membership at http://productivecsharp.com/membership
In this episode I share how async braindumping helps to make your meetings more inclusive and fair as well as improving the quality of discussions and decision making. There is a little price to pay in terms or organization but the benefits are well worth the cost.
These are the 15 reasons why I consider C# the best programming language and why you should learn C# in 2024. Learn more at https://productivecsharp.com. LinkedIn Article https://www.linkedin.com/pulse/15-reasons-why-you-should-learn-c-2024-andrea-angella-abvge/
How Advent of Code can help you become a better developer. Take the challenge to have a chance to win a free month of the Productive C# membership. https://www.productivecsharp.com
Semantic Kernet project: https://github.com/microsoft/semantic-kernel Join the Productive C# Membership: https://www.productivecsharp.com/
Watch the full video at https://www.productivecsharp.com
Learn more about primary constructors in C# 12. Join our membership at productivecsharp.com
In this episode, we will be learning more about the NoSQL Database, Raven DB, and why you should consider using it in your applications. Raven DB is written in C# .NET, so we explored what that means and the lessons Oren learned along the way. Finally, we finished with some career advice for .NET developers. Oren is a legend in the .NET community and a prolific blogger. It was a pleasure speaking with him. Enjoy the show! Links mentioned in the show: - https://ravendb.net - https://cloud.ravendb.net - https://ayende.com - @ayende
Learn about techniques to handle crucial conversations at work and make decisions safely and effectively.
What is Software Engineering? Learn about the two key fundamental challenges of software engineer, how to become an high-performance team and proudly call yourself a Software Engineer.
Learn about all the new changes for structs in C# 10
Learn how global usings in C# helps to remove repetitive using directives in your .NET projects.
.NET 6 is introducing two new types to deal with dates and times independently.
Compete regularly in clash of code inside the Codingame platform to improve your problem solving skills, become a fluent developer and succeed at the coding interview.
Struggling to refactor a complex legacy code base? The Mikado Method is the tool you need to get the job done.
You are a leader and you don't know it yet. Learn my key takeaways from the book "Leadership is Language". Join us at https://www.productivecsharp.com/
Find the Master C# 9 Webinar on YouTube where I share all the latest features added to the language. https://youtu.be/IhYtXO3DkFs
Learn how C# 9 allows you to easily create immutable objects with value-object semantics using record types (data classes). www.productivecsharp.com
Learn how to modernise the way you work in XML using C#, .NET and LINQ to XML.
In this episode, I am sharing my experience in using OzCode to debug a complex customer issue including red/green boolean visualisation, code history, star properties, search, in-memory object diff viewer, show all instances.
Learn the Pros and Cons of Visual Studio and Rider, the two main IDE for .NET developers.
The Azure CLI is a command line tool that provide a fantastic experience to work with Azure resources. In this episode, I share my first time experience with it and how you can get started using it. It's definitely the best tool for the job!
Learn some of the most important ways to make your .NET web applications more secure. We'll talk about input validation, encoding, https, content security policies, sql injection, password hashing, secure static code analysis and so on. This a summary of my top learnings after attending a 3 days intense cyber security training called Proactive Web Defence from MWR Infosecurity. Highly recommended! https://www.mwrinfosecurity.com/training/proactive-web-defense/
Learn about nullable reference types and how the C# 8 compiler rules change when you enable this feature in your projects. Learn more at https://www.productivecsharp.com/
"How To Become A MASTER C# 8 Developer And Learn All The New Exciting Features Quickly" The next release of the Microsoft flaship programming language is fast approaching. Deep dive into the new exciting C# 8 features. Get immediate access to the webinar by registering here: https://www.productivecsharp.com/master-csharp8-webinar/
Learn what is a UX review session and how to organize it. https://www.productivecsharp.com/
Learn how to use ContextMenu in WPF and how to bind a MenuItem to a command in your ViewModel using XAML. www.productivecsharp.com
Learn how you can write integration tests on the file system, how to create a temporary directory and copy directories in C#. www.productivecsharp.com
Andrea Angella share the experience of refactoring an interface to an abstract base class to remove duplication and make some code easier to extend. Learn a specific example when using inheritance is probably a better decision then using an interface. www.productivecsharp.com
The Productive C# Podcast is a new podcast that cover everything that matters in the life of a C# Software Developer. Meet the host Andrea Angella and learn what you should expect from this new podcast on C# software development. www.productivecsharp.com