abhijeetp

Stories submitted by abhijeetp

Performing multiple Asynchronous Actions using TPL(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 7 months ago

An overview of performing Asynchronous Actions using Tasks read more...

add a comment |category: |Views: 7

tags: another

Using multiple Object Contexts in a Transaction(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 8 months ago

You have using the entity Framework and have multiple ObjectContexts each working against a different database and you want o execute operations on both of them in a Transaction. Here's how read more...

add a comment |category: |Views: 22

tags: another

Handling WorkflowRuntime events for IIS hosted WCF + WF services(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 9 months ago

How do you handle events of the WorkflowRuntime class when a Windows Workflow is hosted in IIS? Trivial to do in self hosting but not so obvious in IIS hosting. Read more to find out how... read more...

add a comment |category: |Views: 46

tags: another

Passing Continuations(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 9 months ago

Continuation Passing in C# read more...

add a comment |category: |Views: 18

tags: another

Visitor.. What's in a visit anyways...(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 10 months ago

Use C# 3.0 features to perform classic "Visit" operations elegantly and reducing code bloat in the process. read more...

add a comment |category: |Views: 9

tags: another

C# Method overloading trivia(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 10 months ago

The overload resolution rules in C# can be a bit tricky. How to overload resolution rules apply when working with instance generic, non generic methods and extension methods. read more...

add a comment |category: |Views: 27

tags: another

Interfaces Vs. Delegates(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 10 months ago

Yet another round of interfaces v/s delegates.Here are some of my thoughts. read more...

add a comment |category: |Views: 18

tags: another

Dynamic Attributes in C#(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 10 months ago

Ever wondered whether attributes can be applied to object instances dynamically. Can attributes hold other types besides constants and strings that are embedded in the metadata? Read more to find out how. read more...

add a comment |category: |Views: 269

tags: another

Some Extension Methods for working with the ADO.NET Entity Framework(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 10 months ago

A few extension methods to help working with the Entity Framework read more...

add a comment |category: |Views: 7

tags: another

Object equality in Except and other set operators in LINQ(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 10 months ago

How do set operators such as Except handle object equality for comparison in LINQ? Read more to find out. read more...

add a comment |category: |Views: 21

tags: another

Performing multiple Asynchronous Actions for long running operations(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 10 months ago

Ever wondered how to perform a bunch of Actions asynchronously without terribly complicating the client code read more...

add a comment |category: |Views: 7

tags: another

Entity Framework Object Context - AWAITING COMMAND(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 10 months ago

Are Database connections actually disposed when you dispose of the Object Context? read more...

add a comment |category: |Views: 16

tags: another

LINQ to XML on assembly embedded XML files(geekswithblogs.net)

submitted by abhijeetpabhijeetp(115) 2 years, 10 months ago

How to work with XML files embedded as a resource in an assembly read more...

add a comment |category: |Views: 19

tags: another