Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
K

Krishna Varadharajan

@Krishna Varadharajan
About
Posts
128
Topics
52
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Why SqlCommandBuilder
    K Krishna Varadharajan

    Thank you.. :) krishna

    C# database question announcement

  • Why SqlCommandBuilder
    K Krishna Varadharajan

    Thank you... krishna

    C# database question announcement

  • When to use & when not to use ( Abstract Class & Interface )
    K Krishna Varadharajan

    Thank you... krishna

    C# design tutorial

  • When to use & when not to use ( Abstract Class & Interface )
    K Krishna Varadharajan

    Explained very well, thanks a lot guy.. ;) krishna

    C# design tutorial

  • When to use & when not to use ( Abstract Class & Interface )
    K Krishna Varadharajan

    Thanks a lot keith, really appreciate your effort to make me understand :) krishna

    C# design tutorial

  • When to use & when not to use ( Abstract Class & Interface )
    K Krishna Varadharajan

    Mr.Shameel, Can you please make those example's little clear, mean to say.. describing interface & abstract class with the same example by inheriting. krishna

    C# design tutorial

  • Why SqlCommandBuilder
    K Krishna Varadharajan

    Do you have any particular reason to say never.. krishna

    C# database question announcement

  • When to use & when not to use ( Abstract Class & Interface )
    K Krishna Varadharajan

    Mr. Guy, I am very much clear about what you said. Now I have another doubt, Is that any rules that abstract class must inherit interface, than we need to override from abstract class ? I can create a normal class which can implement this Interface and use those methods. But here we have to create instance of the class to access those implemented methods. So overall you mean to say that, one of the reason to go for abstract class to avoid creating instance of the class ? krishna

    C# design tutorial

  • When to use & when not to use ( Abstract Class & Interface )
    K Krishna Varadharajan

    Hi, Mr.Keith I really love you, such a sweet example which opens my eyes. I clear about the abstract class now. But, why I should't use like below code ?? public class Cat: Ifeline { public MakeNoise() { Console.WriteLine("Purrr"); } public LookAround() { Console.WriteLine("Looking"); } } public class Tiger: Ifeline { public MakeNoise() { Console.WriteLine("Roar"); } public LookAround() { Console.WriteLine("Looking"); } } krishna

    C# design tutorial

  • Why SqlCommandBuilder
    K Krishna Varadharajan

    Hi Mr.Eddy, So you mean to say that, commanbuilder can be used only for simple and single query operation. Another thing is, consider I have a dataset(ds) of 1000 records, and how do I edit dataset, means how to update without using commanbuilder and fetch only updated rows from ds. krishna

    C# database question announcement

  • When to use & when not to use ( Abstract Class & Interface )
    K Krishna Varadharajan

    Hi Mr. Chistopher In the same way I can create Interface with( add, print method etc). I then Implement this Interface so that I can print from datagrid or datatable. Correct me if I am wrong. krishna

    C# design tutorial

  • When to use & when not to use ( Abstract Class & Interface )
    K Krishna Varadharajan

    Hi Mr.Pete Even I can use Interface for the common functionality, correct me if I am wrong. krishna

    C# design tutorial

  • When to use & when not to use ( Abstract Class & Interface )
    K Krishna Varadharajan

    Hi, I know the functionality of Abstract Class & Interface. But, in which situation i can use this. Consider I am starting a new project and I need to design and create a class. So here in which situation I should create AbstractClass or Interface. How to find out which is suitable for particular situation. Please give me some practical situation where I can use and where I can't. krishna

    C# design tutorial

  • Why SqlCommandBuilder
    K Krishna Varadharajan

    Hi, I know the functionality of sqlcommandBuilder. But when to use sqlcommandbuilder instant of sql query. If sqlcommandBuilder does everything( insert/update/delete ), than why I required sql query's. I can do everything through sqlcommandBuilder rite. Is there any particular sinario that i can use sqlcommandBuilder or I cant use sqlcommandBuilder ? krishna

    C# database question announcement

  • How to make gridview coloum in hyperlink and get the values in lightbox
    K Krishna Varadharajan

    Thank you... :) krishna

    ASP.NET tutorial

  • How to make gridview coloum in hyperlink and get the values in lightbox
    K Krishna Varadharajan

    Consider I have two fields, userCode and userName. I want to make userCode coloum in hyper link, by clicking that link.. I can view complete details of the particular user in LIGHTBOX. krishna

    ASP.NET tutorial

  • How to access port80
    K Krishna Varadharajan

    Hi, I want to access port80, I am creating a software which blocks unwanted websites those who are browse from any browser in a system, so I am writing a service in that I am writing a code to access port80 and to get the url to check in my db and allow or diney url. I tried using HttpListener class in c#...but not working...can you help me to get this.

    krishna

    C# csharp database help tutorial

  • Internet Explorer Script Error
    K Krishna Varadharajan

    Hi, In my webbrowser application frequently iam getting Internet Explorer Script Error.....the page not support the Jscript. I created the webbrowser application using IE Component. How to rid of this...kindly give me one solution.

    krishna

    C# tools help tutorial

  • Ctrl + Enter key functionality in webbrowser application (win app)
    K Krishna Varadharajan

    Hi, Im my webbrowser application in the url field if i type google and press ctrl+enter .com should come automatically how to enable this feature. Thankyou,

    krishna

    C# com tutorial

  • Linq not opening
    K Krishna Varadharajan

    Hi, I like to use linq application, so i added a linq file from add new items....but i couldnt find design page and if i try to open its showing the error message like "The Operation could not be completed", kindly guide me to solve this problem. Thanks, Krishna v

    krishna

    LINQ help csharp linq design tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups