Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Getting SWT token from ACS 2.0

    Following HTTP request shows how to request the token from ACS 2.0. (Note: the content is obfuscated!) POST /v2/OAuth2-13 HTTP/1.1 Content-Type: application/x-www-form-urlencoded Host: youracsnamespace.accesscontrol.windows.net Content-Length: 201 Expect: 100-continue Connection: Keep-Alive grant_type...
    Posted to Damir Dobric Posts by Damir Dobric on 04-25-2011
    Filed under: Filed under: , , , ,
  • Comparing ETW, File and EventLog logging speed

    The Windows Server AppFabric uses Event Tracing for Windows to when collecting events. That means there are several components in system like WCF, which trace huge amount of data into ETW based processor buffers. Following diagrams show average result measured on three virtual machines. X-axis represents...
    Posted to Damir Dobric Posts by Damir Dobric on 11-18-2010
    Filed under: Filed under: ,
  • Meeting Prof. Dr. Dan Reed

    Frankfurt am Main – Germany, October 28 – 29, 2010 International Supercomputing Conference 2010 has been hosted this year in Frankfurt am Main - Germany. ISC Cloud'10 is a conference that focuses on massive data processing and large application simulations in the Cloud.This inaugural Cloud program...
    Posted to Damir Dobric Posts by Damir Dobric on 10-31-2010
    Filed under: Filed under: , , ,
  • WCF Analytic Trace Messages

    Some of you may know that windows provides by default Event Trace Session called “ EventLog-Microsoft-Windows-Application Server-Applications-Analytic ”. session.   This session can be enabled by enabling of Analytic-Event log: Assuming that your service has following diagnostic configuration and...
    Posted to Damir Dobric Posts by Damir Dobric on 10-23-2010
    Filed under: Filed under: , , , , ,
  • Attach Debugger Security Warning

    While debugging you WCF-Service or ASP.NET application within UnitTest you may get following warning when stepping into the service code. “Attaching to this process can potentially harm your computer…” For example, this can happen when you have the UnitTest which invokes the Service via generate Proxy...
    Posted to Damir Dobric Posts by Damir Dobric on 11-13-2009
    Filed under: Filed under: , , ,
  • Pex: Allowing of an Exception

    During discovering of the code (method) Pex may find a number of different parameter variations. For each variation of input parameters the program will step through a different execution paths. In the example below one method is shown, which implements three different paths 1, 3 and 4. public string...
    Posted to Damir Dobric Posts by Damir Dobric on 02-14-2009
    Filed under: Filed under:
  • Implementing of custom rewriter in .NET4.0: error MSB3073

    When implementing custom rewriter you may get following error: error MSB3073: The command ""C:\Program Files\Microsoft\Contracts\Bin\ccrewrite" /rewrite "/rewriterMethods:SampleApplication,SampleApplication.CustomRewiterMethods" "D:\Tfs\hyperion\DaenetProjects\DiverseTests...
    Posted to Damir Dobric Posts by Damir Dobric on 02-09-2009
    Filed under: Filed under:
  • Entity Framework compiling error

    Error 67 Error 3026: Problem in Mapping Fragment(s) starting at line(s) (982, 1103, 1112, 1121, 1129): Data loss or key constraint violation is possible in table TAggregationEvent. The following C-side state is not preserved upon retrieving persisted data from the store. An Entity instance e with Key...
    Posted to Damir Dobric Posts by Damir Dobric on 08-10-2008
    Filed under: Filed under:
  • Mimetypes required for VSTO and ClickOnce

    Following mime types should be registered in IIS, when using VSTO and ClickOnce: .application application/x-ms-application .manifest application/x-ms-manifest .deploy application/octet-stream .deploy application/x-ms-vsto
    Posted to Damir Dobric Posts by Damir Dobric on 07-22-2008
    Filed under: Filed under: , ,
  • Error by Implementing of custom ServiceCredentials

    While implementing Custom ServiceCredentials class, you may get following error: Clone() was not implemented properly by 'your type..'. The cloned object was 'System.ServiceModel.Description.ServiceCredentials'. This error indicates invalid or missing implementation of the method CloneCore...
    Posted to Damir Dobric Posts by Damir Dobric on 07-04-2008
    Filed under: Filed under: ,
  • LINQ, “orderby” and dynamic query sample

    One of important benefits of LINQ is that it enables you to write type-safe queries in VB and C#. Unfortunately there are Business cases cases where you want the flexibility to dynamically construct queries on the fly and damage type safety of Linq. :) Here is one example: Now, what if you use this code...
    Posted to Damir Dobric Posts by Damir Dobric on 06-14-2008
    Filed under: Filed under:
  • Error by using of symmetric algorithms

    By using of RijndaelManaged symmetric encryption algorithm you may get following error: " Padding is invalid and cannot be removed." By using of TrippleDES and TrippleDESCryptoServiceProvider you may get following exception: " System.Security.Cryptography.CryptographicException: Bad Data...
    Posted to Damir Dobric Posts by Damir Dobric on 06-03-2008
    Filed under: Filed under:
  • Entity Framework: How Referential Integrity Works

    For everybody who is interested on internals of Entity Framework (ER) in relation to referential integrity, I would recommend this ADO.NET team article written by elisaj: http://blogs.msdn.com/adonet/pages/how-referential-integrity-works.aspx . Another interesting article, which describes ER performance...
    Posted to Damir Dobric Posts by Damir Dobric on 05-24-2008
    Filed under: Filed under:
  • VSTS: Migrating VSMDI files

    When working with Team System, I was often almost frustrated, because somehow my test or test categories just disappear. To solve the I investigated situation when this happen. The category file can be "destroyed" when doing following: 1. When migrating the application to Team Foundation Server...
    Posted to Damir Dobric Posts by Damir Dobric on 05-24-2008
    Filed under: Filed under: ,
  • XLinq Query Examples

    In this pos I will show some intersting XLing examples used to query the data in the Visual Studio project file. Samples in this document are based on XML file shown in this post and are all preceeded with following code, which loads the root element from XML file and set the namespace member to default...
    Posted to Damir Dobric Posts by Damir Dobric on 12-13-2007
    Filed under: Filed under:
Page 5 of 7 (104 items) « First ... < Previous 3 4 5 6 7 Next >
developers.de is a .Net Community Blog powered by daenet GmbH.