Тёмный
MartinDevs
MartinDevs
MartinDevs
Подписаться
Welcome to my channel! I'm a self-taught developer specializing in ASP.NET Core. Join me as I share tutorials, tips, and real-world projects to help you master web development with ASP.NET Core. Whether you're a beginner or looking to enhance your skills, you'll find valuable content to guide you on your coding journey. Don't forget to subscribe for the latest updates and tutorials!

#ASPNETCore #WebDevelopment #CodingJourney #SelfTaughtDeveloper #ProgrammingTips #LearnToCode #DeveloperTutorials

Happy coding!
Martindevs 🖥️💻
Комментарии
@guuliggr5421
@guuliggr5421 9 дней назад
Thank you
@fratz3890
@fratz3890 13 дней назад
thankuuu
@bossverse
@bossverse 20 дней назад
Thanks a lot. Been looking for answers to this
@omarmahmoud4696
@omarmahmoud4696 Месяц назад
why the video shown as a link to click to dowmload not video demo to view directly in the browser
@Martindevs2024
@Martindevs2024 20 дней назад
@@omarmahmoud4696 I will fix it
@Martindevs2024
@Martindevs2024 Месяц назад
Check out my latest video on building a full-stack eCommerce store with ASP.NET Core! Don't forget to subscribe, like, and share. Feel free to explore more coding tutorials on ASP.NET Core on my channel
@Martindevs2024
@Martindevs2024 Месяц назад
Check out my latest video on building a full-stack eCommerce store with ASP.NET Core! Don't forget to subscribe, like, and share if you find it helpful!
@mdsafikulislam9113
@mdsafikulislam9113 Месяц назад
Hello Brother, Where is Part Day-2?
@Martindevs2024
@Martindevs2024 Месяц назад
You can download it from GitHub
@Martindevs2024
@Martindevs2024 Месяц назад
Free
@mdsafikulislam9113
@mdsafikulislam9113 Месяц назад
Is it totally free or paid?
@Martindevs2024
@Martindevs2024 2 месяца назад
Thank you all for watching! 🎉 If you found this video helpful, please give it a thumbs up and share it with others who might benefit from it. Let me know in the comments what other topics you'd like me to cover or any challenges you're facing in your coding journey. Remember to subscribe and hit the bell icon so you never miss an update. Happy coding! 🚀💻 #FrontendDevelopment #JavaScript #LearnToCode
@abnermartinez3268
@abnermartinez3268 2 месяца назад
Hello, thanks for the video. I have a questions, are the same steps for upload a API made with .net 6 to heroku?
@Martindevs2024
@Martindevs2024 2 месяца назад
@@abnermartinez3268 yes you can deploy an aspnet core web api to heroku. The steps are the same
@Martindevs2024
@Martindevs2024 2 месяца назад
@@abnermartinez3268 also u need to enable cors
@Martindevs2024
@Martindevs2024 2 месяца назад
@@abnermartinez3268 here is the video how to enable Cors ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-yOkPdCFXB3s.htmlsi=TlmBUFrnpRhV8E2m
@Martindevs2024
@Martindevs2024 2 месяца назад
here is the link for the code to enable the cors policy gist.github.com/MartinDevs2024/bd4d382f0df1f7975837087701d61e7a
@abnermartinez3268
@abnermartinez3268 2 месяца назад
@@Martindevs2024 thanks bro 🙏
@itzme_subhash1623
@itzme_subhash1623 2 месяца назад
I have a problem its saying “email sent” when i entered send but i can’t get the details in my mail( the details are not getting reflected in my mail) what should i do now
@Martindevs2024
@Martindevs2024 2 месяца назад
@@itzme_subhash1623 can u share your code
@itzme_subhash1623
@itzme_subhash1623 2 месяца назад
@@Martindevs2024 HTML <form class="form" id="form"> <div class="row mb-4"> <div class="form-group col-6"> <input type="text" class="form-control" id="firstname" placeholder="First name" required> </div> <div class="form-group col-6"> <input type="text" class="form-control" id="lastname" placeholder="Last name" required> </div> </div> <div class="row mb-4"> <div class="form-group col-12"> <input type="email" class="form-control" id="email" placeholder="Email address" required> </div> </div> <div class="row mb-4"> <div class="form-group col-12"> <input type="text" class="form-control" id="subject" placeholder="Subject of the message" required> </div> </div> <div class="row mb-4"> <div class="form-group col-12"> <textarea name="" cols="30" rows="10" class="form-control" id="message" placeholder="Type your message here.." required></textarea> </div> </div> <div class="row"> <div class="col-md-6"> <button type="submit" onclick="sendmail()" class="btn btn-primary" value="Send Message">Send</button> </div> </div> </form> JS function sendmail(){ let parms={ name : document.getElementById("firstname").value, lname : document.getElementById("lastname").value, email : document.getElementById("email").value, subject : document.getElementById("subject").value, message : document.getElementById("message").value } console.log(parms); emailjs.send("service_yfx1cth","template_wab7625",parms).then(alert("Email sent !!")) }
@Martindevs2024
@Martindevs2024 2 месяца назад
you can check this link FREE GIGS gist.github.com/MartinDevs2024
@itzme_subhash1623
@itzme_subhash1623 2 месяца назад
@@Martindevs2024its showing like “ MartinDevs2024 doesn’t have any public gists yet. “
@vishnubharvad8182
@vishnubharvad8182 2 месяца назад
I can try but my account is delete. Why ?
@Martindevs2024
@Martindevs2024 2 месяца назад
@@vishnubharvad8182 try to create another account
@mdsafikulislam9113
@mdsafikulislam9113 3 месяца назад
Please bring inventory management system
@Martindevs2024
@Martindevs2024 3 месяца назад
Will do
@mdsafikulislam9113
@mdsafikulislam9113 3 месяца назад
@@Martindevs2024 🙏🙏🙏
@SachinPatel-id1ue
@SachinPatel-id1ue 3 месяца назад
Continue playlist
@Martindevs2024
@Martindevs2024 3 месяца назад
I will upload the next part tonight
@فارسجمال-ح6ك
@فارسجمال-ح6ك 3 месяца назад
The link of code it doesn't work
@Martindevs2024
@Martindevs2024 3 месяца назад
I will update it
@Martindevs2024
@Martindevs2024 3 месяца назад
github.com/MartinDevs2024
@Martindevs2024
@Martindevs2024 3 месяца назад
I update it the application to dotnet 8 and better admin panel
@فارسجمال-ح6ك
@فارسجمال-ح6ك 3 месяца назад
@@Martindevs2024 oh very nice thank you keep going❤❤❤❤
@Goofy-78
@Goofy-78 3 месяца назад
Helpfull
@Martindevs2024
@Martindevs2024 3 месяца назад
Am glad it help you
@umarawan4142
@umarawan4142 3 месяца назад
This is the final part please tell me i want to follow your complete series
@Martindevs2024
@Martindevs2024 3 месяца назад
There is more videos
@Martindevs2024
@Martindevs2024 3 месяца назад
Am working on it
@Martindevs2024
@Martindevs2024 3 месяца назад
Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@Martindevs2024
@Martindevs2024 3 месяца назад
Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@Martindevs2024
@Martindevs2024 4 месяца назад
Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@bonkeselemani503
@bonkeselemani503 4 месяца назад
Thanks sir 🙏
@s.s.6141
@s.s.6141 4 месяца назад
hello, ty for video, i ve a problem, i get error from backend, but i cant catch error at front
@Martindevs2024
@Martindevs2024 4 месяца назад
here is the repository for the video github.com/UxDeveloper82/MychannelDemo
@Martindevs2024
@Martindevs2024 5 месяцев назад
Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@Martindevs2024
@Martindevs2024 5 месяцев назад
Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@Martindevs2024
@Martindevs2024 5 месяцев назад
Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@Martindevs2024
@Martindevs2024 5 месяцев назад
😁Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@Martindevs2024
@Martindevs2024 5 месяцев назад
😁Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@Martindevs2024
@Martindevs2024 5 месяцев назад
😁Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@Martindevs2024
@Martindevs2024 5 месяцев назад
😁Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@Martindevs2024
@Martindevs2024 5 месяцев назад
😁Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@danielaguero8576
@danielaguero8576 5 месяцев назад
Thank you so much Martin, it help me a lot. For any other person that need to allows access from any origin use the SetIsOriginAllowed method
@akhterhussain100
@akhterhussain100 5 месяцев назад
hi,sir where is Day-1
@Martindevs2024
@Martindevs2024 5 месяцев назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-JXIFJz7C5MQ.htmlsi=c1MPSSn9WnTYeRql
@Martindevs2024
@Martindevs2024 5 месяцев назад
That’s day one
@matiascasag
@matiascasag 5 месяцев назад
Not free
@Martindevs2024
@Martindevs2024 5 месяцев назад
They change the policy
@Martindevs2024
@Martindevs2024 5 месяцев назад
You can use railway
@HoseinPhotoshop
@HoseinPhotoshop 6 месяцев назад
Hello I'm image designer. Do you wanna design thumbnail for your videos?
@Martindevs2024
@Martindevs2024 5 месяцев назад
Maybe in the future
@HoseinPhotoshop
@HoseinPhotoshop 5 месяцев назад
@@Martindevs2024 🙏🙏
@rajesharekallu3052
@rajesharekallu3052 6 месяцев назад
good explanation sir can give code also
@DINC67
@DINC67 6 месяцев назад
Martin hi, when this video series finish ? becasue this is my final project and before the start I know this.
@akhterhussain100
@akhterhussain100 6 месяцев назад
Hopefully you will complete
@toxicgamer6751
@toxicgamer6751 6 месяцев назад
can i atleast get to know where the image is from
@Martindevs2024
@Martindevs2024 6 месяцев назад
github.com/UxDeveloper82/movieappjs
@toxicgamer6751
@toxicgamer6751 6 месяцев назад
ure git repo is on private
@Martindevs2024
@Martindevs2024 6 месяцев назад
I will look into it
@Kemply-n2c
@Kemply-n2c 6 месяцев назад
Thank You so much for the code
@godfreyogbeide2340
@godfreyogbeide2340 7 месяцев назад
Good tutorial, and very educative lesson, if would be possible to create another Project like this, where someone can chat with a Json data or files
@Martindevs2024
@Martindevs2024 7 месяцев назад
Thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@toxicgamer6751
@toxicgamer6751 6 месяцев назад
can u give that github public link and yes i have already sub ur acc haha
@Martindevs2024
@Martindevs2024 7 месяцев назад
my first todo app in reactjs 😁Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@eTravelVlog
@eTravelVlog 7 месяцев назад
Hi! You add another element const $checkBtn = document.createElement("u"); $checkBtn.innerHTML = "\u2714"; $li.appendChild($checkBtn); // the click on the new element $checkBtn.addEventListener('click', () => checkItem(i)); const checkItem = (index) =>{ document.getElementById("item_"+index).classList.toggle("checked"); // change the text on the new element if (document.getElementById("item_"+index).classList.contains("checked")) { document.getElementsByTagName("u")[index].innerHTML = "\u237B"; } else { document.getElementsByTagName("u")[index].innerHTML = "\u2714"; } }
@eTravelVlog
@eTravelVlog 7 месяцев назад
Hello! Thanks for the tutorial ... but it has an error. When you delete an item ... another item in the list is checked. I put a "u" and the ticking of an element takes place when you press "u"
@Martindevs2024
@Martindevs2024 7 месяцев назад
Can u share ur code ?
@Martindevs2024
@Martindevs2024 7 месяцев назад
😁Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@Martindevs2024
@Martindevs2024 8 месяцев назад
😁Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ
@Martindevs2024
@Martindevs2024 8 месяцев назад
😁Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments. 👉Don’t forget to SUBSCRIBE to our channel for more such videos & valuable content: ru-vid.com/show-UCymPTmdV5goU-IBMCAPaErQ