Speaker

Rijwan Ansari

Rijwan Ansari

Microsoft MVP | C# Corner MVP | Software Architect | Full Stack .NET Expert | Tech Blogger | Community Speaker | Trainer | YouTuber. Follow me @ https://rijsat.com

Manila, Philippines

Md Rijwan Ansari is a high performing and technology consultant with 11 plus years of Software Development and Business Application implementations using .NET Technologies, SharePoint, Power Platform, Data, AI, Azure and cognitive services. He is also a Microsoft MVP, Microsoft Certified Trainer, C# Corner MVP, Microsoft Certified Data Analyst Associate, Microsoft Certified Azure Data Scientist Associate, CSM, CSPO, MCTS, MCP, with 15+ Microsoft Certifications.
He is a research and technology lead in Tech One Global, as well as leading Facebook community Cloud Experts Group and SharePoint User Group Nepal.
He is an active contributor and speaker in c-sharpcorner.com community, C# Corner MVP and his rank at 10 among 3+ millions members.
Additionally, he is kneed to learn new technologies, write articles, love to contribute to the open-source community.
Visit his blog RIJSAT.COM for extensive articles, courses, news, videos and issues resolution specially for developer and data engineer.

Awards

Area of Expertise

  • Information & Communications Technology
  • Media & Information
  • Finance & Banking
  • Government, Social Sector & Education

Topics

  • .NET Core ASP.NET Core ASP.NET .NET Azure DevOps VSTS Azure Visual Studio Scrum
  • Azure Machine Learning
  • Software Design
  • Software Architecture
  • Azure
  • Software Delivery Lifecycle
  • SharePoint
  • SharePoint Development
  • #PowerPlatform
  • Microsoft Power BI
  • Cogntive Services
  • Angular
  • DevOps
  • Software Development
  • Power Apps
  • Power Platform
  • .NET
  • Azure DevOps
  • AI
  • Artificial Intelligence
  • Machine Leaning
  • Microsoft Office365
  • Microsoft Power platform
  • microservices
  • Microsoft MVP
  • SQL Server
  • Data Analytics

Azure App Service for Developer

Azure PaaS service enables a sustainable development environment in the cloud to deliver high quality software that is feasible for simple to sophisticated, cloud-enabled enterprise applications. With Azure PaaS services, developers are equipped with all the necessary tools and features to build Modern cloud applications complying with the advanced security and world standard.

In this session, we will explore the Azure PaaS Service, Azure App Service and see how it can enhance the developer capabilities.
• What is PaaS?
• What is Azure PaaS Service?
• Scenarios and Advantages of PaaS
• Some Azure PaaS services for Developers.
• How to modernize the application with Azure PaaS
Demonstration with Azure App Services
- Deploy ASP.NET solutions
- Scaling Options
- Debug in Azure App Service Deployed Solution
- Deployment Slots
- RBAC
- Traffic Manager, etc.

Quickly Build an Intelligent apps in Power Platform

What is Power Platform?
What is Power Virtual Agent?
Design an application with power apps
Add AI features.

How to Integrate OpenAI (ChatGPT) in Your App & Give New Paradigm?

OpenAI is booming around the world and has drawn the attention of not only IT professionals but also every individual.
ChatGPT is one of the most powerful language models developed by OpenAI that uses deep learning techniques to learn and generate natural language. Because of its ability to generate human like text, making it a useful tool for a verity of applications.
In this session, I will discuss more about OpenAI, use cases and implement in an application.
- What is OpenAI
- What is ChatGPT
- Use cases of ChatGPT
- Possibilities
- Create a Web Application
- Integrate ChatGPT with example - solution with code.
Let's discuss more :).

Forecast with Time series using ML Model in .NET Applications

Using ML.NET, we can do forecasting with time series in .NET applications. In this series, I will cover be following points:
- Brief about ML.NET
- Create an ML Model to forecast with Time series
- Implement in ASP.NET Solution
- Example application to Forecast Sales

Design ML Model with Drag and Drop Azure Machine Learning designer

Design ML Model without writing single line of code.
- Azure ML Introduction
- Import data source options
- Cleaning Data
- ML Algorithms
- Training and evaluating the ML model
- Design Model
- Deploy with real-time end points

Boost Your Development Productivity with Azure PaaS Services

Azure PaaS service enables a sustainable development environment in the cloud to deliver high quality software that is feasible for simple to sophisticated, cloud-enabled enterprise applications. With Azure PaaS services, developers are equipped with all the necessary tools and features to build Modern cloud applications complying with the advanced security and world standard.

In this session, we will explore the Azure PaaS Services and see how it can enhance the developer capabilities.

· What is PaaS?
· What is Azure PaaS Service?
· Scenarios and Advantages of PaaS
· Some Azure PaaS services for Developers.
· How to modernize the application with Azure PaaS.
· Example demonstration.
· Simple to Complex Applications.

Code Like a Pro: Exploring GitHub Copilot for Efficient Development

In the realm of software development, AI has emerged as a powerful ally, capable of transforming the way we design solutions, write code, debug, optimize performance, and conduct quality assurance.
GitHub Copilot, an innovative AI tool, has emerged as a game-changer in the development community. By leveraging the power of AI, Copilot assists developers in writing code more rapidly and efficiently. It serves as a trusted copilot, working in tandem with developers to enhance their coding experience.
During the session, I will cover the following topics.
- What is GitHub Copilot
- Key features and Functionalities
- Getting started with GitHub Copilot
- Coding with GitHub Copilot
- Examples
#CodLikeAPro

