aguea asia
Filter
Retweets
Media
Videos
News
Verified
Native videos
Replies
Links
Images
Safe
Quotes
Pro videos
Exclude
Retweets
Media
Videos
News
Verified
Native videos
Replies
Links
Images
Safe
Quotes
Pro videos
Time range
-
Near
Users
Tweets
Dhiraj ⚡ Kumar
@CodeAsItIs1
13 Mar 2021
#StructuralPattern
work on the classification of classes and objects and developing updated tools and functions.
#codeasitis
#CodeNewbie
#DEVCommunity
#DEVCommunityIN
#100DaysOfCode
#designpattern
2
2
Dhiraj ⚡ Kumar
@CodeAsItIs1
11 Mar 2021
Universal Function ufunc -
#Numpy
performance
#codeasitis
#CodeNewbies
#DEVCommunity
#programming
#Python
#arrays
#WomenWhoCode
#womenintech
#GirlsWhoCode
#DataScience
3
Dhiraj ⚡ Kumar
@CodeAsItIs1
6 Mar 2021
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
Dhiraj ⚡ Kumar
@CodeAsItIs1
6 Mar 2021
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
Dhiraj ⚡ Kumar
@CodeAsItIs1
6 Mar 2021
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
Dhiraj ⚡ Kumar
@CodeAsItIs1
6 Mar 2021
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
Dhiraj ⚡ Kumar
@CodeAsItIs1
5 Mar 2021
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
Dhiraj ⚡ Kumar
@CodeAsItIs1
5 Mar 2021
By calling
#ReverseMap
#AutoMapper
creates a reverse
#mapping
#configuration
that includes unflattening
#codeasitis
#csharp
#dotnet
#Microsoft
#100DaysOfCode
#DEVCommunity
#DEVCommunityIN
#CodeNewbies
#WomenWhoCode
#womenintech
#girls_developer
#freecodecamp
6
3
Dhiraj ⚡ Kumar
@CodeAsItIs1
5 Mar 2021
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
Dhiraj ⚡ Kumar
@CodeAsItIs1
5 Mar 2021
To initialize and use automapper in
#csharp
#100DaysOfCode
#DEVCommunity
#DEVCommunityIN
#CodeNewbie
#codeasitis
#Dotnet
#dotnetforall
#Microsoft
#WomenWhoCode
#womenintech
#Developer
#coder
#programmer
4
6
Dhiraj ⚡ Kumar
@CodeAsItIs1
4 Mar 2021
#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
Dhiraj ⚡ Kumar
@CodeAsItIs1
3 Mar 2021
Atleast code daily for 2 hours, what you say 👇
#codeasitis
#CodeNewbie
#100DaysOfCode
#coder
#Developer
#programmer
#DEVCommunity
#DEVCommunityIN
1
4
5
Dhiraj ⚡ Kumar
@CodeAsItIs1
2 Mar 2021
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
Dhiraj ⚡ Kumar
@CodeAsItIs1
1 Mar 2021
#AspNet
#WebApi
Version
#codeasitis
#CodeNewbie
#100DaysOfCode
#DEVCommunity
#DEVCommunityIN
1
2
Dhiraj ⚡ Kumar
@CodeAsItIs1
1 Mar 2021
#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
Dhiraj ⚡ Kumar
@CodeAsItIs1
1 Mar 2021
#URL
,
#URLDecoder
and
#URLConnection
– all these are used to access
#information
stored in the URL.
#codeasitis
#CodeNewbie
#100DaysOfCode
#DEVCommunity
#DEVCommunityIN
#freeCodeCamp
1
5
4
Dhiraj ⚡ Kumar
@CodeAsItIs1
1 Mar 2021
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
Dhiraj ⚡ Kumar
@CodeAsItIs1
1 Mar 2021
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
Dhiraj ⚡ Kumar
@CodeAsItIs1
1 Mar 2021
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
Dhiraj ⚡ Kumar
@CodeAsItIs1
1 Mar 2021
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
Load more