DotNetSpot's profile picture. Fun and accessible content for learning and keeping up-to-date with the .NET ecosystem.

#dotnet #programming #coding #webdeveloper #100daysofcode

DotNetSpot

@DotNetSpot

Fun and accessible content for learning and keeping up-to-date with the .NET ecosystem. #dotnet #programming #coding #webdeveloper #100daysofcode

LINQ provides a number of extension methods for manipulating enumerables (arrays, lists etc.). The Where method allows collections to be filtered. #dotnet #csharp #programming #java #developer #programmer #javascript #html #python #coding #code #azure #microsoft #devops #bigdata

DotNetSpot's tweet image. LINQ provides a number of extension methods for manipulating enumerables (arrays, lists etc.). The Where method allows collections to be filtered. 
#dotnet #csharp #programming #java #developer #programmer #javascript #html #python #coding #code #azure #microsoft #devops #bigdata

DotNetSpot reposted

#devtwitter I'm thinking about getting a mechanical keyboard but want to hear your opinion. How much difference does it really make? What form factor and switches would you recommend? I hear 60% with brown switches are popular. #developer #coding #programming #code #javascript


DotNetSpot reposted

Spent the past few hours failing to customise Bulma. Turns out it was all because I was defining the colour in my #sass as '#213458' instead of #213458. This is why I should stick to backend development. #notafrontenddeveloper @jgthms #javascript #html #coding #programming #css


The difference between the ref and out keywords in C#. See my previous post on my profile for more details. #dotnet #csharp #programming #java #developer #programmer #javascript #html #python #coding #code #azure #microsoft #devops #bigdata #reactjs #dotnetdeveloper #php

DotNetSpot's tweet image. The difference between the ref and out keywords in C#. See my previous post on my profile for more details. #dotnet #csharp #programming #java #developer #programmer #javascript #html #python #coding #code #azure #microsoft #devops #bigdata #reactjs #dotnetdeveloper #php
DotNetSpot's tweet image. The difference between the ref and out keywords in C#. See my previous post on my profile for more details. #dotnet #csharp #programming #java #developer #programmer #javascript #html #python #coding #code #azure #microsoft #devops #bigdata #reactjs #dotnetdeveloper #php

The out keyword allows multiple variables to be modified by a method. This is common in 'try' methods that return a success boolean and use out to return the value. #dotnet #csharp #programming #java #developer #programmer #javascript #html #python #coding #code #azure #microsoft

DotNetSpot's tweet image. The out keyword allows multiple variables to be modified by a method. This is common in 'try' methods that return a success boolean and use out to return the value. #dotnet #csharp #programming #java #developer #programmer #javascript #html #python #coding #code #azure #microsoft

ASP.NET Core controllers can take a IFormFile argument, which allows files to be uploaded from a HTML file input. The IFormFile can then be saved as a file on the server using a file stream. #dotnet #AspNetCore #csharp #programming #webdevelopment #100DaysOfCode

DotNetSpot's tweet image. ASP.NET Core controllers can take a IFormFile argument, which allows files to be uploaded from a HTML file input. The IFormFile can then be saved as a file on the server using a file stream.

#dotnet #AspNetCore #csharp #programming #webdevelopment #100DaysOfCode

Most objects in #csharp , manage memory automatically. But "unmanaged resources" need to be managed manually. These are things that exist outside of #dotnet, like files and database connections. #aspnetcore #programming #coding #webdevelopment #100daysofcode #javascript

DotNetSpot's tweet image. Most objects in #csharp , manage memory automatically. But "unmanaged resources" need to be managed manually. These are things that exist outside of #dotnet, like files and database connections.

#aspnetcore #programming #coding #webdevelopment  #100daysofcode #javascript
DotNetSpot's tweet image. Most objects in #csharp , manage memory automatically. But "unmanaged resources" need to be managed manually. These are things that exist outside of #dotnet, like files and database connections.

#aspnetcore #programming #coding #webdevelopment  #100daysofcode #javascript

DotNetSpot reposted

Today we’re announcing free private repositories with unlimited collaborators for teams with GitHub Free, and reducing the price of our paid Team plan to $4 per user/month. All of the core GitHub features are now free for everyone. Learn more: github.co/2RDo6SL

github's tweet image. Today we’re announcing free private repositories with unlimited collaborators for teams with GitHub Free, and reducing the price of our paid Team plan to $4 per user/month. All of the core GitHub features are now free for everyone. 

Learn more: github.co/2RDo6SL

Using interfaces is an essential skill that helps create high-quality and maintainable code. Found out why in this article: medium.com/@walpoles93/to… #dotnet #csharp #webdevelopment #programming #softwaredevelopment #javascript #100DaysOfCode

DotNetSpot's tweet image. Using interfaces is an essential skill that helps create high-quality and maintainable code. Found out why in this article:  medium.com/@walpoles93/to… 

#dotnet #csharp #webdevelopment #programming #softwaredevelopment #javascript #100DaysOfCode
DotNetSpot's tweet image. Using interfaces is an essential skill that helps create high-quality and maintainable code. Found out why in this article:  medium.com/@walpoles93/to… 

#dotnet #csharp #webdevelopment #programming #softwaredevelopment #javascript #100DaysOfCode
DotNetSpot's tweet image. Using interfaces is an essential skill that helps create high-quality and maintainable code. Found out why in this article:  medium.com/@walpoles93/to… 

#dotnet #csharp #webdevelopment #programming #softwaredevelopment #javascript #100DaysOfCode

It's often useful to define your own struct types to encapsulate your data. To get the most use out of them, you can define your own comparison operators to simplify interacting with it. #dotnet #csharp #aspnet #programming #coding #webdevelopment #100daysofcode #javascript

DotNetSpot's tweet image. It's often useful to define your own struct types to encapsulate your data. To get the most use out of them, you can define your own comparison operators to simplify interacting with it.

#dotnet #csharp #aspnet #programming #coding #webdevelopment #100daysofcode #javascript
DotNetSpot's tweet image. It's often useful to define your own struct types to encapsulate your data. To get the most use out of them, you can define your own comparison operators to simplify interacting with it.

#dotnet #csharp #aspnet #programming #coding #webdevelopment #100daysofcode #javascript

C# prevents you from changing the type of a variable (string, number etc) once it has been declared, making it impossible to accidentally attempt operations that are invalid for that type. #dotnet #csharp #aspnet #programming #coding #webdevelopment #100DaysOfCode #javascript

DotNetSpot's tweet image. C# prevents you from changing the type of a variable (string, number etc) once it has been declared, making it impossible to accidentally attempt operations that are invalid for that type.

#dotnet #csharp #aspnet #programming #coding #webdevelopment #100DaysOfCode #javascript
DotNetSpot's tweet image. C# prevents you from changing the type of a variable (string, number etc) once it has been declared, making it impossible to accidentally attempt operations that are invalid for that type.

#dotnet #csharp #aspnet #programming #coding #webdevelopment #100DaysOfCode #javascript

.NET Core is the latest iteration of the .NET platform. Code on Windows, Mac & Linux and create cross-platform web, mobile, desktop or console apps, all using the same familiar framework. #dotnet #csharp #xamarin #aspnet #programming #mobileapps #webdevelopment #100DaysOfCode

DotNetSpot's tweet image. .NET Core is the latest iteration of the .NET platform. Code on Windows, Mac & Linux and create cross-platform web, mobile, desktop or console apps, all using the same familiar framework.

#dotnet #csharp #xamarin #aspnet #programming #mobileapps #webdevelopment #100DaysOfCode
DotNetSpot's tweet image. .NET Core is the latest iteration of the .NET platform. Code on Windows, Mac & Linux and create cross-platform web, mobile, desktop or console apps, all using the same familiar framework.

#dotnet #csharp #xamarin #aspnet #programming #mobileapps #webdevelopment #100DaysOfCode

Unity is a .NET-based game engine used by industry leaders for making desktop, console and mobile games. It features tools for easily adding AR/VR into your games! #unity3d #dotnet #csharp #programming #AugmentedReality #VirtualReality #videogames #100daysofcode #javascript

DotNetSpot's tweet image. Unity is a .NET-based game engine used by industry leaders for making desktop, console and mobile games. It features tools for easily adding AR/VR into your games!

#unity3d #dotnet #csharp #programming #AugmentedReality #VirtualReality #videogames  #100daysofcode #javascript

Xamarin is an .NET platform extension that allows you to develop fast, beautiful native apps for Android and iOS, allowing you to reuse most of your code across multiple mobile platforms. #dotnet #csharp #aspnet #Xamarin #programming #appdevelopment #100DaysOfCode #javascript

DotNetSpot's tweet image. Xamarin is an .NET platform extension that allows you to develop fast, beautiful native apps for Android and iOS, allowing you to reuse most of your code across multiple mobile platforms.

#dotnet #csharp #aspnet #Xamarin #programming #appdevelopment #100DaysOfCode #javascript

According to @ITJobsWatch .NET is the most popular framework listed in job vacancies, with C# also being one of the most desired languages. The median salary of a .NET developer is £50,000! #dotnet #csharp #developer #aspnet #web #programming #javascript #100DaysOfCode

DotNetSpot's tweet image. According to @ITJobsWatch .NET is the most popular framework listed in job vacancies, with C# also being one of the most desired languages. The median salary of a .NET developer is £50,000!

#dotnet #csharp #developer #aspnet #web #programming #javascript #100DaysOfCode

Loading...

Something went wrong.


Something went wrong.