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
D

deyaert

@deyaert
About
Posts
5
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • is view in sql server 2000 increase performance
    D deyaert

    How is this accomplished? If you put indexes, aren't they on the table and not on the view?

    Database question database sql-server sysadmin performance

  • Mark field in child class as NonSerialized
    D deyaert

    No prob :)

    C# help question learning

  • Mark field in child class as NonSerialized
    D deyaert

    maybe something like this could be usefull?! [OnDeserializing()] internal void OnDeserializingMethod(StreamingContext context) { this.nonserializedmember = reInitialise(); foreach (Child c in this.childs) { child.newNonserializedValue = this.nonserializedmember; } }

    C# help question learning

  • Mark field in child class as NonSerialized
    D deyaert

    If you don't want to store it, but on deserialization want to get default values. Then maybe the OnDeserializedAttribute can be of use... http://msdn.microsoft.com/en-us/library/system.runtime.serialization.ondeserializedattribute.aspx

    C# help question learning

  • Mark field in child class as NonSerialized
    D deyaert

    I thought NonSerialized is intended for this purpose, or what whould you expect?

    C# help question learning
  • Login

  • Don't have an account? Register

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