Building Intelligent Applications with OpenAI and C#: A Step-by-Step Guide to Get Started
Neel Bhatt – Establishing a Polyglot vision
by Neel
9M ago
I recently wrote an article for Telerik and thought to share here as well. Here’s a brief guide to setting up OpenAI with C# so you can try out this AI tool in a Blazor app. In today’s world, artificial intelligence (AI) has become an essential part of many businesses and industries. OpenAI offers a range of powerful AI models and tools that can be used to create intelligent applications. In this article, we’ll explore how to get started using OpenAI with C#. Read more about this here on Telerik blog: https://www.telerik.com/blogs/building-intelligent-applications-openai-csharp-guide-get-star ..read more
Visit website
Exploring the C# Source Link Feature: Enhancing Debugging Experiences
Neel Bhatt – Establishing a Polyglot vision
by Neel
11M ago
Debugging is an essential part of software development, and having easy access to the source code of referenced libraries can significantly improve productivity and troubleshooting. In this blog post, we will explore the Source Link feature in C# and how it revolutionizes the debugging experience by enabling developers to navigate directly to the source code of referenced libraries. What is Source Link? Source Link is a feature introduced in C# that provides a standardized way to embed source code information into compiled assemblies. With Source Link, developers can seamlessly navigate from ..read more
Visit website
Building Intelligent Applications with OpenAI and C#: A Step-by-Step Guide to get started
Neel Bhatt – Establishing a Polyglot vision
by Neel
1y ago
In today’s world, Artificial Intelligence (AI) has become an essential part of many businesses and industries. OpenAI offers a range of powerful AI models and tools that can be used to create intelligent applications. In this article, we’ll explore how to get started using OpenAI with C#. What is OpenAI? OpenAI is a research organization founded in 2015 that aims to develop artificial intelligence in a safe and beneficial manner. OpenAI’s mission is to ensure that AI is used for the benefit of humanity, and not just for the benefit of a select few. OpenAI conducts research in a wide range of ..read more
Visit website
C# 11 features I like the most
Neel Bhatt – Establishing a Polyglot vision
by Neel
1y ago
It has been a while since I posted my previous blog post. I finally made a schedule for me to put more effort into writing and slowly get back to the speed which I was following before few years. Feel free to reach out if you want me to write on certain topics. In this post, I will list down the top 5 C# 11 features that I like the most. C# 11 is the latest version of the popular programming language, and it comes with a number of exciting new features and improvements that help developers write cleaner, more efficient code. So let us start. File-scoped namespaces One of the most significant ..read more
Visit website
What is Machine Learning?
Neel Bhatt – Establishing a Polyglot vision
by dhruvrohil
3y ago
Ever wondered how an app like Amazon, find products that you might be interested in buying? Or how does Netflix give you amazing recommendations that perfectly align with what you like? Well, the answer to both of these questions is simply, Machine Learning. In a world that is constantly looking for ways to reduce human efforts, we need ways to build programs that can change themselves and produce custom results according to the situation. And that need resulted in the birth of what is now known as Machine Learning. Machine Learning is slowly growing to be a staple diet of numerous software b ..read more
Visit website
Appsettings.json gets IntelliSense
Neel Bhatt – Establishing a Polyglot vision
by Neel
3y ago
As announced by Microsoft recently, we can use IntelliSense with appsettings.json files. What are appsettings.json files? Common settings of the application are generally stored in appsetting.json files. These files are separated on the basis of environments. For example, the settings for production environment are stored in appsettings.production.json and the settings for acceptance environment are stored in appsettings.acceptance.json. Basically appsettings.{environment}.json. These files are used generally to store connection strings for the database, any application scope global variables ..read more
Visit website
First look at InferSharp: A C# version of Facebook’s Infer
Neel Bhatt – Establishing a Polyglot vision
by Neel
3y ago
https://fbinfer.com/ You might have heard about Infer which is a tool to detect bugs in Java and C/C++/Objective-C code before it ships. Infer belongs to Facebook and it is a static analysis tool to produce a list of potential bugs such as null pointer exceptions, resource leaks, annotation reachability, missing lock guards, and concurrency race conditions in Android and Java code. InferSharp is the C#\.Net version of Infer. What is InferSharp? InferSharp brings the scalable, automated and interprocedural memory safety analytics of Infer to the .NET platform. As announced by Mic ..read more
Visit website
Machine Learning And Human Learning
Neel Bhatt – Establishing a Polyglot vision
by Prasad Kulkarni
3y ago
The funny thing about machine learning is that it closely seems to mimic human-learning algorithms which when studied closely(by a human:), could help him to learn even more, and that could eventually enable them to make better machine-learning algorithms and on and on…~ Sushant Singh Rajput. I always wonder how erudite was he! Nonetheless, although ML has a long way to go as compared to human learning, let’s list a few of its concepts which have roots in the latter: Bias-Variance Dichotomy Another term for this dichotomy is Underfitting vs Overfitting. In Machine Learning, if the model ge ..read more
Visit website
How does the built-in dependency injection work on ASP.NET Core?
Neel Bhatt – Establishing a Polyglot vision
by aloatias
4y ago
PC: https://medium.com/net-core-dependency-injection/asp-net-core-dependency-injection-3aa993c2b583Introduction Dependency Injection (DI) is a pattern that can help developers decouple the different pieces of their applications. DI provides a mechanism for the construction of dependency graphs independent of the class definitions. NET Core supports the DI software design pattern, which is a technique for achieving Inversion of Control (IoC, the “D” on the SOLID principles) between classes and their dependencies. Prior to .NET Core, the only way to get DI in your applications was ..read more
Visit website
Event Sourcing in .NET Core – part 1: A gentle introduction
Neel Bhatt – Establishing a Polyglot vision
by Davide Guida
4y ago
Event sourcing, aka “the great myth”. I’ve been thinking about writing a series of articles about this for a while, and now it’s time to put my hands back on the keyboard. I thought that with all this bull**it pandemic at least I could have had more time to write on this blog but it turns out the reality has been slightly different so far. Anyways let’s get back in track! Event sourcing. It’s probably one of the hardest things to code, immediately after two other things. Everything that happens around us is an event of some sort. The cake is ready in the oven. The bus has ..read more
Visit website

Follow Neel Bhatt – Establishing a Polyglot vision on FeedSpot

Continue with Google
Continue with Apple
OR