TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About ama
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijai Anand Ramalingam (12)
Shubhankar Banerjee (5)
Rajkumar Jain (4)
Chetan Sanghani (4)
Rathrola Prem Kumar (4)
Logesh Palani (3)
Sanjay Kumar (3)
Gowtham Cp (2)
M Munib (2)
Saleh Qadeer (2)
Jefferson S. Motta (2)
Nikunj Satasiya (2)
Delpin Susai Raj (2)
Raj Kumar (2)
Cristopher Coronado (2)
Sarathlal Saseendran (2)
Mahesh Chand (2)
Kautilya Utkarsh (1)
Viknaraj Manogararajah (1)
Suthahar Jegatheesan (1)
Jeeva Subburaj (1)
Suraj Vishwakarma (1)
Himanshu Singh (1)
Ashish Tiwari (1)
Lokendra Singh (1)
Varun Setia (1)
Ravishankar Velladurai (1)
Sarthak Varshney (1)
Sean Franklin (1)
Rohan Mistry (1)
Anupam Maiti (1)
Jitendra Mesavaniya (1)
Shashangka Shekhar (1)
Tahir Ansari (1)
Kalyan Pidugu (1)
Arun Ramaswamy (1)
Shenbagapandiyan P (1)
Navneet Cheema (1)
Mushtaq M A (1)
Kartik Pawar (1)
Anoop Kumar Sharma (1)
Bharat Chaudhary (1)
Vijay Kumari (1)
Praveen Kumar (1)
Shweta Lodha (1)
Ahsan Siddique (1)
Mrunali Sawant (1)
Abhishek Yadav (1)
Manikandan M (1)
Sardar Mudassar Ali Khan (1)
Allen Oneill (1)
Abiola David (1)
CSharp TV (1)
Tushar Jagdale (1)
Jithu Thomas (1)
Gurpreet Arora (1)
Ojash Shrestha (1)
Josue Yeray Julian Ferreiro (1)
Kapil Singh Kumawat (1)
Mohamed Azarudeen Z (1)
Amit Patel (1)
Viral Jain (1)
Related resources for ama
No resource found
Amazon OpenSearch Service Setup with Kibana
11/15/2024 9:48:13 AM.
Amazon OpenSearch Service enables real-time search, monitoring, and analysis of business data. It integrates with AWS services like CloudWatch Logs and Lambda for log aggregation, with Kibana for data
🚀 Amazon Bedrock Agents for Efficient Automation 🌟
11/14/2024 11:35:26 AM.
Unlock the power of Amazon Bedrock Agents with this comprehensive guide. Learn how to master efficient automation, streamline workflows, and optimize your cloud-based processes like a pro using AWS to
🚀 Unlock Your Coding Potential with Amazon Q: AWS’s New AI Coding Assistant! 🚀
11/13/2024 7:02:38 AM.
If you are looking to enhance your coding workflow, check out Amazon Q. This AI-Powered coding assistant helps simplify coding with features like Code Understanding, Code Generation, Refactoring and T
Xamarin.Forms - Microcharts App
10/8/2024 8:50:34 AM.
This guide covers the integration of the Microcharts library into your Xamarin application, showcasing various chart types such as bar, line, and pie charts. Enhance your app's user interface with
How to Build and Monitor dApps Using Alchemy
10/4/2024 5:42:03 AM.
Learn how to create a blockchain app using Alchemy, connect it to MetaMask, send transactions, and monitor blockchain activity in real-time using Alchemy's powerful dashboard tools.
Building on Alchemy: A Guide to Deploying Smart Contracts
9/30/2024 7:19:07 AM.
This guide walks developers through deploying smart contracts on the Polygon network using Alchemy and Hardhat. It covers prerequisites, setting up Alchemy, creating a development environment, writing
Managing Amazon S3 Buckets
9/29/2024 5:04:09 AM.
This guide walks through managing AWS S3 Buckets, covering file and folder uploads, enabling bucket versioning for version control, and restoring files in case of accidental deletion.
Building A Cross Platform MVVM Pattern With ReactiveUI And Xamarin.Forms
9/27/2024 10:14:33 AM.
In this article, you will learn how to build a cross-platform MVVM pattern with ReactiveUI and Xamarin.Forms.
Login And SignUp In Xamarin.Forms
9/25/2024 10:01:06 AM.
In this guide, we explore implementing login and signup functionalities in Xamarin.Forms, a popular framework for cross-platform mobile app development. We’ll cover essential concepts such as user aut
Searching And Search Bar In Xamarin.Forms
9/24/2024 11:57:01 AM.
This guide explores implementing a search bar in Xamarin.Forms, focusing on enhancing user experience through effective searching techniques. It covers key concepts such as UI design, data filtering,
Harnessing the Power of Function Calling with Local LLMs using Ollama
8/25/2024 11:45:29 AM.
Function calling with Local LLM (Ollama) using C# Semantic Kernel.
Prompt Management in Amazon Bedrock using .NET Console App
8/20/2024 7:40:21 AM.
Learn to create and manage prompts in Amazon Bedrock using a .NET console application. This guide covers setting up your environment with AWS CLI and Visual Studio, and using the AWSSDK.BedrockAgent p
Learn to Shrink a Microsoft SQL Server Database Programatically
8/20/2024 4:59:45 AM.
Shrinking a SQL Server database reduces file size by reclaiming unused space in data and log files. This can optimize disk usage, especially in storage-constrained environments. However, it can cause
Stream Conversations with Amazon Bedrock API in .NET Console App
8/12/2024 5:13:11 AM.
Learn how to create a .NET console application that streams conversations using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model. This guide covers setting up your AWS environm
Creating a Conversational App with Amazon Bedrock and .NET
8/8/2024 3:21:08 AM.
This guide covers integrating AI models, leveraging cloud services, and implementing natural language processing to build intelligent chatbots and enhance user interactions.
Power of Amazon Storage Services for Seamless Data Management
8/7/2024 9:20:05 AM.
AWS provides a diverse range of storage services each designed to meet specific needs from high-frequency access and archiving to disaster recovery. These services offer scalable, durable, and secure
Build Image Description Service with Amazon Bedrock and .NET App
8/7/2024 6:15:47 AM.
Learn how to use the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model to send an image and receive a description. This guide covers setting up a .NET 8.0 console app in Visual Stud
Conversation with document using Amazon Bedrock and .NET
8/7/2024 4:19:01 AM.
In this article, you'll learn how to send a document as part of a message using the Amazon Bedrock Converse API with the Anthropic Claude 3 Sonnet model and requests that the model describe the co
How to Upload a File to Amazon S3 with NodeJS
8/6/2024 6:16:29 AM.
Implementing pagination and filtering in an ASP.NET Core 8.0 API with Entity Framework Core (EF Core) is crucial for efficiently managing large datasets. This guide covers setting up the project, crea
How to configure Amazon Q in Visual Studio 2022
7/31/2024 9:19:03 AM.
Discover how to set up Amazon Q, integrate it with your development environment, and streamline your workflow. This tutorial covers installation, configuration, and tips for optimizing your developme
Learn Fine-Tuning Llama 3.1
7/31/2024 6:50:34 AM.
This article provides a step-by-step guide on fine-tuning the Llama 3.1 language model using Python and the Hugging Face Transformers library. It includes code examples, explanations, and best practic
Amazon Bedrock Knowledge Base Query in .NET Console App
7/25/2024 7:24:09 AM.
Learn to create a .NET console application using Visual Studio 2022 to query an Amazon Bedrock knowledge base. This guide demonstrates querying an Amazon S3 bucket for data, handling responses, and ma
Power of Cloud Computing with Amazon Web Services (AWS)
7/24/2024 10:05:22 AM.
Amazon Web Services (AWS) is a dynamic and comprehensive cloud computing platform provided by Amazon that offers a mix of Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and packaged
Understanding Crypto Wallets
7/24/2024 5:35:44 AM.
A crypto wallet is a secure app or device for storing, managing, and transacting cryptocurrencies like Bitcoin and Ethereum. It stores private keys, enabling access to digital assets on the blockchain
Understanding flatMap in Java
7/23/2024 7:42:33 AM.
The flatMap operation in Java is a powerful tool for transforming and flattening collections. Learn about Java's `flatMap` operation in this article, which maps each element to a stream and flatte
Understanding .NET Standard Versions
7/19/2024 6:32:24 AM.
.NET Standard defines a consistent set of APIs across .NET implementations like .NET Framework, .NET Core, and Xamarin. Developers use it to create libraries that work seamlessly across platforms, ens
Create a guardrail for Amazon Bedrock using .NET console application
7/17/2024 11:45:24 AM.
Learn how to create Amazon Bedrock guardrails using a .NET console app in Visual Studio 2022. Utilize AWS SDK for .NET to manage IAM permissions, AWS CLI setup, and .NET 8.0 SDK integration. Configure
Case Studies and Real-World Applications: .NET Standard in Action
7/17/2024 11:43:04 AM.
.NET Standard empowers developers to create robust applications across platforms like healthcare management systems with EHR integration using Xamarin and ASP.NET Core, and financial trading platforms
Using .NET Standard in Cross-Platform Development
7/17/2024 5:46:27 AM.
In today's diverse technological landscape, developing applications that run across multiple platforms is crucial. .NET Standard plays a pivotal role in achieving this goal by providing a consiste
Introduction to .NET Standard
7/17/2024 12:19:50 AM.
.NET Standard simplifies cross-platform development by defining a unified set of APIs for .NET platforms like .NET Core, .NET Framework, and Xamarin. It enables code sharing across these platforms, en
Generate an image by invoking Amazon Titan Image on Amazon Bedrock using .NET console application
7/15/2024 5:59:31 PM.
Generate an image using Amazon Titan Image on Amazon Bedrock with a .NET console application. Explore seamless integration of cloud services, leveraging AWS's robust infrastructure for efficient i
Setup your personal ChatGPT for free
7/9/2024 10:27:15 AM.
Generative AI is a transformative technology enabling solutions without needing extensive knowledge in developing, training, or deploying models. Open-source tools like Ollama and community contributi
Xamarin.Forms - Deep Linking Application Using SQLite
6/26/2024 10:53:03 AM.
Learn to build Xamarin.Forms applications with deep linking using C# and XML. This tutorial covers creating a cross-platform email client example where notifications open specific app sections. Explor
Setting Up SQLite Connection In Xamarin App
6/19/2024 9:54:20 AM.
In this article, we are going to learn about how to set up a connection with SQLite in your application. We will connect each of the iOS, Android, and UWP projects with SQLite.
Top 10 Network-attached storage (NAS) Operating Systems
6/13/2024 5:07:01 AM.
NAS, Network-Attached Storage, Cloud Storage, FreeNAS, OpenMediaVault, Synology DSM, QNAP QTS, Rockstor, Unraid, XigmaNAS, Openfiler, Amahi, Asustor ADM.
Framework Design - The Template Method Pattern
6/7/2024 10:31:37 AM.
Learn the Template Method pattern in C#, a behavioral design pattern facilitating framework design. Follow an example using a REPL framework, simplifying app development by automating loop execution a
How To Implement Amazon SQS (AWS SQS) In ASP.NET Core Project
6/5/2024 5:39:55 AM.
Basically in this article, we learn how to implement Amazon SQS (AWS SQS) in the ASP .Net Core project, how to create SQS on AWS, how to send message to AWS SQS, How to receive a message from AWS SQS
ClamAV Antivirus Scan On File Upload Content In .NET Application
6/4/2024 12:21:12 PM.
Integrate ClamAV antivirus for secure file uploads in your .NET application. Use nClam library to scan uploaded files as byte arrays against a ClamAV server. nClam simplifies communication and parses
Additional Tokenizer Support in ML.NET
6/3/2024 4:52:40 AM.
Tokenization is a fundamental component in the preprocessing of natural language text for AI models. Tokenizers are responsible for breaking down a string of text into smaller, often referred to as to
.NET Standard / .NET Standard Library
5/16/2024 8:35:39 AM.
.NET Standard is a set of APIs that define the base class libraries available across different .NET implementations, ensuring compatibility and portability between platforms like .NET Framework, .NET
Exploring Text-to-Speech Packages for Xamarin.Forms
5/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,
Xamarin Forms to Maui Migration
5/10/2024 6:51:14 AM.
Discover how to migrate your Xamarin.Forms apps to .NET MAUI (Multi-platform App UI) seamlessly. Learn about leveraging code reusability, adapting XAML interfaces, and utilizing new .NET 6 features. E
Migrate to Azure Monitor Agent from Legacy Log Analytics Agent
5/9/2024 5:23:04 AM.
The Log Analytics Agent (OMA/MMA) will be decommissioned in August 31st of 2024. Users and Clients have to migrate to Azure Monitor Agent (AMA) before that. This article discusses on the steps to be f
Xamarin.Forms - Open App Store Or Play Store In XamarinApp
4/30/2024 9:34:20 AM.
Learn to develop Xamarin.Forms apps for Android and iOS, accessing filesystems, and distributing data files. Implement UI elements like buttons and images. Use Xamarin.Essentials to open Play Store o
Storage Services Use Cases and Best Practices in Azure and AWS [Part 1]
4/29/2024 10:01:35 AM.
Choosing the right storage service in Azure or AWS is crucial for achieving optimal performance, scalability, cost-efficiency, and compliance with data management requirements.
What Is EFS And How To Mount EFS On AWS EC2 Instances
4/23/2024 10:03:01 AM.
Discover Amazon EFS, a versatile NFS file system for AWS services. Master the process of mounting EFS on EC2 instances across availability zones, ensuring seamless data access and scalability for dive
Custom Popup Dialog In Xamarin Android
4/12/2024 11:29:24 AM.
Custom Popup Dialog in Xamarin Android allows developers to create tailored dialog boxes that can be displayed on top of the current activity. These dialogs can have custom layouts, event handling, an
Xamarin.Forms - EventToCommand Behavior in MVVM ViewModel
4/11/2024 10:35:24 AM.
Xamarin.Forms EventToCommand behavior facilitates MVVM by binding events to ViewModel commands. It streamlines event handling, promoting the separation of concerns within the application architecture.
How To Upload A File To Amazon S3 Using AWS SDK In MVC
4/5/2024 9:47:09 AM.
The AWSSDK facilitates .NET developers to work with Amazon Web Services, including Amazon S3 for scalable, reliable internet storage. Learn to set up an MVC project in Visual Studio, install AWSSDK vi
Grid View In Xamarin.Forms Using FlowListView
4/4/2024 9:10:03 AM.
Learn how to use FlowListView in Xamarin.Forms to create a GridView with features like infinite loading, item-tapped Commands, and more. Follow implementation steps: creating a new Xamarin.Forms proje
Design Whatsapp Page With Grid Layout In Xamarin.Forms
4/4/2024 8:57:03 AM.
Explore Xamarin.Forms, a cross-platform mobile framework, facilitating UI development with XAML. Utilize Visual Studio 2017/2019 for C# coding. Design WhatsApp-like layouts using Grid Layout, Labels,
How To Create A Simple Calculator Using Grid Layout In Xamarin.Forms
4/4/2024 7:23:34 AM.
In this article, we will learn how to develop a basic calculator using Xamarin. Forms, leveraging the power of Grid Layout for efficient UI design.
Table View In Xamarin iOS - Part Two🚀
4/3/2024 9:38:56 AM.
Part Two of Xamarin.iOS TableView series explores TableViewSource and its methods like GetCell and RowsInSection, essential for populating and managing table view data. Dive into Model-View-ViewModel
Explain StackLayout in .NET MAUI
3/31/2024 3:53:34 AM.
StackLayout in .NET MAUI provides flexible layout management for UI development, allowing easy arrangement of controls in a stack, either horizontally or vertically. Compatible with Xamarin.Forms, and
How to Learn About Amazon S3
3/22/2024 4:18:11 AM.
Amazon S3, an AWS service, provides secure, scalable object storage with high durability and availability. Key features include lifecycle policies, versioning, and security measures. Practical applica
Amazon Simple Storage Solutions (S3) vs Amazon Redshift
3/21/2024 10:26:55 AM.
Amazon Simple Storage Service (S3) is a cloud storage solution designed for storing and retrieving any type of data securely and at scale. On the other hand, Amazon Redshift is a fully managed data wa
Getting Started With Amazon Redshift
3/15/2024 6:15:26 AM.
Amazon Redshift is a powerful data warehousing service designed for analyzing large datasets. Leveraging columnar storage and parallel processing, it offers fast query performance. Redshift integrates
Amazon Redshift Vs Azure Synapse Analytics
3/13/2024 5:32:11 AM.
Choosing between Amazon Redshift and Microsoft Azure Synapse Analytics depends on your specific needs and priorities. Here's a breakdown to help you decide
Facial Recognition Using Amazon Rekognition On Python
2/27/2024 4:21:48 AM.
AWS offers a powerful facial recognition service called Amazon Rekognition. In this tutorial, we'll use Python and the AWS SDK to create a simple app that uses the Rekognition service to detect fa
Integrating Pinecone With OpenAI And LlamaIndex
2/24/2024 1:26:48 PM.
This article walks you through the process of creating a complete end-to-end solution using Pinecone, OpenAI and Llama-Index.
Blazor - Connect With Oracle Database In Amazon RDS
2/21/2024 11:32:58 AM.
We will see how to create an Oracle database instance in Amazon RDS (AWS Relational Database Service) and we will connect Oracle database from Blazor application. We will use an Employee details Singl
Blazor - Connect With Amazon DynamoDB Using AWS SDK
2/21/2024 8:24:16 AM.
In this article, we will see how to create a Blazor application and connect with Amazon DynamoDB using AWS SDK. We will see how to create a Blazor application and connect with Amazon DynamoDB using AW
Xamarin.Android - Upload Image To Blob Storage
2/15/2024 11:43:54 AM.
In this article, you will learn how you can upload images to blob storage through Xamarin.Android. It’s pretty simple to build this app with a native Xamarin platform. I hope you will enjoy and learn
Developing a Customized MessageBox in Xamarin
2/11/2024 9:51:07 AM.
A message box, also known as a dialog or alert box, serves various functions within software applications, each with specific requirements aimed at improving user interaction
The Amazing Adventure of MongoDB Queries
2/9/2024 9:21:46 AM.
This content provides an engaging analogy of MongoDB queries as an adventurous quest through a treasure-filled city. It introduces concepts like planning the query as preparing a treasure map, executi
AWS Transfer Family ( SFTP , FTP , FTPS Server ) Overview
2/8/2024 8:06:27 AM.
AWS Transfer Family , What is AWS Transfer Family , Supported Transfer Protocols and Benefits. AWS Transfer Family is a managed service facilitating secure file transfers to and from AWS using protoco
Creating Keystore to Publish MAUI App from Scratch to End
2/7/2024 11:00:43 AM.
When you embark on the journey of app development, the prospect of publishing your creation to a vast audience is undoubtedly thrilling. Publishing an app is not just about making it available; it'
Implementation of .Net MAUI Community Toolkit Popup
2/4/2024 6:51:16 AM.
In this article, I will explain about .NET MAUI Popup page implementation using visual studio 2022. Popups are a very common way of presenting information to a user that relates to their current task
Full-Stack Web Development in ASP.NET Core 8 MVC
1/30/2024 4:10:26 AM.
Full-stack web development refers to the practice of designing, developing, and deploying both the client-side (front-end) and server-side (back-end) components of a web application. In this, develope
Introducing Amazon Polly: How to Use Text-to-Speech service
1/23/2024 9:37:00 AM.
Amazon Polly is a powerful service that allows you to create lifelike speech from text. It supports a wide variety of languages and voices, and you can customize the pronunciation, pitch, and speed of
Create Xamarin Android Custom Loader with LoaderEase NuGet Package
1/19/2024 6:22:44 AM.
The fundamental objective of a wait window is to furnish users with feedback, mitigating any perception of unresponsiveness or ambiguity during tasks that may consume considerable time. Leveraging the
How to Implement a Video Splash Screen in Xamarin Android
1/18/2024 6:14:41 AM.
This guide provides a step-by-step approach to implementing a captivating video splash screen in Xamarin Android. It covers preparing the video, adding it to resources, updating the layout file, setti
Introduction to Llama LLM
1/3/2024 5:21:11 AM.
Llama LLM represents a significant leap forward in the evolution of language models. Its contextual understanding, nuanced comprehension, and multilingual proficiency make it a versatile tool for a wi
How to Configure Amazon CodeWhisperer in Visual Studio
12/20/2023 8:36:12 AM.
In this article, you will learn how to configure Amazon CodeWhisperer in Visual Studio 2022 using individual tiers. Learn how to configure Amazon CodeWhisperer in Visual Studio 2022 using individual t
How To Implement Dynamic Data Masking in Fabric Data Warehouse
12/19/2023 5:15:11 AM.
In this video, I talked about how to implement dynamic data masking in fabric data warehouse.
AWS Toolkit for Painless Development
12/14/2023 5:16:23 AM.
Explore AWS services for easier development. AWS Cloud9, a cloud-based IDE, offers anywhere access, coding, and debugging in various languages. AWS CloudShell provides a browser-based shell for quick
Elastic Bean Stalk in AWS
12/14/2023 5:10:44 AM.
Amazon Web Services (AWS) Elastic Beanstalk simplifies web application deployment and management on AWS. It automates infrastructure tasks, ensuring scalability, load balancing, and updates, letting y
The Cloud Show with Magnus Mårtensson ft. Michele Leroux Bustamante - Ep. 15
11/27/2023 11:47:57 AM.
The show is about cloud leadership and all the important questions relating to cloud projects.
How to Migrate Xamarin to MAUI
10/17/2023 10:35:14 AM.
In this article, I am going to explain how we can migrate our Xamarin Forms application into .NET MAUI in easy steps and how I did it for my live play store app which is multilingual & multithemed
How to connect Trezor Hardware Wallet with Metamask
10/6/2023 5:53:41 AM.
Enhance your crypto security: Connect Trezor hardware wallet with Metamask for a powerful blend of offline storage and user-friendly access.
How to connect metamask with different blockchain networks?
10/6/2023 5:20:31 AM.
Unlock the full potential of MetaMask! Learn to connect to various blockchain networks and manage your digital assets with ease.
What is Code Llama?
9/21/2023 8:36:30 AM.
What is the IA from Facebook, Code Llama? Code Llama, a product of Meta, is a groundbreaking AI-driven natural language model tailored for coding tasks. It responds to both code and human language pro
Launching and Configuring an EC2 Web Server on AWS
9/8/2023 8:26:44 AM.
The Art of AWS Web Server From Concept to Reality is a comprehensive guide that takes readers on a journey through the process of designing, building, and deploying a web server infrastructure on Amaz
.NET Ecosystem
9/8/2023 4:11:37 AM.
The .NET ecosystem is a versatile collection of tools, libraries, and services forming the Microsoft .NET platform. It enables developers to create diverse applications, including web, desktop, mobile
Creating Your Own Virtual Computer: A Step-by-Step EC2 Instance Guide on AWS
8/27/2023 2:46:16 AM.
Discover the Cloud's Power: Dive into the world of cloud computing with our easy-to-follow guide. Learn how to set up your very own virtual computer using AWS's EC2 instances. No prior experie
AWS Lambda: Serverless Computing
8/25/2023 9:29:17 AM.
Discover AWS Lambda's power in cloud computing. Develop serverless apps without server management, ensuring scalability, cost-efficiency, and event-driven operations. Learn with practical Node.js
What is Code Liama? Meta's CoPilot Competitor
8/24/2023 2:16:07 PM.
Code Liama is an AI code generator created by Meta.
Introduction To AWS SageMaker
8/24/2023 5:50:33 AM.
In this article, we’ll learn about Amazon SageMaker and various tools provided by it for Machine Learning purposes. The article describes the ways the machine learning workflow is supported by differe
What are Fungible Tokens? How to Create Fungible Tokens on Polygon?
7/28/2023 1:51:39 AM.
Discover the world of tokens in blockchain! Learn about fungible tokens, their importance, types, and how to create/manage them on the Polygon blockchain.
What is Amazon CodeWhisperer?
7/1/2023 2:03:19 PM.
Learn about the latest AI code builder by Amazon, Amazon CodeWhisperer.
How to Access Amazon RDS for PostgreSQL Database Using Python
6/30/2023 5:44:00 AM.
In this article, you will learn how to access Amazon RDS for PostgreSQL database using Python.
How to Connect to Polygon Network using C#?
6/12/2023 6:23:08 AM.
Discover how to connect to the Polygon Network using Alchemy, MetaMask, and C#, Learn the benefits and step-by-step instructions for implementation.
How to Setup Amazon CodeWhisperer
6/8/2023 6:12:45 AM.
How to Setup Amazon CodeWhisperer for Individuals.
Amazon CodeWhisperer Or GitHub Copilot
6/5/2023 4:42:51 AM.
Amazon CodeWhisperer and GitHub Comparison
Xamarin Push Notifications Using Azure Notifications Hub
5/31/2023 9:03:46 AM.
How to use Azure Notifications Hub with Xamarin to deliver push notifications to Android, iOS, Windows Phone and Windows Store
Configure AWS User Notifications for AWS Services
5/30/2023 9:03:54 AM.
Amazon Web Service (AWS) recently announced a new service, ‘AWS User Notifications’, that enables you to centrally setup and view notifications from various AWS services like AWS EC2 instance state ch
Create and deploy ASP.NET Core Web API to AWS Elastic Beanstalk using Amazon CodeCatalyst blueprint
5/11/2023 6:30:01 AM.
In this article, you will see how to create and deploy ASP.NET core Web API to AWS Elastic Beanstalk using the CodeCatalyst blueprint.
Azure or AWS? Making the Right Choice for Your Cloud Infrastructure💥
5/5/2023 7:10:43 AM.
This article could compare and contrast Azure and AWS, two of the most popular cloud platforms on the market. It could cover their similarities and differences, and provide insights into which platfor
Leadership Lessons from Ramayana in the Context of Software Development
5/2/2023 1:21:17 AM.
When To Use AWS Lambda?
3/27/2023 8:38:14 AM.
In this article, you will learn about AWS Lambda and its advantages.