Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,615 members, 7,813,014 topics. Date: Tuesday, 30 April 2024 at 04:12 AM

Application Development Using Csharp (C#) - Programming (5) - Nairaland

Nairaland Forum / Science/Technology / Programming / Application Development Using Csharp (C#) (9557 Views)

Csharp Question: My Debug Wont Work, How Do I Solve This? / Learn Mobile Development Using Flutter LIVE / Are You at beginners Or Mid-level With Web Development Using Python? See This! (2) (3) (4)

(1) (2) (3) (4) (5) (Reply) (Go Down)

Re: Application Development Using Csharp (C#) by omoluabiguy: 9:53pm On Sep 22, 2020
Unique Keyword Constraint in SQL


https://www.youtube.com/watch?v=xtEcxYEWB2U
Re: Application Development Using Csharp (C#) by omoluabiguy: 7:25pm On Sep 23, 2020
Foreign Key Constraint in SQL.


https://www.youtube.com/watch?v=jaDwuRwVkRE
Re: Application Development Using Csharp (C#) by omoluabiguy: 4:19pm On Sep 24, 2020
Re: Application Development Using Csharp (C#) by omoluabiguy: 2:37am On Sep 29, 2020
How to get over the “Impostor Syndrome” as a software engineer


https://www.youtube.com/watch?v=wKMg2W5cApw
Re: Application Development Using Csharp (C#) by omoluabiguy: 3:15am On Oct 02, 2020
Difference between the “Group By” and “Order By” clause in SQL database.


https://www.youtube.com/watch?v=SdVwrj__3GA
Re: Application Development Using Csharp (C#) by techhub012: 11:40pm On Dec 16, 2020
Good evening sir .I just went to your channel and i must say i have been able to get some resources which are helpful.

I have completed the basic of csharp .please sir i want to ask after sql and entity framework can i just go to mvc or it is important i learn linq and adon.net before asp.net mvc .Thanks as i await your reply
Re: Application Development Using Csharp (C#) by omoluabiguy: 1:01am On Dec 17, 2020
techhub012:
Good evening sir .I just went to your channel and i must say i have been able to get some resources which are helpful.

I have completed the basic of csharp .please sir i want to ask after sql and entity framework can i just go to mvc or it is important i learn linq and adon.net before asp.net mvc .Thanks as i await your reply

It’ll be nice to have an understanding of Linq if you are working with entity framework because by the time you would need to filter data that comes from database, LINQ would be required. ADO.Net is a manual process of that entity framework is doing. It’s good to know ADO.Net but it’s not necessarily if you are using entity. Other frameworks like Dapper would require it tho.

I’ll be putting up some more videos, you can join the Facebook interactive page. I have it on all my YouTube video descriptions.
Re: Application Development Using Csharp (C#) by omoluabiguy: 6:53pm On Dec 28, 2020
8 signs of a good programmer


https://www.youtube.com/watch?v=ncAjpRuFe1E
Re: Application Development Using Csharp (C#) by techhub012: 8:29pm On Feb 19, 2021
God evening sir,
Please sir i want to ask learning Asp.net core webapi first before asp.net core mvc hope it is fine sir,

As i dont have much time i want to land a job first then i will come back to the mvc later sir.But am scared if the mvc is not a perequiste for the restapi sir .

PLease sir i need your advice .I need to get a job soonest i have frontend skillset with react
Re: Application Development Using Csharp (C#) by omoluabiguy: 9:01pm On Feb 19, 2021
techhub012:
God evening sir,
Please sir i want to ask learning Asp.net core webapi first before asp.net core mvc hope it is fine sir,

As i dont have much time i want to land a job first then i will come back to the mvc later sir.But am scared if the mvc is not a perequiste for the restapi sir .

PLease sir i need your advice .I need to get a job soonest i have frontend skillset with react

If you are good with C# already, you can start learning web api
Re: Application Development Using Csharp (C#) by omoluabiguy: 4:23am On May 05, 2021
For the curious ones who are wondering how crypto and blockchain works, here’s a brief video I did in summarizing it.

Hope this sparks the interest to do more research on projects behind a coin before investing in it..
Please don’t forget to like and subscribe to my channel for more videos.


https://www.youtube.com/watch?v=Kyl3fNX6gQM

1 Like

Re: Application Development Using Csharp (C#) by omoluabiguy: 1:31am On Jun 26, 2021

https://www.youtube.com/watch?v=zMb121XM3GA

Proof of work VS proof of stakes (the 2 major ways of
Mining crypto currencies)✌�✌�
Please support by liking my videos and subscribing to my channel. I’m bullish on enlightening people about the technology behind crypto currencies.
Re: Application Development Using Csharp (C#) by omoluabiguy: 10:45pm On Jul 03, 2021
Checkout the full course on Caching in .NetCore and .Net 5.0 framework featuring in-memory caching and distributed caching.


https://www.youtube.com/watch?v=6pnPluTHgSg
Re: Application Development Using Csharp (C#) by omoluabiguy: 6:29pm On Jul 14, 2021

https://www.youtube.com/watch?v=YC7dD049w7w

Martin Fowler says there are only two hard things in computer science: Cache Invalidation and Naming Conventions.

Ladies and Gentlemen, to all .Net developers, here is a 25mins course of implementing one of the most complex tasks in software development!

*Cache Invalidation in .Net 5 Framework.*

Kindly smash the like button for the sake of the algorithms and if you enjoy the video, please subscribe for more contents.��

#dotnet5 #dotnetcore #caching #cacheinvalidation #theseniordev
Re: Application Development Using Csharp (C#) by omoluabiguy: 9:20pm On Jul 22, 2021
Unlike many others who had it easy or who had just got into a short time bootcamp before hitting the industry, my journey to tech wasn’t a smooth one as I had to go thru each and every steps without a doubles.
In this video, I have talked about my entire journey to tech from the streets of Lagos all the way to the corporate America. Let me know your thoughts, what you think I could have done better, what would you have done better? Or maybe I’m the only one on this path of mine ��‍♂️


https://www.youtube.com/watch?v=KYvOPMvvwoU
Re: Application Development Using Csharp (C#) by omoluabiguy: 3:37pm On Oct 06, 2021
Ever wondered how application developers authenticate and authorize users in an application?
Ever wondered how it’s possible for different users to have different roles in an application? An admin can have a different dashboard and access compared to a regular user that has restricted access to only their own profile in the same application.
Well, if you stick around to watch this video, I have explained and implemented how to generate a token for users identity before granting them access to the application to ensure data integrity and application security.
Cookie Based Authentication and Role based Authorization using .NetCore 5.0 framework!
Don’t forget to like, share and subscribe to my channel for more contents like this.�


https://www.youtube.com/watch?v=w4OYgBbFbYM
Re: Application Development Using Csharp (C#) by omoluabiguy: 4:49am On Oct 07, 2022
Make I pin this one for here first.


Is Azure Function really serverless? Here’s my take as a Microsoft Engineer

https://www.youtube.com/watch?v=7wxEAj1hcsw
Re: Application Development Using Csharp (C#) by omoluabiguy: 8:30pm On Oct 07, 2022
Unboxing my work tools as a Microsoft Engineer

https://www.youtube.com/watch?v=ALN7hFmITS0
Re: Application Development Using Csharp (C#) by omoluabiguy: 9:52pm On Oct 12, 2022
How to create Azure function

Learn Azure Function in 10 Minutes

https://www.youtube.com/watch?v=hHuQleS04QE

(1) (2) (3) (4) (5) (Reply)

Help On Java / Programmers, How Do You Cope With Generator Noise In Your Area? / Female Programmers Stand Up And Be Counted

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 20
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.