Open in app

Sign In

Write

Sign In

COde MaFia
COde MaFia

132 Followers

Home

About

Nov 22, 2021

Another way to string_split

SELECT vals.* FROM table AS rels INNER JOIN table AS vals ON vals.Id IN ( SELECT value FROM STRING_SPLIT(rels.relatedID, ',') ) WHERE rels.Id = 'x' Avoid STRING_SPLIT methods use blow suggested methods can use LIKE: SELECT vals.* FROM table rels INNER JOIN table vals…

Sql

1 min read

Sql

1 min read


Nov 22, 2021

Value cannot be null. Parameter name: stream in data seeding using csv file

Make sure the Build Action for .csv is Embedded resource. Right-Click .csv->Build Action->Embedded resource in visual studio.

Seeding

1 min read

Seeding

1 min read


Nov 22, 2021

Installed Keras with pip3, but getting the “No Module Named keras” error

Installing Anaconda and then install packages with pip seams like confusing the goal of Anaconda(or any other package management tools) Anaconda is there to help you organize your environments and their dependences. Assuming you have conda on your system path, Do: Update conda conda update conda We can create an…

2 min read

2 min read


Nov 22, 2021

Configure Docker to use a proxy server

Try setting the proxy. Right click on the docker icon in system tray, go to settings, proxy and add the below settings: "HTTPS_PROXY=http://<username>:<password>@<host>:<port>" For more Info :- https://stackoverflow.com/questions/56106734/configure-docker-to-use-a-proxy-server

Docker

1 min read

Docker

1 min read


Jan 16, 2021

Cosmos Db Introduction Part-1

What is Cosmos DB? Comos DB is a database service that is globally distributed. It allows you to manage your data even if you keep them in data centers that are scattered throughout the world. …

Cosmos Sdk

2 min read

Cosmos Db Introduction Part-1
Cosmos Db Introduction Part-1
Cosmos Sdk

2 min read


Jan 16, 2021

Why not angular 3?

Because they wanted to sync the angular version with the angular router version. Angular will have a new version release every six months but Angular 4 will be backwards compatible with Angular 2 Angular is being developed in a MonoRepo it means a single repo for everything. …

Angular

1 min read

Why not angular 3?
Why not angular 3?
Angular

1 min read


Apr 11, 2020

Access Specifiers With Real World Example

Access Specifiers are 1. Public. 2. Private. 3. Default. 4. Protected. I will explain you one by one with FaceBook . Public In FB create post, if We select public privacy then Anyone can see this status on Internet. Protected In FB create post, if We select Custom privacy then…

Accessibility

2 min read

Access Specifiers With Real World Example
Access Specifiers With Real World Example
Accessibility

2 min read


Dec 26, 2019

Setup GitHub on Visual Studio Code

step 1: Create a directory on the local file system.

Git

1 min read

Setup GitHub on Visual Studio Code
Setup GitHub on Visual Studio Code
Git

1 min read


Dec 24, 2019

The JSON value could not be converted to Model

I was getting the error while doing a POC in angular and asp.net core . Just you need to update your application reference by install blow package : Microsoft.AspNetCore.Mvc.Newtonsoft.Json Then…

Aspnetcore

1 min read

Aspnetcore

1 min read


Dec 9, 2019

Stored Procedure In SQL Server

I have started to learn about stored procedure in SQL server .I have been worked in entity framework ,stored procedure is easy and past .In this article i will give you a basic idea about stored procedure . The stored procedure is a set of stored SQL commands that are…

Sql Server

2 min read

Stored Procedure In SQL Server
Stored Procedure In SQL Server
Sql Server

2 min read

COde MaFia

COde MaFia

132 Followers
Following
  • Yarl IT Hub

    Yarl IT Hub

  • Yann Mulonda

    Yann Mulonda

  • Sebastian

    Sebastian

  • Manoj Fernando

    Manoj Fernando

  • Sena Kılıçarslan

    Sena Kılıçarslan

See all (39)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams