Tumgik
#.net
codingcorgi · 4 months
Text
Tumblr media
Day 3 of coding for a year. I'm a bit late posting this, because I passed out 😅
Last night I worked on the backend of getting the tasks implemented and my husband was getting notifications to work correctly. We had some snags with notifications since we've never done that before (I'm thankful for friends and videos online)
Today I'll be hooking up the tasks with front end work using xaml and testing.
47 notes · View notes
systemdeez · 2 months
Text
I watched a YouTube video about how to develop .NET projects in Linux. It was a good video, it helped me set everything up. But for some reason the guy who did the video installed the .NET sdk as a snap?! What the fuck?! Shaking and crying right now. 😭
17 notes · View notes
oldinterneticons · 8 months
Text
Tumblr media
16 notes · View notes
mysteriousgreenbean · 4 months
Text
Advent of Code - Day 24
Merry Christmas once more!
Today also wasn't easy, but at least I had time to finish before midnight, which is nice!
Part 1 was kinda cool. I had to refresh myself on some math, that took me a while, but once I figured out correct equation, implementing that wasn't that hard.
Second part gave me much more trouble. Thankfully - I had whole Christmas Eve dinner to think more about that.
...and while writing this sentence I got hit by weird feeling of deja vu, but I cannot explain why.
Anyway! I did look for some tips on the internet and managed to figure this out, though it's not really an elegant solution...
Tumblr media
I really didn't expect to get to 48 stars. It's just one more day left!
5 notes · View notes
fretzine · 11 months
Text
Uncle Bob, Alan Turing and Razors.
It's been some time since I've updated the blog with my software development news. It's been a busy two months filled with Java exams, web building, work project deliverables and milestones and a sense of impending doom at the THREE 4 hour exams that I have to sit this week.
That being said, I still like to take the time to discuss some of the interesting things that I've been reading and watching lately. So in this article I will quickly discuss and link to videos across the interwebs that share some very cool ideas that I have encountered during my studies and work.
Uncle Bob's Clean Code
If you haven't heard of Uncle Bob then you need to watch his videos on Clean Code that can be found for free on YouTube. Robert Martin is a highly influential software programmer who was one of the original authors of the Agile manifesto (when it was designed for programmers before the project managers took over). He is known for promoting many different software programming principles, including the well known SOLID principle.
His lectures are fun but more importantly very important to learn.
youtube
The Halting Problem
With the development of such powerful computers you'd imagine that the pool of tasks that couldn't be completed by a program would either be small or shrinking. Well, it turns out that it has stayed relatively the same size (at least for the last 20 years). There are some algorithms, some procedures and predicates that cannot be solved by any computer, even supercomputers. One of the many problems that cannot be solved was proven so by Alan Turning. It is called the Halting Problem and it's quite interesting. The video below is a very brief introduction but sums it up nicely and skips all of the logic for those who just want the high level summary.
youtube
Razor Pages ( .Net)
I have been working as a web developer for 6 months now and during this time I've been so busy catching up with the current major project which requires very little code that we have yet to delve into any real web design. I've been dealing with small amounts of javascript here and there and designed the odd banner or two in CSS but I have mainly been working on service design and continual service improvement.
This month will see me start diving into the world of .Net from Microsoft. I've been beginning my scouring of their documentation and support sites (Microsoft actually provides good documentation that explains key concepts with very little fuss.) Below is a playlist of introductory lessons from Microsoft and a great starting place for anyone who wants to get into ASP.NET or .NET web developing.
youtube
I'm hoping that someone somwhere is interested in any of these videos, if you are let me know on twitter @alexheywood and I will get in touch and we can share resources!
Desperately trying to remind myself that its summer outside and that I should not spend all of my time coding / watching videos on coding.
Speak soon!
6 notes · View notes
devleader · 6 months
Link
2 notes · View notes
qservicesitstaffing · 8 months
Text
Innovating Your Future with ASP.NET Core Development Company
ASP.NET is a cross-platform, high-performance, open-source framework for building modern, cloud-enabled, internet-connected apps. Q Services specializes in creating high-end custom web applications, services, and solutions using the ASP.NET Core Framework.
As an ASP.NET Core Development Company, we will provide you with the best technical solution your company needs. Our team uses a range of .NET technologies for development solutions, including ASP.NET, C#, .NET Core, Entity Framework, Xamarin, and Azure. These tools enable us to build scalable, secure, high-performance web, mobile, and desktop applications. We also stay up-to-date with the latest advancements in the .NET ecosystem to ensure we deliver cutting-edge solutions to our clients.
Tumblr media
5 notes · View notes
ryadel · 1 year
Link
2 notes · View notes
ravikugupta · 2 years
Text
Fibonacci Series In C#
Fibonacci Series In C#
Fibonacci Series In C# int n1=0,n2=1,n3,i,number;Console.Write(“Enter the number of elements: “);number = int.Parse(Console.ReadLine());Console.Write(n1+” “+n2+” “); //printing 0 and 1for(i=2;i<number;++i) //loop starts from 2 because 0 and 1 are already printed{n3=n1+n2;Console.Write(n3+” “);n1=n2;n2=n3;} Happy Programming!!! -Ravi Kumar Gupta.
Tumblr media
View On WordPress
2 notes · View notes
devhubby · 2 years
Text
4 notes · View notes
Text
Tumblr media
3 notes · View notes
codingcorgi · 4 months
Text
Tumblr media
Decided to start my year with a personal challenge of coding something everyday for the whole year, and at the end of the year I'll have a reflection on my journey and what I've learned.
Today on day 1 I am working on a task management application in .Net Maui. This project will be for my personal use since I'm making it the exact way I want to make a task app vs what I've gotten before through Google Play.
So far I will say I'm enjoying working with C# 12 and .Net 8. Maui has been enjoyable so far despite me not being 100% comfortable with front end work. I'm working on the settings page currently and I'll be adding theme settings for the application.
See y'all tomorrow same time 😎
45 notes · View notes
oldinterneticons · 1 year
Text
Tumblr media
20 notes · View notes
w2gsolutions · 2 years
Text
#teamw2gsolutions
Best Software Development Company In #NewDelhi
Your Ideas & Our Expertise Will Take Your Business To Next Level
Content :- +91-85950 41598
Website:- w2gsolutions.in
4 notes · View notes
destielmemenews · 7 months
Text
Tumblr media
source 1
source 2
99K notes · View notes
cataclysmcrows · 8 months
Text
big fan of when grief drives characters to do fucked up things that are ultimately pointless and do more harm than good rather than just like. going to therapy
Tumblr media
54K notes · View notes