Тёмный
Fox Learn
Fox Learn
Fox Learn
Подписаться
Over 8 years of experience, with Microsoft .NET technologies. Love to share knowledge as I believe in "TO TEACH IS TO LEARN"

Through my channel you will get solution of general problems in programming.

I'll upload daily video tutorials from beginners to advanced level on topics such as windows forms application, wpf, wcf, windows service, asp.net, asp.net core, angular, javascript, web service, web api, sql database, my sql, ms access database, devexpress, metro framework, material design, bunifu framework, dapper orm, entity framework, .nettiers framework, dependency injection, design pattern...etc with c# and vb.net languages.

Don't forget to subscribe to my channel !

Donate: goo.gl/JX5Zp6

Website: foxlearn.com

Forum:

c-sharpcode.com
dotnetexample.com
dotnetgate.com
Комментарии
@SaySaySee
@SaySaySee День назад
2:57 裝元件barcodelib 3:14 版本(怪了,改了4.6.2,還是不能裝) 5:40 add dataset (id,text,image)6:07 id 屬性設定 6:13 6:38 8:50 裝元件ReportViewerControl
@microwave98
@microwave98 3 дня назад
i cant see the thing on toolbox
@LilithRingmaster
@LilithRingmaster 9 дней назад
This video is soo hard to follow along with. Your music is distracting. I don't understand why you couldn't just explain what you were doing step by step. I had to constantly stop and go back to make sure I was following along correctly. It wasted so much time.
@gollakoti.lakshmisuryaprek4490
@gollakoti.lakshmisuryaprek4490 9 дней назад
Aseraapffrs
@Yasser_Nabil
@Yasser_Nabil 11 дней назад
thanks
@andresbedoya8635
@andresbedoya8635 16 дней назад
The web page that describes how to download the template no longer exists, I can't find it, since I search for it and I can't find it.
@vorapobautomation9760
@vorapobautomation9760 18 дней назад
Why the IP must be 127.0.0.1 and port number 8910 ?
@vorapobautomation9760
@vorapobautomation9760 18 дней назад
I have an error at this line server.Start(ip, Convert.ToInt32(txtPort.Text)); How to fix it ?
@FMFT
@FMFT 19 дней назад
Interesante. Pero hay otras formas de hacerlo más simple. Tengo un ejemplo de una base de datos en formato CSV para gestionar una biblioteca de libros en un archivo de 13 Kb. Más información en mi canal. Es gratis y se puede ver el código. Está realizado en HTML y JavaScript con la ayuda de ChatGPT. No necesita instalación. Se descarga y a funcionar. El vídeo se llama "Gestión de una biblioteca (II) _ 13 KB _ Sin instalación _ Gratis _ Español _ English _ Français"
@amJoyy
@amJoyy 20 дней назад
Hi everyone Great tutorial , very helpful . I noticed when you resize the window , the previous scale of the drawn gradient remains making it look a bit weird . But when you put the line ResizeRedraw = true; below the line base.OnPaint(e); the previous scale drawings get cleared . Making it look good . Hope this helps .
@hieudaica1304
@hieudaica1304 22 дня назад
I managed to make it work somehow but it is not really detect my face as I have expected.
@deveshvagal3238
@deveshvagal3238 26 дней назад
I was scrolling to my old laptop & saw her name & remembered my journey watching her videos & learning
@FatihCanak-m2i
@FatihCanak-m2i 26 дней назад
Smith Scott Perez Timothy Harris Deborah
@hotreload
@hotreload 27 дней назад
Every time I remember her helpful videos that served as a starting point, I often come back to check her channel if she comes back to thank her. Actually, this was the legend's last video.
@patriciaspagnolo1077
@patriciaspagnolo1077 27 дней назад
Can't learn with music in the background. It's a bad combination trying to listen to the presenter and having music at the same time.
@saumyaranjan8500
@saumyaranjan8500 29 дней назад
Rdlc not supported linux hosting.
@sima63
@sima63 29 дней назад
Stopped Music, please
@mohamedsaleh-eq7zd
@mohamedsaleh-eq7zd Месяц назад
Awesome is it possible to create a table and merge cells and split the cells and columns ? Could you please guide me ? Thanks in advance for your anticipation cooperation
@skiddzie9291
@skiddzie9291 Месяц назад
weirdly emotional instrumental for a programming tutorial.
@Rubbernecker
@Rubbernecker Месяц назад
That was underwhelming
@ybscambo6975
@ybscambo6975 Месяц назад
I want to know how to config firewall to use public ip connection
@ejdelara2460
@ejdelara2460 Месяц назад
will this also apply if I had made my database in xampp sql?
@minhnhatangvu7288
@minhnhatangvu7288 Месяц назад
Chú đi tàu từ Sài Gòn- Suối Kiết vào ngày tháng năm nào?
@Raylightsen
@Raylightsen Месяц назад
Awful robotic voice. Loud music. Terrible video.
@Kvssa250
@Kvssa250 Месяц назад
Thank you, it worked!
@ROLOGamingOfficial
@ROLOGamingOfficial Месяц назад
I watched plenty of videos about validations. Most lf them had their own custom validation going on. So I did mine lile that. Now looking at this I feel like I have lors of work to re-do!
@dipalishrikhande6326
@dipalishrikhande6326 2 месяца назад
Nice. May i get the Code and DLL library code?
@vorapobautomation9760
@vorapobautomation9760 2 месяца назад
How to load Data From Notepad (.CSV) to DataGridView in C# Windows Form Application ?
@Trungkienelectronic
@Trungkienelectronic 2 месяца назад
I can't write this code IExcelDataReader
@Anskof_Academy
@Anskof_Academy 2 месяца назад
Please when I import a project I can see the data set command but when I create my new project I see it.
@nguyentinh2030
@nguyentinh2030 2 месяца назад
I use MaterialLabel, Button, Textbox,,,, all can not change size, color,.... can you help me a solution, I use MaterialSkin 2 winform C# and visual studio 2022.
@JannatRocks
@JannatRocks 2 месяца назад
using LiveCharts; using LiveCharts.Wpf; using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace live_chart { public partial class Form1 : Form { public Form1() { InitializeComponent(); } Func<ChartPoint, string> labelPoint = chartpoint => string.Format("{0} ({1:P})", chartpoint.Y, chartpoint.Participation); private void pieChart1_ChildChanged(object sender, System.Windows.Forms.Integration.ChildChangedEventArgs e) { // This event can be used for handling changes in the chart's child elements if needed } private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e) { // This event can be used for handling cell content click events in the DataGridView if needed } private void button1_Click(object sender, EventArgs e) { SeriesCollection series = new SeriesCollection(); // Assuming data.Revenue is a collection of objects with Year and Total properties foreach (var obj in data.Revenue) { // Convert obj.Total to int before adding it to the chart values int totalValue; if (int.TryParse(obj.Total, out totalValue)) { series.Add(new PieSeries { Title = obj.Year.ToString(), Values = new ChartValues<int> { totalValue }, DataLabels = true, LabelPoint = labelPoint }); } else { // Handle the case where obj.Total is not a valid integer MessageBox.Show($"Invalid total value: {obj.Total}"); } } pieChart1.Series = series; } private void Form1_Load(object sender, EventArgs e) { pieChart1.LegendLocation = LegendLocation.Bottom; } } } use this code
@horizon8565
@horizon8565 2 месяца назад
Thank you very much
@aahanpulastya2759
@aahanpulastya2759 2 месяца назад
can anyone share its git hub repository?
@patricksweet4104
@patricksweet4104 2 месяца назад
Hey Lucy, quick question: Is the MetroSet UI able to extend the functionality of the default Winforms UI components? Eg. the functions of the legacy code --- onClick, onHover, etc. I'd love to use MetroSet UI in order to upgrade appearance of my Winforms project, but I'm just unsure if there is an immense amount of refactoring necessary, and what the extent is. For example, I'd love to simply swap out button for button with the same name under the parent form. Thank you :)
@hanglethibich6835
@hanglethibich6835 2 месяца назад
Very good, I need this 😄
@NoakMans
@NoakMans 2 месяца назад
Thank you very much for this tutorial because it provides useful knowledge
@zecartou-a
@zecartou-a 2 месяца назад
This work in 2024 and work with any BorderStyle ! Thank you you're the best !!! +1 Subscriber
@BloopersVlog69
@BloopersVlog69 2 месяца назад
How to connect online database.
@chanithurithmal3717
@chanithurithmal3717 3 месяца назад
8 years later and still works great !
@bhanukalia356
@bhanukalia356 3 месяца назад
?
@bhanukalia356
@bhanukalia356 3 месяца назад
Sa user password❤
@rajib743
@rajib743 3 месяца назад
The background music is really distracting. Killed what could otherwise be a good video.
@SpiceSlice0
@SpiceSlice0 3 месяца назад
Showing Error. "An Error Occurred during local report Processing". Pls share code for class.
@soltanq1308
@soltanq1308 3 месяца назад
It did not work
@hotreload
@hotreload 3 месяца назад
what's the best architectural design pattern for Windows Forms Application in C# MVVM or Repository Pattern
@abdullahdogan4328
@abdullahdogan4328 3 месяца назад
Thank You
@blackwolf3913
@blackwolf3913 3 месяца назад
In 2024 ots amazing
@Lazy-surveyor
@Lazy-surveyor 3 месяца назад
i cant download the dll file ,,help me
@gecsus
@gecsus 3 месяца назад
Another worthless installer video where everything is done with no explanation of what or why.