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
S

Shoaib

@Shoaib
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • WCF with MemoryCaching
    S Shoaib

    I assume you are talking about using ASP.NET Cache object in WCF services (w/ AspNetCompatibilityMode) but I don't quite get this "can't use MemoryCaching since the cache is recreated with every instance" ASP.NET cache will remain as long as the Application remains (which can be configured not to be re-cycled). Have a look at NCache Express or any other caching framework including memcached.

    WCF and WF csharp html database wcf com

  • Is there a way to accelerate the following algorithm for hamming distance calculation? By assembly language?
    S Shoaib

    I wouldn't recommend assembly, unless platform portability is not a concern. A relatively easier option would be to apply a Duff's device to this loop. Unrolling the loop can provide performance boost. However, unless this is, say DSP code that has to run over and over again its probably not worthwhile and the effects wont be noticable. http://en.wikipedia.org/wiki/Duff%27s_device[^] I would recommend to benchmark the code first to establish the base data for performance comparison.

    C / C++ / MFC design algorithms question code-review

  • C++ GUI Framework
    S Shoaib

    Kosta Cherry wrote: And Managed C++ is by no means "fun" Depends on your definition of fun. MC is obsolete btw, have you tried C++/CLI? I find C++/CLI very enjoyable with the added satisfaction that I can mix native c++ code like no other managed environment would let me do. For a good amount of time, I struggled to find a decent standardized c++ framework for web applications and even though there were some I didnt like any (just like you) and finally the idea of using C++/CLI to utilize the powerfull .NET framework stuck. Its fun for me because with just a few lines of code I get to expose my native c++ functionality as WCF webservices and from the same executable. It is marketable because you get to learn new .NET stuff as well as the intricacies of mixing with native. Mastering WPF, even though with C++/CLI, will be profitable because WPF is going to stay especially with Metro apps coming out in upcoming Windows8 and the possibilities they open up for Windows App Store are huge. A downside however is that mono still does not support C++/CLI therefore its not portable yet.

    Design and Architecture c++ learning delphi database performance
  • Login

  • Don't have an account? Register

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