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
S

Saravanakumar K

@Saravanakumar K
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to avail my assembly in Addreference Dialogue by default
    S Saravanakumar K

    Hi When i search my assembly in Addreference dialogue box i couldn't found. I always require to point my assembly by clicking Browse button on the Addreference dialogue box. Can any one tell me how i can make my assebly in Addreference Dialogue by default as like system.XML, System.Net... NOTE : I have put my DLL in GAC also. Thanks Saravanakumar.K India

    .NET (Core and Framework) csharp dotnet xml tutorial

  • definition of .net programming building blocks
    S Saravanakumar K

    Hi There are many websites are describing OOPs Concept, below link explain the OOPs with .NET as example http://www.c-sharpcorner.com/Code/2005/June/OOPSand.NET2.asp You can find many other OOPs tutorial by searching Google Thanks Saravanakumar.K Saravanakumar.K Tokyo

    .NET (Core and Framework) csharp

  • definition of .net programming building blocks
    S Saravanakumar K

    Hi before you are going through the .NET syntax and other .NET stuff. You should understand OOPs concept. There are lot of website describe the OOPs in better manner. Once you understand the OOPs then you will get answers for your maximum number of question. Thanks Saravanakumar.K Saravanakumar.K Tokyo

    .NET (Core and Framework) csharp

  • How to Impersonate from Credential
    S Saravanakumar K

    I have to Impersonate my windowsApplication (C#) to the Credential (which will be send by user).. Give below is my same function (Which wont work) what i need. public class clsImpersonate{ public void Impersonate(ICredential UserCredential){ WindowsIdentity newId = (WindowsIdentity)UserCredential; WindowsImpersonationContext impersonatedUser = newId.Impersonate(); MessageBox.Show(WindowsIdentity.GetCurrent().Name); } } I will call the function like below.. public static void mail(){ clsImpersonate objImp = new clsImpersonate(); ICredentials NWC = System.Net.CredentialCache.DefaultCredentials; objImp.Impersonate(NWC); } But above code is wrong because we can not typecast from Icredential to WinndowsIdentity. Is there any other way to do the same. Thanks Saravanakumar.K India

    .NET (Core and Framework) csharp 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