LINQ to SQL Tutorial C# - Part-2 | C#.NET Tutorial | Mr. Bangar Raju

Поділитися
Вставка
  • Опубліковано 6 жов 2024
  • Welcome to our C#.NET tutorial series! In this video, we'll dive deep into the essentials of C#.NET, a powerful language used for developing robust applications. Whether you’re a beginner or looking to sharpen your skills, this series will provide valuable insights and hands-on examples.
    🔹 Course Details:
    Topic: C#.NET Course Overview | NareshIT
    For Free Master Class Demo's Visit: nareshit.com/c....
    🔹 Check Out Our Playlists:
    C#.NET Tutorial : bit.ly/4dnrfxZ
    ASP.NET MVC Tutorial : bit.ly/46G4iU8
    ADO.NET Tutorial : bit.ly/4dzVrpi
    C# 7 New Features Tutorial : bit.ly/46IiuvZ
    LINQ to SQL Tutorial C# : bit.ly/4djr9aB
    Asp.Net MVC Core Tutorials : bit.ly/3M25B6y
    ASP.NET Tutorials : bit.ly/4fQiBd8
    🔹 Join Our Community For Latest Updates:
    ► Subscribe to Our Channel: goo.gl/q9ozyG
    ► Like us on Facebook: / nareshit
    ► Follow us on Twitter: / nareshitech
    ► Follow us on Linkedin: / naresh-i-technologies
    ► Follow us on Instagram: / nareshitech
    ► Follow us on Telegram: t.me/nareshit
    💡 About NareshIT:
    "Naresh IT is having 22+ years of experience in software training industry and the best Software Training Institute for online training, classroom training, weekend training, corporate training of Hadoop, Salesforce, AWS, DevOps, Spark, Data Science, Python, Tableau, RPA , Java, C#.NET, ASP.NET, Oracle, Testing Tools, Silver light, Linq, SQL Server, Selenium, Android, iPhone, C Language, C++, PHP and Digital Marketing in USA, Hyderabad, Chennai and Vijayawada, Bangalore India which provides online training across all the locations
    -------------------------------------------------------------------------------------------------------------------------------
    💡 Our Online Training Features:
    🎈 Training with Real-Time Experts
    🎈 Industry Specific Scenario’s
    🎈 Flexible Timings
    🎈 Soft Copy of Material
    🎈 Share Videos of each and every session.
    📚 Learn C#.NET with NareshIT and take your programming skills to the next level. Don’t forget to like, comment, and subscribe for more tutorials and updates!
    -------------------------------------------------------------------------------------------------------------------------------
    💡 Please write back to us at
    📧 us.training@nareshit.com/ 📧 online@nareshit.com or Call us at the USA: ☎+1404-232-9879 or India: ☎ +918179191999
    #CSharp #DotNet #CSharpTutorial #Programming #NareshIT #LearnCSharp

