I enjoyed watching this video and recommend to others. One should watch to refresh the basics. Concept explained well. Thanks for educating the community and appreciate your volunteership. Thanks a lot
Sure, will do it soon. In the description of this video, I have included the link for ASP .NET, C#, and SQL Server playlists. All the videos are arranged in logical sequence in these playlists, which could be useful to you. Please share the link with your friends who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video. For email alerts, when new videos are uploaded, you may subscribe to my channel.
very very nice venkat... i watched all series of your tutorial... when you get chance can you upload entity framework and linq tutorial video please... Thank you .. very very good job
Hi Raghvendra, thank you very much for taking time to give feedback. I am really glad you found these videos useful. To receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. May I ask you for a favour. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video.
Hello, great tutorial series I got alot from your presentation. However, when I add a AssemblyKeyFile item to the AssemblyInfor cs there is a jaggered line under the AssemblyKeyFile after building the solution. I also noticed it was present in your video. Is there some other step required to finalize the setting of strong name before the application can actually be deployed? The note says - Use command line option /keyfile or appropreate project setting instead of AssemblyKeyFile - Is there something missing?
Hi Venkat First thanks a lot for the videos.. I have a question.. In the above video if we change the version of dependent assembly we get a fileload error.. what if we really want to change... for eg: class lib assmb version 2.0 is unable to load as introtocsharp assembly is using version 1.0 of class lib assembly, but if we want to use the modified class lib assmb with introtocsharp assm how can we do that..?
+budhimantudu tk Dont make the class lib assmb strong make it weak.. to run the application even if you change the version of the added assmly. Example (The ClassLibrary.dll is Weak Named Assembly) ConsoleApplication Folder 1ConsoleApplication1. exe 2. ClassLibrary. dll (v1.0.0.0) -- added by ConsoleApplication1.exe as reference The exe will run then change the version of the ClassLibrary.dll(v1.0.0.0) to ClassLibrary.dll(v2.0.0.0) Th exe will run .. Because the Weak Named Asssembly doesnt check the version number. Example (The ClassLibrary.dll is StrongNamed Assembly) ConsoleApplication Folder 1ConsoleApplication1. exe 2. ClassLibrary. dll (v1.0.0.0) -- added by ConsoleApplication1.exe as reference The exe will run then change the version of the ClassLibrary.dll(v1.0.0.0) to ClassLibrary.dll(v2.0.0.0) Th exe will NOT run .. Because the Strong Named Asssembly check the version number.
Hi Sir Thanks For your Videos. Actually I have Dought that If i have a 2 same named Assemblies in Gac with different versions . i have made Some changes in second time and build the class By Referencing the sampleclass.dll second time i have succeed. but i have not understanding Which one of version is Reffering From Gac
If an assembly is strongly named, during the time of execution the CLR will search for the same version of the assembly in the manifest ,if the version number doesn't match it will terminate with an error.
If an assembly is strongly named the version number of the assembly is checked by the CLR during run time, if it was weakly named assembly it would ignore the version of the assembly.
+Muni Robert Jr Thanks a lot for stopping by to provide your feedback. This means a lot to me. I am really glad you found the video tuorials useful. All the Pragim Tech video tutorials are organised in to playlists, which help you find the videos you are looking for easily th-cam.com/users/kudvenkatplaylists?view=1&sort=dd You can also order DVDs or download all the videos and slides for offline viewing using the link below www.pragimtech.com/kudvenkat_dvd.aspx Image version of the slides and text Version of the videos are on my blog csharp-video-tutorials.blogspot.com Tips to effectively use our free channel. th-cam.com/video/y780MwhY70s/w-d-xo.html To receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. th-cam.com/users/kudvenkat If you like these videos, please click the THUMBS UP button below the video. We like to see these free video tutorials helping others as well. Please share the link with your friends and family who you think would also benefit from them. Thanks Venkat
Hi Venkat , a small doubt 1) In config file how to specify the location of the dependent assembly . 2) regarding version concept,is there any link between the assembly version and the target framework.please let me know why this version is used for .. thanks in advance....
Hi! I am trying to refer System.Net.Http which is in my bin folder but the System.Net.Http thats in GAC is loaded. I want .net runtime to load this dll from my bin folder. can you please help me with this? Thankyou!
i copy my Project from Laptop and paste it into My Home use PC. the whole project not working, i changed conncection but assembly error apear, Plz help me How to add Assembly Refernce For CopyPaste Project..
I got complete Knowledge on GAC by this video....Great explanation Venkat garu 👍🙏❤️
The best explanation i ever seen.
I enjoyed watching this video and recommend to others.
One should watch to refresh the basics.
Concept explained well.
Thanks for educating the community and appreciate your volunteership.
Thanks a lot
Watching this video make understanding Assembly a piece of cake. :)
Sure, will do it soon. In the description of this video, I have included the link for ASP .NET, C#, and SQL Server playlists. All the videos are arranged in logical sequence in these playlists, which could be useful to you. Please share the link with your friends who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video. For email alerts, when new videos are uploaded, you may subscribe to my channel.
Yes, you can use the same key pair to sign all your projects in the same solution.
Hi Ipsite, will record and upload videos on these concepts as soon as I can.
Nice Explanation. Good Job. Keep it up. Loved your work and efforts.
Thank you so much bro. Your knowledge is really helping us to quickly learn C#.
So Amazing thank you sir Venkat
great job sir.
very very nice venkat... i watched all series of your tutorial... when you get chance can you upload entity framework and linq tutorial video please... Thank you .. very very good job
Hi Raghvendra, thank you very much for taking time to give feedback. I am really glad you found these videos useful. To receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. May I ask you for a favour. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video.
Great as usual
Excellent explanation
you are .net Guru.thanks
Thank you Venkat.. we are gifted thanks again.. btw where I can find the slides you use
Thanks a ton.....these videos are really great :)
Hello, great tutorial series I got alot from your presentation.
However, when I add a AssemblyKeyFile item to the AssemblyInfor cs there is a jaggered line under the AssemblyKeyFile after building the solution. I also noticed it was present in your video. Is there some other step required to finalize the setting of strong name before the application can actually be deployed? The note says - Use command line option /keyfile or appropreate project setting instead of AssemblyKeyFile - Is there something missing?
Great content
Thank you Sir!
i noted that two persons in the world, always dislike venkat.
very very nice...
Hi Venkat
First thanks a lot for the videos..
I have a question.. In the above video if we change the version of dependent assembly we get a fileload error.. what if we really want to change...
for eg: class lib assmb version 2.0 is unable to load as introtocsharp assembly is using version 1.0 of class lib assembly, but if we want to use the modified class lib assmb with introtocsharp assm how can we do that..?
+budhimantudu tk
Dont make the class lib assmb strong make it weak.. to run the application even if you change the version of the added assmly.
Example (The ClassLibrary.dll is Weak Named Assembly)
ConsoleApplication Folder
1ConsoleApplication1. exe
2. ClassLibrary. dll (v1.0.0.0) -- added by ConsoleApplication1.exe as reference
The exe will run
then change the version of the ClassLibrary.dll(v1.0.0.0) to ClassLibrary.dll(v2.0.0.0)
Th exe will run .. Because the Weak Named Asssembly doesnt check the version number.
Example (The ClassLibrary.dll is StrongNamed Assembly)
ConsoleApplication Folder
1ConsoleApplication1. exe
2. ClassLibrary. dll (v1.0.0.0) -- added by ConsoleApplication1.exe as reference
The exe will run
then change the version of the ClassLibrary.dll(v1.0.0.0) to ClassLibrary.dll(v2.0.0.0)
Th exe will NOT run .. Because the Strong Named Asssembly check the version number.
Hi Sir Thanks For your Videos. Actually I have Dought that If i have a 2 same named Assemblies in Gac with different versions . i have made Some changes in second time and build the class By Referencing the sampleclass.dll second time i have succeed. but i have not understanding Which one of version is Reffering From Gac
2 mints silent for those who disliked this video RIP :) :p
1 min is enough
when is wpf tutorials coming?
Venkat the great
Thank you, sir!
Jesus bless you!
There is no god worthy of worship except Allah
May Allah guide you to the straight path
Hi Venkat,
Can you use the same key pair to sign all your projects in the same solution?
Thanks a lot for videos but a doubt what is the use of strong naming an assembly if not deploying into the GAC.?
If an assembly is strongly named, during the time of execution the CLR will search for the same version of the assembly in the manifest ,if the version number doesn't match it will terminate with an error.
If an assembly is strongly named the version number of the assembly is checked by the CLR during run time, if it was weakly named assembly it would ignore the version of the assembly.
thank u so much sir.really ur great.
pure gold
Thank you so much!
+Muni Robert Jr Thanks a lot for stopping by to provide your feedback. This means a lot to me. I am really glad you found the video tuorials useful.
All the Pragim Tech video tutorials are organised in to playlists, which help you find the videos you are looking for easily
th-cam.com/users/kudvenkatplaylists?view=1&sort=dd
You can also order DVDs or download all the videos and slides for offline viewing using the link below
www.pragimtech.com/kudvenkat_dvd.aspx
Image version of the slides and text Version of the videos are on my blog
csharp-video-tutorials.blogspot.com
Tips to effectively use our free channel.
th-cam.com/video/y780MwhY70s/w-d-xo.html
To receive email alerts, when new videos are uploaded, please subscribe to my youtube channel.
th-cam.com/users/kudvenkat
If you like these videos, please click the THUMBS UP button below the video.
We like to see these free video tutorials helping others as well. Please share the link with your friends and family who you think would also benefit from them.
Thanks
Venkat
thanks venkat!
Thank You very much Sir
Awesome! thanks a lot
Hi Venkat ,
a small doubt
1) In config file how to specify the location of the dependent assembly .
2) regarding version concept,is there any link between the assembly version and the target framework.please let me know why this version is used for ..
thanks in advance....
thanks a lot sir...
Hi! I am trying to refer System.Net.Http which is in my bin folder but the System.Net.Http thats in GAC is loaded. I want .net runtime to load this dll from my bin folder. can you please help me with this? Thankyou!
Thanks♥️
i copy my Project from Laptop and paste it into My Home use PC. the whole project not working, i changed conncection but assembly error apear, Plz help me How to add Assembly Refernce For CopyPaste Project..
Hi sir is it possible to read a file from dll using file io concept programmatically
Wow!...Bulls eye...!!
Is this still relevant in .Net 6?
what is satelite ,public,private assembly.
Watch royal entertainment