Signature in REST Services to maintain the integrity of sensitive data(dotnetfriendly.blogspot.com)
submitted by afsharpay(60) 1 year, 7 months ago
using Signature in REST Services to maintain the integrity of sensitive data included in the URI read more...
add a comment |category: Web Services |Views: 3
tags: WebServices another
Consuming .Net WCF Rest in different ways(dotnetfriendly.blogspot.com)
submitted by afsharpay(60) 1 year, 8 months ago
How to consume .Net WCF Rest using different ways read more...
add a comment |category: WCF |Views: 25
tags: WCF another
Wrapped BodyStyle in WCF Rest(dotnetfriendly.blogspot.com)
Wrapped BodyStyle and Bare difference in WCF Rest read more...
add a comment |category: WCF |Views: 86
How to load assembly and its references ignoring version number(dotnetfriendly.blogspot.com)
submitted by afsharpay(60) 1 year, 9 months ago
How to load assembly and its references ignoring version number using .Net Reflection read more...
add a comment |category: C# |Views: 7
tags: C# another
Translate<T> method in ObjectContext in Entity Framework 4(dotnetfriendly.blogspot.com)
ObjectContext Translate<T> method read more...
add a comment |category: C# |Views: 39
What is System.Lazy<T> in .Net 4(dotnetfriendly.blogspot.com)
System.Lazy<T> is a new class in .Net4 read more...
add a comment |category: C# |Views: 20
How to decouple your application from IoC container implementation(dotnetfriendly.blogspot.com)
submitted by afsharpay(60) 2 years, 1 month ago
decoupling your application from IoC container implementation read more...
add a comment |category: Patterns |Views: 15
tags: Patterns another
Creating your own code generator in ASP.NET(dotnetfriendly.blogspot.com)
how to Create your own code generator in ASP.NET read more...
add a comment |category: ASP.NET |Views: 9
tags: ASP.NET another