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
M

M Waseem Chishti

@M Waseem Chishti
About
Posts
6
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • static Method And Thread Safety
    M M Waseem Chishti

    is there no diffrence between how compiler treats a static method and an instance method (if both are only accessing their local variables) ??

    C# help

  • static Method And Thread Safety
    M M Waseem Chishti

    Thankx :-D

    C# help

  • static Method And Thread Safety
    M M Waseem Chishti

    yeah all methods are maintaining their own copies. all i wanted to know is what copiler does when a method is called ?? is there any diffrence between behaviour of compiler when you call a static method ??

    C# help

  • static Method And Thread Safety
    M M Waseem Chishti

    Hi guys, I am facing a problem regarding static methods, what happens when we call a static method (accessing only local variables), public static void HelpMePlease() { int a=0; a++; Console.WriteLine("A must be 1 " + " a :" + a.ToString()); a++; Console.WriteLine("A must be 2 " + " a :" + a.ToString()); a++; Console.WriteLine("A must be 3 " + " a :" + a.ToString()); a++; Console.WriteLine("A must be 4 " + " a :" + a.ToString()); } Lets suppose, I call this method from 50 threads simultaneously. will All methods keep single copy of a. or each one will have its own copy. Please explain it comprehensively, compiler internals etc. Thanks in advance M.Waseem

    C# help

  • Decompile
    M M Waseem Chishti

    there are many obfuscation programs are available in market which you can use to secure your source code. a good defination of obfuscator from google : ) "Obfuscator is a program that garbles a source either by encryption or by substitution of codes. This means that the source to be compiled is hard to understand and hard to debug. But during runtime it is decrypted as pure source."

    C# csharp question

  • Setting a control focus when form is loaded
    M M Waseem Chishti

    select the text box you want to get focus, in designer go to its properties, set "TabIndex" property to 0 and Its done :)

    C# question
  • Login

  • Don't have an account? Register

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