पोस्ट

2020

Terminal को WSL home directory पर bash लोड करना सिखाएं

.bashrc के माध्यम से Windows Terminal को सीधे Linux home directory में WSL sessions खोलने के लिए कॉन्फ़िगर करें।

ExpandoObject का उपयोग करके Dynamic object generation

ExpandoObject का उपयोग करके runtime-defined properties के साथ objects dynamically बनाएं flexible data export के लिए।

.NET

TravisCI का उपयोग करके NuGet पैकेज की Continuous Delivery

Travis CI continuous delivery pipelines का उपयोग करके NuGet पैकेज compilation, testing और publishing ऑटोमेट करें।

.NET NuGet CI/CD

TravisCI का उपयोग करके .NET Core 3.0 project के लिए Continuous Integration

Travis CI के साथ automated builds और tests का उपयोग करके .NET Core projects के लिए continuous integration set up करें।

.NET CI/CD

2019

In-memory cache पर मेरा दृष्टिकोण

C# और generics का उपयोग करके expiration support के साथ custom in-memory cache implementation बनाएं।

.NET

Devtools का उपयोग करके page screenshots लें

Chrome DevTools के built-in screenshot commands का उपयोग करके full-page और area screenshots capture करें।

.NET Framework में embedded और external resources का उपयोग करके Custom languages

.NET Framework में embedded और external .resx resource files का उपयोग करके multi-language support implement करें।

.NET

2018

Flow cases के लिए Bot Framework और DirectLine का उपयोग करके Integration test

Multi-turn conversational flow scenarios support करने के लिए Bot Framework integration tests को extend करें।

.NET Bot Framework

Bot Framework और DirectLine का उपयोग करके Integration test (3)

Bot Framework integration tests में Roslyn CodeAnalysis का उपयोग करके bot responses evaluate करें (भाग 3)।

.NET Bot Framework NuGet

Bot Framework और DirectLine का उपयोग करके Integration test (2)

Bot Framework integration testing के लिए DirectLine authorization और API calls implement करें (भाग 2)।

.NET Bot Framework

Bot Framework और DirectLine का उपयोग करके Integration test (1)

DirectLine API और JSON test cases का उपयोग करके Bot Framework chatbots के लिए integration tests set up करें।

.NET Bot Framework