Geo J Thachankarygeothachankary.hashnode.dev·Sep 14, 2023Unit Testing in .NET Core - Writing Parameterized Unit Tests with xUnitThis is the third post in our Unit Testing in .NET Core series! In the previous post, we looked at the xUnit library and wrote our first unit tests using a simple calculator app as our example. In this post, we will look into parameterized unit testi...DiscussUnit Testing in .NET Core.net core
Geo J Thachankarygeothachankary.hashnode.dev·Jul 31, 2023Unit Testing in .NET Core - Getting Started with xUnit.netThis is the second post in our Unit Testing in .NET Core series! In the previous post, we covered an introduction to unit testing and explored the various testing frameworks available in .NET Core. Now, in this post, we'll take a deep dive into xUnit...DiscussUnit Testing in .NET Core.net core
Geo J Thachankarygeothachankary.hashnode.dev·Jul 30, 2023Introduction to Unit Testing in .NET CoreIn software development, it's essential to have reliable and stable code. That's where unit testing comes in. It should be a fundamental practice for all developers. Unit testing involves testing individual parts of our code, like methods or classes,...DiscussUnit Testing in .NET Coreunit testing
Kinjal Shahdevkinjal.hashnode.dev·Jul 13, 2023Azure Redis in .Net ApplicationIn today’s digital landscape, application performance is crucial, and users expect lightning-fast response times. To achieve optimal performance, developers often turn to caching solutions like Redis cache. Redis is a versatile in-memory data store t...Discuss·1 like·41 readsRedis
Rajasekarrajasekar.dev·Jun 27, 2023New Features in .NET 8 (with examples).NET 8 is the next major release of the .NET platform. It brings several new features that improve the developer experience and productivity. Here are some of the major highlights with examples: Enhanced Nullable Reference Types Nullable reference ty...Discuss·106 reads.NET
Ashok Kuduva Ananthanashokkuduvaananthan.hashnode.dev·Jun 24, 2023.NET 6 Web API Mocking DbContext & DbSet using MoqIn this article, we will explore how to create mock implementations for the DbContext and DbSet classes in Entity Framework, specifically targeting .NET 6 Web API applications. By following this step-by-step guide, you’ll gain insights into setting u...Discuss.net core
Divya R. Gavandidivya-gavandi19.hashnode.dev·Jun 3, 2023Building and Deploying AWS Lambda using .Net 6In this article, we will clearly understand how to build and deploy lambda functions using .NET 6. Before we dive deep into the implementation part let's understand the fundamentals What is Lambda? AWS Lambda is a computing service that lets you run ...Discuss·79 readsAWS
Sai Lokeshiamslokblogs.hashnode.dev·May 21, 2023A Comprehensive Roadmap to Learning .NET Full Stack DevelopmentIn the ever-evolving world of software development, .NET full stack development is gaining immense popularity. This powerful technology stack allows developers to build robust, scalable, and efficient web applications. Whether you're a beginner looki...Discuss·1 like·186 readsWeb Development
Nadeesh HirushanforNIBM Computing Societyblog.nibmcs.org·Apr 4, 2023LINQ in C#Introduction LINQ (Language Integrated Query) is a powerful feature of C# that provides a simple and concise syntax to query data from various data sources, including objects, databases, XML files, and others. It was developed by a team of engineers ...Discuss·1 like·60 readsC#
Barbra Wekebarbraweke.hashnode.dev·Apr 4, 2023How to Generate an SSRS Report as a Password-Protected PDF Using the Bold Reports Report WriterSSRS (SQL server reporting services) is a powerful tool that enables users to create, deploy, and manage reports across an organization. However, there may be times when you need to secure sensitive information contained in your SSRS report by genera...Discuss·1 like·54 reads.net core