Diving into the World of Software Architecture - Exploring Various Architectural Paradigms

In this insightful session, we embarked on a journey through the diverse landscape of software architecture, exploring various architectural paradigms and their unique characteristics. As software developers and architects, understanding these architectural styles empowers us to make informed decisions when designing scalable, maintainable, and efficient software solutions.

- Understanding Software Architecture
- Software design consideration
- Popular software architecture styles that are commonly used in the development of modern applications
- Choosing the Right Path: Monolithic to Microservices Architecture

By the end of this session, we will be equipped with the knowledge to make informed architectural decisions that best suit our project requirements. Whether we opt for the simplicity of monolithic architecture, the flexibility of microservices, or the loose coupling of event-driven systems, our understanding of the strengths and challenges of each paradigm will empower us to architect innovative solutions that shape the future of software development.

Build A Blazor Hybrid App with .NET MAUI for Cross-Platform Application

Considering the latest web apps development trends, we split the development into two segments: Front-End and Back-End development. Based on the above two development parts, web apps development requires 2 major roles for developers, and those are Front-End and Back-End developers. Subsequently, the web apps development necessitates various skills on both the front-end and backend side to build a complete system.

On the other hand, we have another problematic situation in building cross-platform and multi-device applications. Subsequently, we need more resources with different skill sets based platforms. This situation creates the requirements of Android developer for Android devices, iOS developer for iOS devices, Windows developer for Windows, and Linux devices.
Yes, we can easily overcome the above complex scenario by using Hybrid Blazor app with .NET core.

What is Hybrid Blazor App
What is .NET MAUI
.NET MAUI Blazor app
Getting started with .NET MAUI Blazor App
Prerequisites of .NET MAUI Blazor App
Create a .NET MAUI Blazor app using Visual Studio
Run and test the .NET MAUI Blazor app on Windows
Run and test the .NET MAUI Blazor app in Android Emulator
Why to use .NET MAUI Blazor app

Session Duration - 1 hour,
Prefer Time: 8am - 11pm Philippines Standard Time, any days, Please inform a week before.

Clean Architecture with .NET 6 using Repository Pattern

AGENDA

• What is Clean Architecture
• Architectural Diagram and Layers of Clean Architecture
• Basic Principles behind Clean Architecture
• Design Solution with Clean Architecture in .NET 6
• Implementing Repository Pattern and Entity Framework with Clean Architecture
• Some recommendations

Duration - 1 hour

Build Intelligent applications with .NET using Azure Cognitive services

AI and Machine learning have become a part of our daily life. We are directly or indirectly using it in almost every application. Yes, We can build Intelligent applications using .NET without any AI experience. Cognitive Services brings AI within reach of every developer and data scientist. With leading models, a variety of use cases can be unlocked. All it takes is an API call to embed the ability to see, hear, speak, search, understand, and accelerate advanced decision-making into your apps. Enable developers and data scientists of all skill levels to easily add AI capabilities to their apps.

In this session, we will learn how to develop intelligent application in .NET using Azure cognitive services.
- What is Azure cognitive Services
- Various Azure Cognitive services 
- Azure Cognitive APIs
- Pricing Model
- Example scenarios
- Build AI solution using Azure Cognitive services
- Discussion

Duration - 45 minutes to1 hour.

Clean Architecture with Blazor Web Apps in .NET 7

The primary idea in Clean Architecture is to make the solution adaptive, keep the core business or application logic use cases independent of frontend and external frameworks.
Blazor framework is one of the web development platforms for the .Net family that provides the flexibility to develop both backend and front using the same language, C#. It is a component-driven UI framework that takes advantage of shared business objects and code for building applications in both front-end and back-end.
In this session, we will design a clean architecture solution for Blazor Web App and discuss some best practices.

AGENDA

• What is Clean Architecture
• Architecture and Basic Principles behind Clean Architecture
• What is Blazor Web Apps?
• Why we choose Blazor?
• Blazor Server vs Blazor WebAssembly
• Design A Solution following Clean Architecture for Blazor with .NET 7
• Implementing Repository Pattern and Entity Framework with Clean Architecture
• Some recommendations

C#, .NET, Visual Studio

Azure Machine learning

Global AI On Tour - Dhaka, Bangladesh

SharePoint Next Level

Global Microsoft 365 Developer Bootcamp

ML.NET - Developing a Custom ML Model with ML.NET

ML.NET - Developing a Custom ML Model with ML.NET using visual studio.

Global AI Bootcamp - Bangladesh

Data Modeling and Analyzing in Power BI

In this session we will cover how to model data and analyze data in Power BI. We will use Power BI Desktop to model, analyze and visualize data.

Women Data Summit

Global Azure 2023 - Pune Sessionize Event

May 2023

Global Azure 2023 Philippines Sessionize Event

May 2023 Makati City, Philippines

Global AI Bootcamp Philippines 2023 Sessionize Event

March 2023

.NET Conf Manila 2022 Sessionize Event

January 2023

.NET Conf, Pune 2022 (Virtual) Sessionize Event

December 2022

Global AI Developer Days Philippines 2022 Sessionize Event

October 2022

Rijwan Ansari

Microsoft MVP | C# Corner MVP | Software Architect | Full Stack .NET Expert | Tech Blogger | Community Speaker | Trainer | YouTuber. Follow me @ https://rijsat.com

Manila, Philippines

Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.

Jump to top