КОМЕНТАРІ • 54

  • @NareshIT
    @NareshIT  5 років тому +1

    Please Comment, Subscribe and Click Bell🔔🔔🔔 Icon for More Updates. To learn software course from our experts please register here for online training: goo.gl/HIB0wL

  • @PANKAJSINGH-rs8du
    @PANKAJSINGH-rs8du 6 років тому +4

    what a such perfect explanation of Linq with (what ,why and how)!!

  • @penakabharath
    @penakabharath 7 років тому +3

    the best LINQ to SQL videos I have ever watched. thank you so much sir, for making this video.

  • @debarghyachakraborty
    @debarghyachakraborty 4 роки тому +5

    If someone can not find Linq to SQL class even after installing Linq to SQL tools through VS installer, go to project properties, under Application tab select Target Framework to .NET 4.0 or higher and save.

  • @codeslayer7596
    @codeslayer7596 6 років тому +2

    amazing explanation and great teaching.. thank you so much sir.. your tutorials are far better than udemy tutorials

  • @abhijaysaraswat83
    @abhijaysaraswat83 3 роки тому +4

    Sir,how did u create ur database in server explorer u didnt explain it in detail.

  • @sushantha1
    @sushantha1 7 років тому +8

    How to configure database in server explorer. Some one please tell me about this or any link if available?

  • @Sql_complex_queriez
    @Sql_complex_queriez 6 років тому

    nice explanation, explaining each step so breifly amazing teacher.

  • @sarathbaiju6040
    @sarathbaiju6040 5 років тому

    your videos so much helpful. Interesting

  • @saiadityavardhanale2693
    @saiadityavardhanale2693 7 років тому

    Very good explanation sir.....I wish u make more videos like this....

  • @nrk2892
    @nrk2892 5 років тому

    Thank a lot Guru ji 🙏🇮🇳

  • @top5things968
    @top5things968 2 роки тому

    THANK YOU SO MUCH SIR .

  • @subhalaxmidhalsingh2417
    @subhalaxmidhalsingh2417 7 років тому

    Thank u Sir for d Precious Vedio :)

  • @dharmilranpura9962
    @dharmilranpura9962 4 роки тому +1

    How to configure data in server explorer ?

  • @crustyg4481
    @crustyg4481 6 років тому

    Very nice and clear .

  • @chetankumars333
    @chetankumars333 4 роки тому

    Hi it's very helpful video, my question is if suppose I have large database ex more then 100 table's, the designers class will take a burden to manage. Wt is the best solution for it .

  • @AD-ng4mz
    @AD-ng4mz 8 років тому

    Thanks Sir.

  • @Rakesh-ex4km
    @Rakesh-ex4km 5 років тому +2

    how to configure data in server explorer

    • @syedimam1998
      @syedimam1998 4 роки тому

      if you are like me using oracle 11g then
      step1: go to run sql command line give username and password there and create the database as Sir said.
      step2: Select the connect to database option in Visual studio code and select data source as Oracle Database (OracleClient).
      step 3: if u don't know your server name the repeat the step 1 but donot create table and run this command(SELECT host_name
      FROM v$instance;)
      Step4: it show you a name that is your server name now add that to connect data base in visual studio code later give your sql username and password below.
      that's it your connected to database.

  • @amreshkumaryadav2982
    @amreshkumaryadav2982 3 роки тому

    Nice video but sir link to SQL me ORM DESIGN ME TABLE DRAGE KARE TO ERROR AA RAHA

  • @arunavoray
    @arunavoray 7 років тому

    what is the appropriate way to store something like image , or histogram of an image locally to search later .... i think sql is not the appropriate way ,... cause there will be 1000s of image histogram and related info to manage ... can you advice any other way

  • @fzab7869
    @fzab7869 6 років тому

    Hi ,
    the startup object option in project properties is not working and the showing "not set " .kindly provide solution . I am using visual s 2017..

  • @Anymore2314
    @Anymore2314 Рік тому

    Can anyone explain....How to configure the database in the server?

  • @royankit126
    @royankit126 Рік тому

    why salary has datatype money? it should be int.

  • @tezparker3558
    @tezparker3558 2 роки тому

    sir can anyone explain how to fix this issue while exporting table of the employee into the O\R designer says that invalid data provider
    please resolve this issue please

  • @shaiksubhan6651
    @shaiksubhan6651 3 роки тому

    Sir,I am getting a blank form as the final output. It is not displaying the values of table.what might be the problem.

    • @vishnumv6334
      @vishnumv6334 9 місяців тому

      Hey bro,
      Did u find the solution for this?

  • @standman007
    @standman007 3 роки тому

    Hi. What kind of project is required to do this using visual studio 2019? Console application or winforms ?

  • @RohitSingh-wq7ry
    @RohitSingh-wq7ry 6 років тому +1

    Sir, i am not getting "LINQ to SQL option" when i am trying to add class. Please help.

    • @hrishikeshgarud7177
      @hrishikeshgarud7177 4 роки тому

      Did you get now? i am having this issue

    • @syedimam1998
      @syedimam1998 4 роки тому

      ​@@hrishikeshgarud7177 bro go to visual code Installer and go to Individual components and search for sql then you will find LINK to SQL tools install it you will get that in add items.

    • @hrishikeshgarud7177
      @hrishikeshgarud7177 4 роки тому

      @@syedimam1998 done that already. Not working

    • @syedimam1998
      @syedimam1998 4 роки тому

      @@hrishikeshgarud7177 now only I did that bro, in search bar just I typed sql then and at 2 place I found link to sql below that code tools was written and is I installed that, that's it

    • @hrishikeshgarud7177
      @hrishikeshgarud7177 4 роки тому +1

      @@syedimam1998 I also tried that but installing sql tools was not working for me then after days of searching I found that the Linq to Sql will not show in the add items if you are working in .net core. Its working only in .net framework. I created new windows from project with .net framework then its working fine.(then it shows linq to sql option )

  • @shaiksubhan6651
    @shaiksubhan6651 3 роки тому

    Sir,It is not adding system.data.linq reference implicitly.instead it is adding system.linq and I am getting lots of errors in CompanyDB.designer.cs .How to overcome this problem.Someone please help me.

  • @ataullah7451
    @ataullah7451 5 років тому

    Hi sir how to pass image through class concept

  • @akshayr6281
    @akshayr6281 7 років тому

    Hello Bangar Raju sir, how you inserted values into your database.
    that will show @ 24:58
    please tell me....

    • @hari2636
      @hari2636 6 років тому

      Akshay Pattar same problem for me also

    • @taproot9taproot947
      @taproot9taproot947 5 років тому

      Note: Eno must be autoincrement
      using (var companyDbDataContext = new CompanyDbDataContext())
      {
      //insert
      var objEmp = new Employee { Ename = "TestName", Job = "TestJob", Dname = "TestDepartment", Salary = 100 };
      companyDbDataContext.Employees.InsertOnSubmit(objEmp);
      companyDbDataContext.SubmitChanges();
      }

    • @bhavyagarg29
      @bhavyagarg29 4 роки тому

      ryan boter where we have to write this code??

  • @dhana628
    @dhana628 4 роки тому

    Can anyone provide this date base company table folder

  • @hananalhamedi4801
    @hananalhamedi4801 6 років тому

    when i wanted to add new item i could't find (LINQ to SQL classes ) what's the problem?

    • @RohitSingh-wq7ry
      @RohitSingh-wq7ry 6 років тому

      bro i am facing the same problem . If u already did it . Please help me

    • @diwaspoudel7
      @diwaspoudel7 6 років тому

      Right Click on WindowsApplicationForm1 --- >Add-->New Items-->Goto Data Tab(Present on left side of windows)--->Then select LINQ to SQL Class on right side

    • @pankajdhawale4208
      @pankajdhawale4208 6 років тому +2

      Follow easy steps from here:
      Open VS2017 installer.
      Go to Individual Components.
      Select he LINQ To SQL tools from code tools.
      and just modify.

    • @dharmilranpura9962
      @dharmilranpura9962 4 роки тому

      @@diwaspoudel7 there also its not present where to get it ?

    • @syedimam1998
      @syedimam1998 4 роки тому

      ​@@dharmilranpura9962 ​ go to visual code Installer and go to Individual components and search for sql then you will find LINK to SQL tools install it you will get that in add items.

  • @mdimran-ql9oh
    @mdimran-ql9oh 7 років тому

    sir plz Upload ADO.NET VIDEO

  • @raghunathreddy9942
    @raghunathreddy9942 2 роки тому

    Asalu eam artham kadam ley