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
K

kalyan_2416

@kalyan_2416
About
Posts
89
Topics
52
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • garbage collector
    K kalyan_2416

    nice quote yup the other friend also says what u have guessed thanx bye

    C# help question career

  • garbage collector
    K kalyan_2416

    k thanx got it

    C# help question career

  • How to detect a file if it is locked by another process
    K kalyan_2416

    use a file which is locked u will get an exception handle that exception using try catch block ... Exception handling tat's all

    C# tutorial

  • garbage collector
    K kalyan_2416

    hi all i was asked in interview how often the garbage collector i.e. gc.collect() will get invoked i know why? what? about garbage collectore but interviewer asked me will it be for every 5 minutes the method invokes can anyone help me... bye

    C# help question career

  • database operation in pages
    K kalyan_2416

    hi all i have got a doubt now i have 5 webpages every page has got database operation.. now while using database which way is cheap work to the server 1) opening connection and closing it when ever page requires a database connection or 2)keep it open the database connection and close it when application is getting closed

    C# database sysadmin

  • oops+inheritance
    K kalyan_2416

    hi how to call base class constructor from derived class how to do it? not by instantiaze the base class object.. thanks in advance

    C# oop tutorial question

  • couple of questions
    K kalyan_2416

    hi all 1) i want to know more difference between destructor and dispose method. if u have any articles please let me know 2) Base b=new Derived() derived d=new Base() which one is illegal and why i have found second question in a paper i could not get a answer for (oops concepts)

    C# question

  • global.asax
    K kalyan_2416

    how to fire application_end application_start gets called but end is not firing what should i do thanks

    ASP.NET tutorial

  • global.asax
    K kalyan_2416

    how to fire application_end application_start gets called but end is not firing what should i do thanks

    C# tutorial

  • www.kal.com/login.aspx to www.kal.com
    K kalyan_2416

    ok thanks for it i will look in to that bye

    C# com tutorial

  • www.kal.com/login.aspx to www.kal.com
    K kalyan_2416

    hi all i want to display in the address bar even after navigating to next page i.e. dd.com/login.aspx dd.com/dd.aspx i want to show only dd.com where ever they navigate how to do it .. thanks in adavance

    C# com tutorial

  • webhosting
    K kalyan_2416

    i have two applications when i publish both of the applications i will be getting two different set of publish folders with bin folders(example) in webspace how do i paste two bin folders if i create a sub folders it was not wroking becase it requires to .config files thanks

    C# csharp

  • webhosting
    K kalyan_2416

    can two asp.dotnet applications can be hosted in the same host or not please respond to me thank u

    C# csharp

  • sqlserver and msoffice
    K kalyan_2416

    i want to know when we use sqlserver as backend.... while using reporting i heard people use msoffice why is it?

    C# question

  • sqlserver and msoffice
    K kalyan_2416

    i want to know when we use sqlserver as backend.... while using reporting i heard people use msoffice why is it?

    Database question

  • webhosting
    K kalyan_2416

    can two dotnet applications can be hosted in the same host or not please respond to me thank u

    Web Development csharp

  • webhosting
    K kalyan_2416

    i have two web applications i want to host both the sites in the same webspace can i do it if so how can i do it please help me out... thanks bye

    C# help question

  • inheritance
    K kalyan_2416

    hi all abstract class c { abstract function() } class c1:c { override fucntion() { // } void function() { } } class c2:c1 { c1 obj=new c1() obj.//how do i differenciate that i wanna call overrided function and ordinanry function of c1

    C# oop question

  • multiple inheritance
    K kalyan_2416

    i m sorry for that i happy for the response.. i am here to learn... i am not rude on anyone as such!!!!!!!!!!

    C# csharp oop question career

  • multiple inheritance
    K kalyan_2416

    class c { void i1.function_some() { // body } void i2.function_some() { // body } } class c1:c { c dd =new c(); i1 i=(i1)dd; i.funcion_some();-----gets the function of interface i1 in class c i2 i_d=new c(); i_d.function_some();---gets the function of interface i2 in class c with the help of type casting i can get the individual definition of the functions } i think this will lead to some ambguity...!

    C# csharp oop question career
  • Login

  • Don't have an account? Register

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