Related resources for CE
  • Learn Fundamentals of Generative AI5/20/2024 7:33:40 AM. In this article we explore the fundamentals of GenAI, explores various scenarios where it is applied, and highlights the profound implications and potential challenges of this technology.
  • Dotnet Core, EF Core Store Procedure With Multiple Results5/20/2024 6:33:57 AM. Entity Framework Core coupled with stored procedures for SQL database data retrieval encounters a constraint: consistent return of all columns required for DbQuery<T> properties. This alternativ
  • Transforming Text Analytics with NLP Workload Services5/20/2024 5:47:24 AM. In this article we are going to explore the various NLP workload services, including text analytics services, language understanding services, and speech services.
  • Automatic Tuning Enhances SQL Server Database Performance5/20/2024 5:24:46 AM. Automatic Tuning in SQL Server combines various intelligent features and techniques to continuously monitor, analyze, and optimize database performance and reduce management overhead. In this article,
  • Difference between ADO.NET, ORM and Dapper5/20/2024 4:39:12 AM. This article explores ADO.NET, ORM, and Dapper in the .NET ecosystem, detailing their history, evolution, and best practices and providing C# code examples for effective data access management.
  • App Registration with Microsoft Entra ID Configure SharePoint Permissions5/19/2024 6:56:50 AM. Register your app in Azure AD for SharePoint access using PowerShell. Configure permissions, obtain Client ID and Secret for OAuth authentication, granting necessary access to SharePoint resources, fa
  • Programming in Practice - Structural Data5/19/2024 6:40:42 AM. In object-oriented programming, the basic way to create structural data is to define custom types and interconnect them using references. Let's analyze this case using sample code in the context o
  • An Introduction to OpenCV for Computer Vision5/18/2024 6:50:53 AM. OpenCV, a robust open-source library, offers extensive tools for real-time computer vision and image processing. It's cross-platform, supports numerous algorithms, and is widely used in applicatio
  • How do you Compare useState and useReducer5/18/2024 6:47:34 AM. Comparing `useState` and `useReducer` in React involves understanding their use cases, advantages, and implementation. `useState` handles simple state logic, while `useReducer` manages complex state t
  • Power Apps Tabbed Form Using Tab List Modern Control5/17/2024 11:08:20 AM. Learn to enhance your Power Apps with a sleek tabbed form using the Tab List modern control. Elevate user experience by organizing data into tabs, enabling seamless navigation and customization.
  • Web API CRUD Operations And Consume Service In ASP.NET MVC Application5/17/2024 11:05:56 AM. This article will have understanding of what and why of Web API and demonstrate CRUD operation with simple example using entity framework and consuming the created service into Asp.net MVC application
  • Authorization In Web API5/17/2024 11:01:42 AM. Learn how to implement robust authorization mechanisms in your Web API to secure endpoints and control access. Explore techniques like token-based authentication, OAuth, JWT, and role-based access con
  • 6 Important .NET Concepts5/17/2024 10:37:22 AM. This article will explain 6 important concepts, Stack, heap, value, ref, boxing, and unboxing. Explore the essence of .NET through six pivotal concepts.
  • Memory Management Using Finalize And Dispose Method5/17/2024 10:36:10 AM. Memory management ensures efficient use of system resources. The finalize method performs cleanup before object destruction, The Dispose method releases resources explicitly, especially for unmanaged
  • Concept of Shared Assembly in .NET5/17/2024 10:21:48 AM. Shared assemblies in .NET are reusable components accessible by multiple applications. They promote code sharing, reducing redundancy and enhancing maintainability. Strongly named and stored in the Gl
  • Mastering Python Best Practices for Clean and Efficient Code5/17/2024 7:10:25 AM. In Python development, adhering to best practices is paramount for code clarity and efficiency. Embrace PEP 8 guidelines, document with docstrings, use list comprehensions, and handle exceptions judic
  • Understanding the Essence of Natural Language Processing5/17/2024 6:55:21 AM. In this article we explore the intricacies of NLP workloads, highlighting key features such as Key Phrase Extraction, Entity Recognition, Sentiment Analysis, Language Modeling, Speech Recognition and
  • Fundamentals of Facial Services on Azure5/17/2024 4:22:30 AM. Azure provides a set of AI-powered services under its Cognitive Services suite, which includes facial recognition capabilities. In this article, we will explore the fundamentals of facial services on
  • debounce and debounceTime operator in Angular5/16/2024 10:09:55 AM. In Angular, RxJS's debounce and debounceTime operators manage the frequency of emitted values from an observable, ideal for handling rapid user input, offering enhanced performance and user experi
  • Enhance Your Blazor QuickGrid with Dynamic with Button on Columns5/16/2024 9:28:40 AM. Learn how to enhance your Blazor QuickGrid by adding dynamic buttons to columns. This tutorial explores integrating interactive buttons within column cells, offering users tailored actions and improve
  • Inserting Data Into Multiple Tables In MSSQL At Once In .NET (Affecting Multiple Rows)5/16/2024 8:33:44 AM. Efficiently insert data into multiple SQL tables in .NET using ADO.NET transactions, ensuring atomicity and data integrity across affected rows for robust database operations.
  • Export Data Into Excel in a Pre-defined Template Using StreamWriter5/16/2024 8:33:21 AM. Export data into Excel with predefined formatting using C#'s StreamWriter. Streamline data presentation, formatting, and integration into Excel templates for efficient data management and analysis
  • Performance Tip - For Vs Foreach In Microsoft .NET5/16/2024 8:32:19 AM. Consider loop efficiency: 'for' is faster for arrays, 'for each' for collections. Optimize performance by choosing the right loop type in .NET programming.
  • Working With Stored Procedures Using Entity Framework: Part 15/16/2024 8:32:00 AM. Learn how to leverage Entity Framework for interacting with stored procedures in your .NET applications. This tutorial explores integrating stored procedures into your data access layer, optimizing da
  • Learn to Fix Bundle Initial Exceeded Maximum Budget5/16/2024 6:58:28 AM. Learn how to fix and then bundle initials that exceed the maximum budget. In Angular projects, the "initial exceeded maximum budget" error occurs when the bundle size surpasses limits set in
  • De-Normalization in SQL: Enhancing Database Performance5/16/2024 6:37:20 AM. De-normalization in SQL, born from the limitations of normalization, optimizes database performance by strategically reintroducing redundancy. Balancing performance gains with data integrity remains c
  • What is Embedded BI (Business Intelligence) and its benefits?5/16/2024 6:22:04 AM. This article provides more specifics about Embedded BI (Business Intelligence) and its benefits. This enhances decision-making, productivity, and customization while ensuring scalability and data secu
  • Add Details of an Employee With Image and Display it Into a Gridview5/16/2024 6:04:26 AM. This Flutter app enables adding employee details, including images, and displays them in a GridView layout. Users can upload employee information conveniently, and the app organizes and presents it ef
  • Get All Installed Printers in C#5/16/2024 6:03:55 AM. Learn how to retrieve a list of all installed printers using C#. Explore printer management in C# using the System. Printing namespace to enumerate and gather information about installed printers.
  • Dynamically Call a Function in C#5/16/2024 5:52:41 AM. In this article, we will learn how to dynamically call a function in C# using reflection and delegates. By leveraging reflection, you can discover and invoke methods at runtime based on their names an
  • New Features in .NET 4.5 and 5.05/16/2024 5:51:25 AM. Discover the latest enhancements in .NET with versions 4.5 and 5.0. Explore async programming using async/await, improved performance, Entity Framework updates, ASP.NET Core (in .NET 5.0), enhanced LI
  • CRUD Operations In ASP.NET MVC 5 Using ADO.NET5/16/2024 5:46:35 AM. Learn how to implement CRUD operations in ASP.NET MVC 5 using ADO.NET. This tutorial covers database connectivity, SQL Server integration, controller actions for Create, Read, Update, and Delete opera
  • Exception Handling (1), In ASP.NET MVC5/16/2024 5:08:07 AM. Discuss and summarize the exception handling processes in ASP.NET MVC.
  • Exception Handling (2), In ASP.NET MVC Web API5/16/2024 5:06:38 AM. Discuss and summarize the exception handling processes in ASP.NET MVC Web API
  • Exception Handling (3), In ASP.NET Core MVC5/16/2024 5:05:24 AM. Discuss and summary the exception handling in ASP.NET Core MVC
  • Exception Handling (4), In ASP.NET Core Web API5/16/2024 5:05:09 AM. This article will discuss the exception handling in ASP.NET Core Web API
  • Exception Handling (5), in ASP.NET Summary5/16/2024 5:04:45 AM. This article will make a summary for Exception Handling in ASP.NET.
  • Exception Handling (6), HttpStatusCode5/16/2024 5:04:29 AM. This article will discuss the HttpStatusCode.
  • 🖥️ How to Create an Azure Container Instance in Microsoft Azure5/16/2024 3:53:50 AM. Learn how to deploy Azure Container Instances effortlessly with our comprehensive guide. Discover step-by-step instructions for setting up and managing containerized applications in Microsoft Azure.
  • Getting Started With Elastic In Using .NET Nest Client5/16/2024 3:37:44 AM. This article demonstrate how to use elastic search in .net application using nest client. How to set up Elastic search in developer machine and how to communicate with elastic from .net application.
  • Web Service Class and Directive in ASP.NET5/15/2024 1:46:08 PM. A look at the options for configuring a Web Service using the Web Service class of the System.Web.Services namespace and directives that are available with ASP.NET.
  • Understand Azure 900 Microsoft Privacy, Terms, DPA5/15/2024 11:16:22 AM. This article is part of the Azure 900 course which describes what type of documents Microsoft shares with its users or customers. These documents deal with privacy, using online services, and handling
  • Object Detection using Azure Cognitive Service and .NET5/15/2024 11:11:20 AM. Learn how to implement object detection using Azure Cognitive Services and .NET. Harness the power of computer vision and machine learning to analyze images, identify objects, and integrate with custo
  • Tools and Services for Computer and Custom Vision on Azure5/15/2024 9:55:28 AM. In my earlier article Feature of Computer Vision Workloads on Azure we explored the common workloads of Computer vision. Continuing this discussion on workloads, in this article will we are going to e
  • Tips for Improving Performance in Entity Framework5/15/2024 5:30:04 AM. Optimizing Entity Framework performance, particularly in EF Core, is crucial for efficient data access. These strategies, like eager loading and compiled queries, enhance responsiveness and reduce ove
  • Google I/O 2024: Gemini's Rise - Power, Access & the Future of AI5/15/2024 4:48:32 AM. Google I/O unveils powerful upgrades for Gemini AI & its integration across products. Focus on accessibility & ethical considerations for a future of human-AI collaboration. #GoogleIO #AI #Ge
  • A Tale of Two Innovations: DALL.E 3 and Microsoft Designer5/15/2024 4:39:46 AM. In the ever-evolving landscape of digital design, two groundbreaking tools have emerged, capturing the imagination of creatives and professionals alike: DALL.E 3 and Microsoft Designer. Let’s embark o
  • Understanding OLTP vs OLAP Practices5/15/2024 4:35:17 AM. OLTP and OLAP, rooted in distinct eras, serve crucial roles in data management. OLTP ensures swift transactional operations, while OLAP offers in-depth analytics for informed decision-making, evolving
  • Clean Code Practices: Elevating Code Quality in C# Development5/15/2024 4:07:20 AM. This article delves into the significance of clean code practices in software development, tracing its history, emphasizing its necessity, and exploring its evolution. It includes practical C# code de
  • Best Practices for Organizing Angular Modules 🛠️5/15/2024 4:02:31 AM. This article explores effective ways to organize Angular modules, likening it to tidying up a toy collection. It covers feature-based structure, shared and core modules, lazy loading, and more.
  • Sort, Page, & Export Data Of HTML Table Using jQuery Datatable In .NET Core MVC5/14/2024 11:45:22 AM. Enhance data presentation in .NET Core MVC with jQuery DataTable, enabling sorting, pagination, and seamless export functionalities for efficient data management and improved user experience.
  • Adaptive Card Templating With Azure Bot Framework SDKV45/14/2024 11:43:47 AM. Leverage Azure Bot Framework SDK V4 for Adaptive Card templating, enabling dynamic content presentation and rich UI customization in bot messages with JSON-based adaptive layouts and data binding.
  • How to Use AlpineGate AI's AlbertAGPT Model via API in C#5/14/2024 11:31:29 AM. Utilize AlpineGate AI's AlbertAGPT model through its API in C# for text generation and NLP tasks. Interact via HTTP requests, handling JSON serialization, and manage authentication for seamless in
  • Exploring in Depth Of Abstraction in C#5/14/2024 11:09:13 AM. Dive deep into abstraction in C#, exploring OOP concepts like encapsulation, inheritance, and polymorphism. Learn about abstract classes, interfaces, generics, and advanced features like delegates and
  • Merge Multiple CSV Files With Same Header Using Windows PowerShell5/14/2024 11:01:33 AM. Merging multiple CSV files with the same header using Windows PowerShell involves importing each CSV file, combining their contents while preserving the header, and exporting the consolidated data int
  • Introduction to Tracing in .Net5/14/2024 11:01:17 AM. Tracing in .NET offers insights into application behavior, aiding debugging and performance monitoring. Utilize TraceListeners and TraceSources to capture and analyze trace information effectively for
  • What is the Difference Between HTML and React Event Handling?5/14/2024 9:21:24 AM. HTML and React differ in event handling approaches. In HTML, events are added directly to elements, while React uses synthetic events and methods within component classes, providing better organizatio
  • OpenAI announced a new GPT-4o AI model | what is GPT-4o AI model5/14/2024 8:31:30 AM. On 13 May 2024, OpenAI announced a new AI model called GPT-4o, it is the updated model of GPT-4 which was almost launched 1 year before.
  • Open AI GPT-4o A Multimodal Mastermind Ushering in a New Era of AI 5/14/2024 8:14:33 AM. OpenAI's GPT-4o breaks ground with multimodal capabilities, processing text, audio & visuals. Explore its applications, the future of AI, and the collaboration needed for responsible developme
  • Boxing and Unboxing in .NET C#5/14/2024 5:20:51 AM. In C#, boxing and unpacking are crucial ideas. Value types (int, char, etc.), Reference types (object), and Pointer types are the three forms of data in the C# type system. In essence, Unboxing does t
  • What is Alibaba Cloud Simple Application Server (SAS)?5/14/2024 4:22:58 AM. In this article, Streamlined Application Management. Alibaba Cloud's Simple Application Server (SAS) revolutionizes application deployment with user-friendly interfaces, lightning-fast deployment,
  • Object Oriented Programming Using C#: Part 95/13/2024 11:52:47 AM. Explore advanced concepts in C# Object-Oriented Programming (OOP) in this ninth installment. Dive into topics like inheritance, polymorphism, encapsulation, and more. Learn how to leverage these princ
  • Basics of Ngen.exe (Native Image Generator) in .Net5/13/2024 11:49:53 AM. I would like to share the basics of Ngen.exe in .Net, collected from various web resources. I will first try to explain the problem then the solution, Ngen.exe, in simple words.
  • Check Application Performance Under Load Test Using Visual Studio5/13/2024 11:46:40 AM. Learn how to assess application performance under load using Visual Studio. This guide covers load testing techniques, performance metrics, stress testing, and analyzing results with Visual Studio too
  • Exploring Text-to-Speech Packages for Xamarin.Forms5/13/2024 11:45:13 AM. Discover the top text-to-speech packages for Xamarin.Forms apps and learn how to seamlessly integrate them into your projects. Explore Xamarin.Essentials, Plugin.TextToSpeech, and Android.Speech.Tts,
  • Web API Service Call Function In Blazor Component 5/13/2024 11:29:42 AM. Learn how to make HTTP service calls to a Web API from a Blazor component using C#. Explore asynchronous programming, HTTP client usage, and integration of RESTful API calls. Understand how to leverag
  • Memory Leak Analysis For .Net Application5/13/2024 11:15:43 AM. Perform memory leak analysis for .NET apps to identify inefficient memory usage. Utilize profiling tools to monitor memory consumption, analyze heap data, and pinpoint areas causing leaks. Implement o
  • All About BI Tools and Types to Make You Ready for Next Action5/13/2024 11:13:42 AM. This article is for you if you are getting your steps in BI Tech Stack. Here in this article, you will learn the basics of BI with its types.
  • Concepts of Threads, Thread Pools, and Tasks in C#5/13/2024 10:33:44 AM. Threads are the smallest units of execution, enabling concurrency but requiring manual management. Thread pools efficiently manage threads for short-lived tasks, while tasks abstract asynchronous oper
  • Get started using Azure OpenAI Assistants 5/13/2024 10:12:57 AM. Azure OpenAI Assistants allows you to create AI assistants tailored to your needs through custom instructions and augmented by advanced tools like code interpreter, and custom functions.
  • Integrating Azure Service Bus with .NET Applications5/13/2024 10:07:52 AM. In this article, we'll walk through the process of using Azure Service Bus with .NET. We'll cover everything from creating a Service Bus instance in the Azure portal to sending and receiving m
  • Explainable Artificial Intelligence (XAI) in Action5/13/2024 9:40:41 AM. Imagine this: you're denied a loan, and the explanation is a cryptic "insufficient creditworthiness." Or, a medical AI flags you for a health risk, leaving you wondering why. This lack o
  • Mastering Microservices Architecture with C# and .NET5/13/2024 8:35:13 AM. In this article, we'll delve into the principles of microservices architecture and explore how to implement it using C#, .NET Core, and cutting-edge technologies like Docker, Kubernetes, gRPC, and
  • Deep Learning, Core ML Concepts and the Confusion Matrix5/13/2024 7:22:25 AM. In this article we explore the Deep Learning, Dataset Feature and Label and an important topic Confusion Matrix for performance measurement. Understanding these concepts and their applications is cruc
  • Source Control (5-1), Create a Git Hub Repository from Visual Studio5/13/2024 5:04:01 AM. This article is to discuss Create a Git Hub Repository from Visual Studio
  • Abstract Class in .NET C#: Syntax, Usage and Example5/13/2024 5:01:47 AM. Abstract classes in .NET C# provide a blueprint for other classes to inherit from. They contain abstract methods that must be implemented by derived classes. Learn syntax, usage, and see examples to u
  • Mastering OOP in C#: A Real-World Project Journey5/13/2024 4:57:51 AM. Explore Object-Oriented Programming in C# through a practical journey. Learn key concepts like inheritance, polymorphism, and encapsulation while working on real-world projects. Master C# development
  • Unlocking Angular: Advanced Features, Security, ERP Integration5/13/2024 4:47:33 AM. Discover the potential of Angular in ERP integration with .NET Core. Explore advanced features, security enhancements, and performance boosts for seamless integration and optimized performance.
  • Road To AZ-204 - Instrument Solutions To Support Monitoring And Logging5/13/2024 4:44:23 AM. This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. Application Insights, Azure Monitor and Transient Faults are the main components that
  • Road To AZ-204 - Integrate Caching And CDNs Within Solutions5/13/2024 4:44:07 AM. This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. CDNs, caching strategies and Redis Cache are the main components that will have their
  • Road To AZ-204 - Implement Secure Cloud Solutions5/13/2024 4:43:47 AM. This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. Azure Key Vault, App Configuration, and Managed Identities are the main components th
  • What is Alibaba Cloud VMware Service (ACVS)?5/13/2024 4:43:02 AM. Alibaba Cloud VMware Service (ACVS) bridges the gap between on-premises VMware environments and Alibaba Cloud's scalability, offering a consistent hybrid cloud experience for businesses. Leverage
  • Road To AZ 204 - Developing Solutions That Use Blob Storage5/13/2024 4:22:30 AM. This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. Azure Storage and Blob Storage are the main components whose fundamentals explained h
  • Road To AZ-204 - Implement User Authentication And Authorization5/13/2024 4:17:54 AM. This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. OAuth2, Shared Access Signatures, Azure AD, Role-Based Access controls are the main c
  • Advanced Azure Bicep Techniques: Master Infrastructure Code5/13/2024 4:15:16 AM. This article is a comprehensive guide that takes you on a deep dive into the advanced topics of Azure Bicep. It starts with logging into Azure, then moves on to explain the advanced topics in Azure Bi
  • Deep Dive Into Race Condition Problem in .NET5/12/2024 1:23:55 PM. In a multithreading environment, there are many benefits and challenges to consider. In our case, we will focus on one of the most popular challenges the Race Condition Problem.
  • Pioneering AGI Science: AlpineGate AI Tech Innovations5/11/2024 1:56:27 PM. At AlpineGate AI Technologies Inc., our research and development efforts are geared toward bridging this gap through innovative methodologies and interdisciplinary collaboration. This article outlines
  • Azure Bicep: Wrapping Up and Looking Ahead5/10/2024 8:57:42 AM. As we conclude with Azure Bicep, reflect on its benefits, lessons learned, and future enhancements. Prepare for continued adoption, explore learning resources, and anticipate its evolving role in Azur
  • Abstract Factory Design Pattern in .NET Core C#5/10/2024 8:55:52 AM. The Abstract Factory Design Pattern, according to the Gang of Four Definition, offers a means of encapsulating a collection of factories with a shared concept without defining their specific classes.
  • Road To AZ-204 - Developing Solutions That Use Cosmos DB Storage5/10/2024 8:54:01 AM. This article's intention is to explain the main skills measured in this sub-topic of the AZ-204 Certification. Cosmos DB is the main component that will have their fundamentals explained here alon
  • C# Inheritance: Basics and Practical Examples5/10/2024 8:50:33 AM. Inheritance in C# allows classes to inherit properties and behavior from other classes, facilitating code reuse and creating a hierarchy of classes. Beginners learn to establish relationships between
  • Solana's Top Explorers: Navigating the Blockchain Landscape5/10/2024 8:14:35 AM. Discover Solana's top explorers in the blockchain landscape! Dive into the innovative world of decentralized applications (DApps), digital assets, and DeFi. Explore Solana's scalability and in
  • CRUD using the Repository Pattern in MVC5/10/2024 7:59:18 AM. This article introduces the repository pattern in an MVC application. Repository pattern is intended to create an abstraction layer between the data access layer and the business logic layer of an app
  • Understanding the Connections Between Classes in OOP5/10/2024 7:58:52 AM. Understanding how different tools in a toolbox are used to build something. This guide helps you see how these classes share information and work together to create software, making it easier to under
  • Azure Bicep Best Practices Unveiled5/10/2024 7:56:18 AM. This article is a comprehensive guide that takes you on a deep dive into the best practices for working with Azure Bicep. It explains the best practices in Azure Bicep, complete with code samples and
  • Road To AZ-204 - Creating Azure App Service Web Apps5/10/2024 6:52:03 AM. Learn to deploy and manage Azure App Service Web Apps on the AZ-204 journey. Explore cloud scalability, PaaS deployment, and resource management in Azure Portal."
  • Learn to Set up a license to Telerik UI for React app – Part IV5/10/2024 6:31:57 AM. Telerik UI for React, or KendoReact, streamlines React app development with a comprehensive toolkit. From efficient UI creation to robust features like SSR and TypeScript support, it enhances producti
  • Difference between a GUID and Tenant ID in Azure Environment5/10/2024 6:21:39 AM. Difference between a GUID (Globally Unique Identifier) and a Tenant ID in their scope and purpose within the Azure environment:
  • Azure Bicep: Deployment and Infrastructure as Code5/10/2024 6:06:59 AM. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep deployment. It starts with logging into Azure and then moves on to explain the concept of deployment in Azure Bicep
  • Azure Bicep: Modules for Flexible Resource Management5/10/2024 6:02:58 AM. This article is a comprehensive guide that takes you on a deep dive into Azure Bicep modules. It starts with logging into Azure, then moves on to explain the concept of modules in Azure Bicep, complet