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
A

Alex Iagovsky

@Alex Iagovsky
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Search for statements in CS files.
    A Alex Iagovsky

    Thanks . Let's see whether others have some ideas too . I mainly need this for my personal use . ( I have a huge project and we add modules all the time to it and checking this manually is not much fun ) Though maybe I'll convert this functionality ( when and if I'll write it ) into an add-in for VS .

    C# question csharp help tutorial

  • Search for statements in CS files.
    A Alex Iagovsky

    Hello . I am looking for a program or an idea how to parse C# files . What I mainly need to find is disposing of created objects in the methods In each method in each class that is in the file , I want to look for object creation statement : myObject = new CMyObject() And then to see whether this object is disposed in the end of the method ( in the finally ) . And I also want to analyze more stuff . The question is whether anyone knows a program that can help me , or can give me an idea how to do it ? CodeDom can help me ? Is it possible to create CodeDom objects hierarhy from source code ? Thanks

    C# question csharp help tutorial

  • Using the capacity property of ArrayList
    A Alex Iagovsky

    Hey . As I understood , this property , if set explicitly , should disable the autmatically expantion of the array when using "Add" ,when the Count equals to Capacity .. well .. this doesn't work for me . I just don't want the ArrayList to be expanded automatically when adding item , when Count equals to Capacity. instead I'd expect that it will raise some exception . of course I can do all that in my own class that using the ArrayList , but I'd like that to be done in ArrayList itself . anyone knows how to do it ? Alex ICQ : 10676475 email : alexyag@inter.net.il =================================================== "The harder you fall, the higher you bounce." - American Proverb

    C# csharp dotnet data-structures tutorial 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