#csharp study
Explore tagged Tumblr posts
izicodes · 2 years ago
Text
Re-Learning C#
Tumblr media
Sunday 07th May 2023
I'm going back to the basics and re-learning the C# programming language.
At work, I've been focusing on the same topics repeatedly, and it's made me realize that I have gaps in my knowledge. I've been coasting on the familiarity of the topics I already know and haven't really touched on some of the other essential concepts.
Tumblr media
Recently, during working on some projects, I've come to realize that mastering these concepts would make my work-related projects much more manageable.
So, I've decided to take the plunge and start from scratch, learning everything from the beginning. To keep myself accountable and share my journey with others, I'll be posting my progress here regularly~!
Tumblr media
60 notes · View notes
akaicodes · 9 months ago
Text
update to my roadmap of learning https://www.tumblr.com/akaicodes/744920785897111552/roadmap-of-learning-curriculum-related-so-far - 4 months later ♡
• C# - spent ~1 year so far practicing, more comfortable, can build whole sites/programs with little help
• HTML & CSS - started ~5 months ago, confident in both, can style a site without help online, still much to learn
• JavaScript + Vue - Axios - can build “full stack” applications where i do both backend & frontend and host online (love JS!!)
• REST - experienced for 5 months! can build my own REST API, use someone elses with axios & test it thoughoutly with Postman (+Javascript code)
• Unit testing & UI testing - learned so many better ways to unit test & UI test more indeph
• Started leaning Git more with commands
• SQL - can manipulate simple databases and more one from scratch
& huge thanks to my sister @niyacodes for being on this journey with me 💓
++++ I went to a 5 hour exam for all these subjects (+- more) and got the highest grade possible 🥹 (i failed my first programming exam in 1st sem!!!!) ((pic is my favorite after study-snack))
Tumblr media
39 notes · View notes
niyacodes · 2 years ago
Text
Tumblr media
Joining the 100 Day Coding Challenge!
I'm fairly new to C#, but I'm very motivated.
Today, I learned about loops & 'break and continue'. Tbh, it was kinda hard to understand it, but todays studying isn't done yet!
Happy coding everyone! ૮꒰ ˶• ༝ •˶꒱ა ♡
122 notes · View notes
codemom · 2 years ago
Text
INTRODUCTION
Hi everyone!
I'm excited to share that I'm starting a new chapter by diving into fullstack web development. In just a couple weeks, I'll be embarking on courses to learn HTML, CSS, JavaScript, Python and more...
As a stay-at-home mom of one, I'm thrilled for this opportunity to expand my skills. I've always loved learning new things, whether it's knitting, gardening, or coding. Now I get to take my self-education to the next level!
My goals are to stay focused, avoid burnout, and find a healthy balance between studying and family. I know there will be challenges ahead, but I'm determined to succeed.
I plan to document my coding journey here, share tips, and connect with others in the field. Web development has always fascinated me, and I can't wait to become part of this community. Wish me luck!
73 notes · View notes
neospidey · 1 year ago
Text
Guess who's learning C#
Yeah you guessed it, it's me! I just started a programming course and I'll be learning some basic C# for it ^-^ Here's to hoping I don't crash and burn like I usually do when studying in the classical manner 🥂
9 notes · View notes
womaneng · 8 months ago
Text
instagram
📍How do you stay up to date as a developer?🤔
In a world where tech evolves rapidly, keeping up with the latest news and updates can be challenging. 🧠
👩🏻‍💻Discover the latest trends, updates, and insights in just 5 minutes a day. ✨
Daily.dev is an all in one platform that allows developers to: 
* Stay ahead with the latest tech news! 🚀
* Discover articles tailored to your interests! 🔍
* Connect and engage with fellow developers! 💬
Level up your coding game! Stay ahead of the tech curve with Daily.dev - your ultimate news hub for developers! 
Boost your productivity and stay informed. Watch now and upgrade your dev skills! 
5 notes · View notes
pvsiytem · 2 months ago
Text
Tumblr media
:D
2 notes · View notes
allassignmentsupport · 1 year ago
Text
Tumblr media
All Assignment Support provides Students with Top-Class C-Sharp Assignment Help Service
All Assignment Support offers students a premier C-Sharp Assignment Help Service, addressing the challenges often encountered by students studying this popular programming language. Our professional assignment help service caters to a diverse range of C-Sharp assignments and projects such as:
a.) Web development
b.) Game development
c.) Desktop applications
d.) Mobile applications
Topics Covered
Topics covered by our C-Sharp Assignment Help Service include:
C-Sharp Fundamentals - Covering syntax comprehension, variable handling, data types, and control structures.
GUI Programming - Encompassing the design and crafting of Graphical User Interfaces (GUI) using tools like Windows Forms and WPF.
Database Programming - Involves connecting to and interacting with databases using ADO.NET and LINQ.
Multithreading - Addressing the creation of multithreaded applications using C-Sharp.
Error Handling and Debugging - Uncover the intricacies of error management and exception handling in C-Sharp, accompanied by a comprehensive examination of debugging methodologies.
Trust All Assignment Support to provide comprehensive solutions to your C-Sharp assignments, ensuring your success in various programming endeavors.
For more details, visit https://allassignmentsupport.com/csharp-assignment-help
0 notes
antoniosos · 2 years ago
Text
Xamarin app
I want to make a to do list mobile app with C# xamarin so I made a new project and immediately got terrified because there were so many files and directories already made and it was kind of overwhelming 😭
I wasn't very productive today, only did a bit of research on which tool to use for the app and setting it up both for my desktop and laptop.
Btw I recently picked up a great book Mistborn which probably most people itrigued by the fantasy genre at least know about. The way it's written is realy a breath of fresh air after reading a TON of chapters of the Re:Zero web novel which is great but the english translation is dreadful especialy with me being a non-native to the english language.
Tumblr media
23 notes · View notes
shahednasser · 4 years ago
Text
PYPL, short for PopularitY of Programming Language, is an index created to analyze how often language tutorials are searched on Google.
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
10 notes · View notes
izicodes · 2 years ago
Text
Re-Learning C# Studies #1 and #2
Tumblr media Tumblr media
Tuesday 09 May 2023
Yes starting from the beginning again! I actually started yesterday night but forgot to post about it! So, this is a combined post! Yesterday I made my study plan (I used ChatGPT to make the plan since I'm lazy~) and I started with Day 1 and 2 which focuses on "Basic Syntax and Data Types"~!
Tumblr media
Basic Syntax
Just learnt the complete basics of any programming language; it's syntax. I already know this. I am pretty confident in this. It's understanding things like the keywords such as using, namespace, class and static void!
Tumblr media
Data Types
Another sub-topic I already know a lot in is the C# data types! In C# you have to declare the type the data will be before using it - unlike languages like JavaScript, Lua and Python where you can just declare and the program will automatically assign the datatype based on the value. Declaring data types in C# is beneficial because it provides more clarity and specificity in the code. I think it helps catch errors quicker as well~!
Tumblr media Tumblr media
That's all I learnt in the last 2 days! Really happy I got to go over the basics again! Here are the resources that I used:
Codecademy - link
Software Testing Help - link
TutorialsTeacher - link
Thanks for reading and happy coding! 🥰👍🏾💗
Tumblr media
56 notes · View notes
akaicodes · 1 year ago
Text
Roadmap of learning (curriculum related) so far & how far I am in each🫧
• C# - spent ~8 months so far practicing, can also use Razorpages
• HTML & CSS - started ~a month ago, somewhat confident in both, still much to learn
• JavaScript + Vue - just started learning it, building small apps everyday (love JS!!)
• REST - very inexperienced in this, need much more practice .. wished I was much more better at this than I am rn, but nevertheless still new
• Postman testing of APIs - understood the basics of it! :’)
* Unit testing & UI testing - love UI testing so far🥹 Unit testing not so much
* Azure - I host my lil apps on the cloud now !!
Tumblr media
54 notes · View notes
niyacodes · 2 years ago
Text
Day 3/10 of Coding
haven���t been active on Tumblr, but i’ve been grinding w coding! I’m going to pass the exam, i just know it. 🩷
today’s focus has been on OOP in C#.
~ this quote by Hange from AOT always keeps me going.
“If there’s something you don’t understand, learn to understand it.”
Tumblr media
31 notes · View notes
cel-studies-stuff · 6 years ago
Text
Tumblr media
string todayDate = “14/09/19”;
been working on my c# assignment and dealing with splitting it into classes instead of the tedious giant if else statement I had haha.
ive turned to writing out sections of my code with bugs (not pictured cuz #academicmisconduct) to try and see it in another medium and figure out what’s causing them. I solved two bugs this way, just got one more to squash. I’m adding words to an array (which I get by reading the lines of a file) and despite it being in a while statement, it always skips the second word. it’s strange. hoping I figure it out before tomorrow.
are you working on any projects or assignments at the moment? what are they?
50 notes · View notes
gianluks90 · 6 years ago
Photo
Tumblr media
Noccioline | Tags | #ipad #apple #applepencil #unityengine #noccioline #arachidi #corso #programmazione #csharp #studio #nuts #peanuts #course #programming #coding #study #picoftheday #shotoniphone https://www.instagram.com/p/BquiXdznk92/?utm_source=ig_tumblr_share&igshid=n3xbug8edf9i
4 notes · View notes
zzmoksha123456 · 5 years ago
Photo
Tumblr media
Monsoon Special Offer Rs.7,500/- Only (Online Training) C#.NET & Advanced C#.NET Online Training Demo on 17th August @ 09.00 PM (IST) By Real-Time Expert. Demo link: https://zoom.us/j/88383977924 📧: [email protected] 📲: +91-8179191999 Chat With Our Team: https://bit.ly/chatwithGuide 💥Features of Online Training: ☑ Real-Time Oriented Training ☑ Live Training Sessions ☑ Soft copy of Materials ☑ Interview Preparation Tips ☑ FAQ's #csharp #dotnet #advancedcsharpdotnet #online #training #course #education #software #learning #study #students #engineering #knowledge #classes #aspdotnetcore #aspchashudotnet #chashudotnet #chashudeveloper #chashu #Hyderabad #andhrapradesh #telangana #ameerpet #amaravathi #vijayawada https://www.instagram.com/p/CDwLI-Gnosf/?igshid=tjnv3jap9xhn
0 notes