- 👋 Hi, I’m @ambitiousrahul
- 👀 I’m software developer with around 8 years of experience in web devlopment, implemented various features and thier several functionalites, also UI features in aspnet mvc, web apis and html pages using microsoft stack language like c#, c# core and obviously javascript too ...Also got fundamental development skills for Azure cloud services.
- 🌱 Also , I’m currently curious amd learning about data science , machine learning and AI using pl as python...
- 💞️ I’m looking to collaborate on projects that involve c# core as the developing programming language and also I am aiming to hone my skills in DS-AI , python...
- 📫 I can be reached at ambitiousrahul.r@outlook.com, also am active on stackoverflow account with the same username ...
A software developer with around 10 years of experience in full stack development , proficient in .net core , ms sql server, efcore, signalR, ML enthusiast !!
Pinned Loading
-
AspnetCoreAndKendoCRUD
AspnetCoreAndKendoCRUD PublicThis repo has a small aspnet core based application which has all CRUD operations working with the help of Rest api and Kendo Javascript Library in the most simplistic way
C#
-
While working on the web api with cs...
While working on the web api with csharp PL, its often a case that we need to implement a global exception handler so as to define a common place to account for all kinds of exceptions that we want to handle. This certainly improves code readability and maintainability. So, this presents a scenario to implement Abstract Factory Pattern which not only reduces redundant code , but also creates a generalized template 12// The Global Exception Handler File that leverages this ErrorClassificationFactory class.
34using System;
5using Microsoft.AspNetCore.Http;
-
This methods calls stored procedure ...
This methods calls stored procedure with table type input parameter using c# core 1using Microsoft.Data.SqlClient;
2using Microsoft.Data.SqlClient.Server;
34///<summary>
5/// Method that calls stored procedure accepting a table type parameter
-
Contains Simplistic ConsistentHashin...
Contains Simplistic ConsistentHashing class code written in Python 1"""Node to be added to hashring based on th its hash value."""
2class Node:
3def __init__(self,nodeHashValue) -> None:
4self.hashValue =nodeHashValue
5 -
Lazy Loading Techniques in C# dotnet...
Lazy Loading Techniques in C# dotnet core. 1using System;
2using System.Diagnostics;
34namespace LazyLoadingExample
5{
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.