Xakimov NosirbekforXakimov'sblognosirbek.hashnode.net·Jun 25, 2022C# - Generic Repository PatternEntity Framework 6 da Generic Repository Patterndan foydalanish. Generic haqida tushuncha: .Net 2.0 dan boshlab Genericlardan foydalanish imkoniyati qo’shildi. Generic yordamida ixtiyoriy tipda ishlovchi(ixtiyoriy tipga moslashuvchi) metod yoki class...Discuss·9 likes·50 readsC# advaced# csharp # beginners # dotnet # programming
Hammad MaqboolforHammad Maqboolhammadorbit.hashnode.net·Feb 8, 2023Interface class in C#.NETWhenever I tried to learn about what is Interface class the only answer I found was - Interface class is the contract between the parent and its child class where the parent is the interface class and its child class makes a promise to its parent tha...Discuss·1 like·41 reads.NET Talks ❤️C#
Shiva gudimallaforTechno Diaryshivagudimalla.hashnode.net·Jun 21, 2022Creating .Net6.0 AWS Lambda Function using visual studio code, building using bitbucket pipeline and deploying to AWS.We can categorise the solution into three stages Creating.Net6.0 lambda using Visual Studio Code Building the.Net6.0 lambda using bitbucket pipeline Deploying the.Net6.0 Lambda to AWS Creating .Net6.0 Lambda Function using Visual Studio Code Int...Discuss·109 readsCreating .Net6.0 AWS Lambda deploy to AWS AWS
Hammad MaqboolforHammad Maqboolhammadorbit.hashnode.net·Feb 8, 2023Interface class in C#.NETWhenever I tried to learn about what is Interface class the only answer I found was - Interface class is the contract between the parent and its child class where the parent is the interface class and its child class makes a promise to its parent tha...Discuss·1 like·41 reads.NET Talks ❤️C#
Jinalkumar PatelforJinalkumar Patel's Blogjinalkumarpatel.hashnode.net·Jan 1, 2023Breaking Change To DbTransactionInterceptor Behavior In Entity Framework Core 7.0Entity Framework Core or EFCore has an interceptor for various behavior and one such interceptor is DbTransactionInterceptor. This is a abstract class and to add custom functionality it can be inherited and extended as per application need. EF Core 7...Discuss·106 readsentity framework
Roxana HalațiforRoxana Halatiroxanahalati.hashnode.net·Dec 22, 2022Feature Flags in a .NET6 ApplicationAutumn of 2021 saw the release of the newest .NET version, .NET6. This new release brought some updates that could potentially make a developer’s life easier, such as improved performance and a simpler development process. With less code to write and...Discussdotnet
Cornel CocioabaforAngular + .NETangulardotnet.hashnode.net·Oct 25, 2022Write a modern .Net Console applicationBuilding a modern console application has never been easier. In this article we will be creating a console application using Generic Host and System.Commandline as well as leveraging dependency injection, configuration and logging. If you wish to see...Discuss·292 readsdotnet
Sunil VijendraforSunil Vijendra's blogsunilvijendra.hashnode.net·Jul 19, 2022Getting started with .NET 6.xDownload and Install .NET 6.x Go here to download the correct .NET 6.x SDK depending on your OS (Windows, macOS or Linux) and then install the same. **Create a project and run ** Open a terminal window and run below command to verify the version. sun...Discuss·38 readsdotnet
Jinalkumar PatelforJinalkumar Patel's Blogjinalkumarpatel.hashnode.net·Jul 4, 2022Azure Functions As A Reusable PackageIn this article, I will discuss about how to create reusable Azure Functions. Sometime when Function App is being adopted as a Service in Microservices architecture ( more on this some other time ), if there are many services and there is a requireme...Ericbeatric Mark and 1 other are discussing this2 people are discussing thisDiscuss·188 readsAzure FunctionsAzure Functions
Xakimov NosirbekforXakimov'sblognosirbek.hashnode.net·Jun 25, 2022C# - Generic Repository PatternEntity Framework 6 da Generic Repository Patterndan foydalanish. Generic haqida tushuncha: .Net 2.0 dan boshlab Genericlardan foydalanish imkoniyati qo’shildi. Generic yordamida ixtiyoriy tipda ishlovchi(ixtiyoriy tipga moslashuvchi) metod yoki class...Discuss·9 likes·50 readsC# advaced# csharp # beginners # dotnet # programming
Jinalkumar PatelforJinalkumar Patel's Blogjinalkumarpatel.hashnode.net·Jun 25, 2022Access FunctionContext In Azure Functions Isolated ModeBy looking at Title of article, It seems obvious that FunctionContext is available in Isolated Model in every function and so It is easy to pass that as input parameter to downstream function call. Yes. This is fine but what if we want to make acce...Ericbeatric Mark and 2 others are discussing this3 people are discussing thisDiscuss·924 readsAzure FunctionsAzure Functions
Shiva gudimallaforTechno Diaryshivagudimalla.hashnode.net·Jun 21, 2022Bitbucket pipeline for deploying Lambda using serverlessIn this article, we are talking about AWS lambda functions deployment with Bitbucket Pipelines. Serverless computing has gained popularity in the last few years primarily because it supports both ease of development and high scalability. Serverless f...Discuss·108 readsCreating .Net6.0 AWS Lambda deploy to AWS AWS
Shiva gudimallaforTechno Diaryshivagudimalla.hashnode.net·Jun 21, 2022Building AWS Lambda Function using bitbucket pipelineIn this article, we are discussing AWS lambda functions build with Bitbucket Pipelines. Bitbucket Pipelines: Bitbucket Pipelines is an integrated CI/CD service, built into Bitbucket. It allows you to automatically build, test and even deploy your co...Discuss·123 readsCreating .Net6.0 AWS Lambda deploy to AWS Bitbucket