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
B

BarV

@BarV
About
Posts
9
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Connected Complex Objects In Web Services
    B BarV

    Yes, but it doen't matter. If I want to return an object only with data, it's possible using serialization. I want to maintain the logging functionality which requires a connection to the server. It is not a problem if I expose an assembly but the trick is doing it with a web service that has a nested interface. I need the web service for interoperability and keeping the deployment simple. I don't want to rely on the client to have a .net framework installed (or Mono for linux) to avoid the deployment of a .Net assembly. thanks

    ASP.NET csharp asp-net wcf json help

  • Connected Complex Objects In Web Services
    B BarV

    Hello, I tried, unsuccesfully to make a webservice that returns objects with webmethods of their own, using a asp.net webservice. I need to log every action made by the client and still maintain a nested interface.;) for example: a flat regular web service interface: wsclass.getFlower returns a flower object - only with fields(not functionality). I want to return the Flower and record what the user has accessed in the object. I tried returning a webservice complient in interface to the object's instead of the object as a returning type of the getFlower. But when i ran it it raised an error about a serialization failure.:( THANX; bv

    ASP.NET csharp asp-net wcf json help

  • Changing the windows desktop background color programmatically
    B BarV

    Thanks Sure gonna try it

    .NET (Core and Framework) question

  • Painting a button
    B BarV

    Override the OnPaint function

    C# graphics question

  • Changing the windows desktop background color programmatically
    B BarV

    Does anyone know how? thanks ;)

    .NET (Core and Framework) question

  • Large Heap Doesn't Compact?
    B BarV

    Thank you. ;)

    .NET (Core and Framework) csharp html com performance question

  • Large Heap Doesn't Compact?
    B BarV

    Ok, so the Large Memory Heap is defragmented?

    .NET (Core and Framework) csharp html com performance question

  • Large Heap Doesn't Compact?
    B BarV

    No. I relied on the Private Bytes counter in the prefmon. b.v.

    .NET (Core and Framework) csharp html com performance question

  • Large Heap Doesn't Compact?
    B BarV

    I have written a C# application that uses very large objects: 1mb to 3mb, it has what seems to be a memory leak. According to microsoft and all my colleague .NET Applications DON'T leak. So I looked for an answer and came across that: "The large object heap is never compacted..." http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/DBGch02.asp[^] a quote from microsoft article about memory debugging. Isn't that means that when a memory is freed a hole is created and not handled? Is that the reason my app is leaking? Thanks b.v.

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