Filter
Exclude
Time range
-
Near
#StructuralPattern work on the classification of classes and objects and developing updated tools and functions. #codeasitis #CodeNewbie #DEVCommunity #DEVCommunityIN #100DaysOfCode #designpattern
2
2
Abstract Factory Pattern provides an interface for creating families of related dependent objects without specifying their concrete classes. #codeasitis #CodeNewbies #100DaysOfCode #DEVCommunity #DEVCommunityIN #FreeCodeFriday #DesignPattern #abstractfactory #WomenWhoCode
2
2
According to Gang of Four Definition “Abstract Factory #DesignPattern provides a way to encapsulate a group of individual factories that have a common theme without specifying their concrete classes“. #codeasitis #CodeNewbies #100DaysOfCode #DEVCommunity #DEVCommunityIN #csharp
4
3
The basic principle behind the factory #designpattern is that, at run time, we get an object of similar type based on the parameter we pass. What's your view 👇 #codeasitis #CodeNewbies #100DaysOfCode #DEVCommunity #DEVCommunityIN #freeCodeCamp #dotnetforall #WomenWhoCode
7
4
In the #Factory #Designpattern, we create an #object without exposing the creation logic to the client and the client will refer to the newly created object using a common #interface. #codeasitis #CodeNewbies #100DaysOfCode #DEVCommunity #DEVCommunityIN #freeCodeCamp #dotnet
8
6
If we want some of the properties not to map with the destination type property then need to use the #AutoMapper Ignore #Property in #csharp #codeasitis #CodeNewbies #100DaysOfCode #DEVCommunity #DEVCommunityIN #dotnet #Microsoft #dotnetcore #WomenInSTEM #WomenWhoCode
7
3
When both the type involved in the mapping contains properties of the complex type then in such scenarios we need to use the #AutoMapper #complex #mapping in #csharp#codeasitis #100DaysOfCode #DEVCommunity #CodeNewbies #DEVCommunityIN #coder #Dotnet #dotnetforall 👇
5
4
#AutoMapper is an #opensource library present in #GitHub. To install this library, open the Package Manager Console  PM> Install-Package AutoMapper Reference will be added to project as belows #codeasitis #csharp #Dotnet #100DaysOfCode #DEVCommunity #DEVCommunityIN #Microsoft
7
9
In #csharp, #Generics can be applied to the following: 1. Interface 2. Abstract class 3. Class 4. Method 5. Static method 6. Property 7. Event 8. Delegates 9. Operator #codeasitis #codenewbie #100DaysOfCode #DEVCommunity #Dotnet #dotnetcore #Microsoft
1
5
5
#swagger allows you to describe the structure of your #APIs so that machines can read them. Swagger does this by asking your API to return a #YAML or #JSON that contains a detailed description of your entire API #codeasitis #CodeNewbie #100DaysOfCode #DEVCommunity #DEVCommunityIN
1
3
When we send a request to #HTTP #server it responds with a status code. This status code is stored in statusCode and the textual equivalent is stored in reasonPhrase. #codeasitis #CodeNewbie #100DaysOfCode #DEVCommunity #DEVCommunityIN #Network #dotnet
2
1
The .NET runtime defines HTTP, HTTPS, file, and FTP protocols means if we specify a URI that uses HTTP prefix, we will automatically receive the HTTP-compatible class that supports it. #codeasitis #CodeNewbie #100DaysOfCode #DEVCommunity #csharp #Dotnet #dotnetforall
2
3
In #csharp InetAddress class encapsulates both IP address and DNS. We can interact with this class by using the name of an IP host. #codeasitis #CodeNewbie #100DaysOfCode #DEVCommunity #DEVCommunityIN #Dotnet #dotnetforall #dotnetcore #Microsoft #Network
8
4
In #dotnet #framework, If we only need to upload or download a file, then WebClient is often the best way to accomplish it. #codeasitis #CodeNewbie #100DaysOfCode #DEVCommunity #DEVCommunityIN #csharp #Microsoft365 #csharp #dotnetcore
4
5