Category Archives: Technology

Setting Service Recovery Options for your WCF Service

Daemoniq supports for setting up service recovery options via the app.config file. This is enabled by adding a recoveryOptions element inside the service definition. The attributes exposed by this element allows users to set recovery options at the same level … Continue reading

Posted in Development, Dotnet, Strategy, Technology | Tagged , , , | Leave a comment

WCF – Annoying Error

The target assembly contains no service types. You may need to adjust the Code Access Security policy of this assembly.” Did you ever encounter this dialog box when dealing with WCF services? “The target assembly contains no service types.  You … Continue reading

Posted in Development, Dotnet, How To, Technology | Tagged , , , , , , , | Leave a comment

Anonymous types in Dot Net Framework

With the feature of the object initializer and the var datatype, we can create anonymous datatypes easily in C#. For example, we can define a variable as follows: var a = new { Name = “name1”, Address = “address1” }; … Continue reading

Posted in Definitions, Dotnet, How To, Technology | Tagged , , , , | Leave a comment

Resource Links for 70-513 WCF Certification Exam

Today I am sitting for the beta version (71-513) of the Microsoft certification exam 70-513 : Windows Communication Foundation Development with Microsoft .NET Framework 4. The new MSDN library format is more streamlined and readable, and provides a wealth of … Continue reading

Posted in Development, Dotnet, How To, Strategy, Technology, Tools | Tagged , , , , , , , , , , | Leave a comment

UNDERSTANDING IoC CONTAINER

In a multi layered application architecture, loosely coupled code is more than a important. It’s the basic which can either help the entire project progress, or drive it down the slope to the end (in the bad meaning of the … Continue reading

Posted in Development, Dotnet, How To, Standards, Technology | Tagged , , , , | Leave a comment

Logical Versus Physical Database Modeling

After all business requirements have been gathered for a proposed database, they must be modeled. Models are created to visually represent the proposed database so that business requirements can easily be associated with database objects to ensure that all requirements … Continue reading

Posted in Development, How To, Model, SQL Server, Strategy, Technology | Tagged , , , , , , , , , , , , | Leave a comment

ASP.NET – Understanding Project Types

ASP.NET Web Forms lets you build dynamic websites using a familiar drag-and-drop, event-driven model. A design surface and hundreds of controls and components let you rapidly build sophisticated, powerful UI-driven sites with data access. The Wingtip Toy Store is based … Continue reading

Posted in Dotnet, Technology | Tagged , , , , , , , , , , , | Leave a comment

Configure/Enable-Disable Access Requests in SharePoint

Access Request feature enables users to request access to a site directly through SharePoint when they get an access denied page. By default SharePoint configures the access requests for a particular site collection to go to the person who created … Continue reading

Posted in Development, How To, Technology | Tagged , , , , , , , , , | Leave a comment

Outlook mail merge using Outlook Contacts

First of all, from Outlook open the Contacts List view. Depending on your Outlook view settings, you can display the Contacts List either by clicking on the Contacts bar (if visible) or by browsing to the Contacts folder through the mail … Continue reading

Posted in Method, Office Tips, Strategy, Technology, Tools | Tagged , , , , , , , , , , , , | 8 Comments

Open Source Alternate for Visio

Do you diagram? Chart? Maybe you sketch room layouts or wiring schematics? How about flow charts? Most people in the corporate world use the industry standard (and expensive) Microsoft Visio. So what do you do if you are in need … Continue reading

Posted in Development, Model, Office Tips, Open Source Platform, Technology, Tools | Tagged , , , , , , , , | 2 Comments