phanibitra

Stories kicked by friends of phanibitra

How to help yourself when NuGet goes down(www.xavierdecoster.com)

submitted by johnrummelljohnrummell(1321) 2 months, 18 days ago

Today will be remembered as the day that NuGet.org went down and broke quite some builds. While many people would love to see the NuGet team wearing a pink sombrero, there is something to say about wearing it yourself if you did not manage to work around this. Let me explain… read more...

2 comments |category: |Views: 131

tags: another

ETags with WCF Web APIs Preview 4(javiercrespoalvez.com)

submitted by fintz69fintz69(700) 11 months, 1 day ago

How to handle ETags automatically with WCFWebApis read more...

add a comment |category: |Views: 30

tags: another

SQL Server: Short Code Doesn’t Mean Smart Code (connectsql.blogspot.com)

submitted by lionofdezertlionofdezert(1110) 1 year ago

TSQL is a powerful query language.A single query can be written by several ways. With new functions and keywords, query with multiple lines now can be written very shortly and effectively BUT every time and SHORT code doesn't mean SMART (well performing)code. How? here is a proof. read more...

add a comment |category: |Views: 92

tags: another

MessageBox – The jQuery Plugin(www.jrummell.com)

submitted by johnrummelljohnrummell(1321) 1 year ago

Now that I’ve been working more and more with ASP.NET MVC, I’ve been rewriting some of my server side controls with jQuery plugins. A while back I shared my version of Janko’s popular MessageBox control. I’ve created a similar effect with a jQuery plugin based on the Highlight/Error examples on the jQuery UI Themes page. read more...

add a comment |category: |Views: 13

tags: another

Replacing .NET Reflector(www.blackbeltcoder.com)

submitted by scwebgroupscwebgroup(332) 1 year ago

Good news for .NET developers who are unhappy with what Red Gate is doing with this must-have tool read more...

add a comment |category: |Views: 200

tags: another

Introducing JustTrace and JustDecompile (blogs.telerik.com)

submitted by KodefuGuruKodefuGuru(2818) 1 year ago

Have you heard the news? New productivity tools have Just™ arrived, and it turns-out good things come in twos! JustTrace and JustDecompile have just been revealed and the betas are immediately available for download. read more...

add a comment |category: |Views: 54

tags: another

Building a better MessageBox for WP7 with the help of XNA.(michaelcrump.net)

submitted by mbcrumpmbcrump(1034) 1 year, 1 month ago

I’ve recently had the requirement to allow my user to choose between two items in my Windows Phone 7 application. The first way that I thought of tackling this was using the standard MessageBox.Show that is included with the System.Windows class and seeing if the enum provided a way to allow custom text. read more...

add a comment |category: |Views: 30

tags: another

How to use ExpandoObject Class in .NET 4.0(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 1 month ago

In this article, i will explain how to use the How to use ExpandoObject Class in .NET 4.0.The ExpandoObject class is introduced on .NET Framework 4.0 and inherited using many interfaces. read more...

add a comment |category: |Views: 71

tags: another

Tunnelling PUT and DELETE with WCF Web APIs Preview 4(javiercrespoalvez.com)

submitted by fintz69fintz69(700) 1 year, 1 month ago

Tunnelling PUT and DELETE requests with WCF Web APIs Preview 4 read more...

add a comment |category: |Views: 17

tags: another

WCF Web APIs: Embrace the Web(javiercrespoalvez.com)

submitted by fintz69fintz69(700) 1 year, 1 month ago

The new WCF Web APIs library embraces the Web read more...

add a comment |category: |Views: 35

tags: another

Afterthought: a post-compilation code injection framework(blogs.app.vc3.com)

submitted by kr4sterkr4ster(34) 1 year, 1 month ago

Afterthought allows developers to post-process .NET assemblies to add code that either cannot be added to the original source or is not convenient/efficient to do so. Examples include: Tweaking a compiled assembly for which you do not have the source code be must support/modify Adding instrumentation logic to an assembly for test purposes, which will not always be part of the release version So, what does Afterthought do? Quite simply, it allows you to: Create type amendments by subclassing Amendment<,> to describe what changes you want to make Add attributes to your types indicating which types to amend and what amendments to apply Amend properties by either adding new properties or modifying the logic of existing properties Amend methods by either adding new methods or modifying the logic of existing methods Amend constructors by either adding new constructors or modifying the logic of existing constructors Implement interfaces directly on a type leveraging existing properties/methods, adding new properties/methods, and allowing Afterthought to automatically implement everything else Configure your project to call Afterthought as a post-build step to apply the changes read more...

add a comment |category: |Views: 461

tags: another

WPF Single Instance Application – Update - Arik Poznanski's Blog(blogs.microsoft.co.il)

submitted by arikparikp(1204) 1 year, 1 month ago

Back in this post I’ve presented some code that make sure you only have one instance of your application. read more...

add a comment |category: |Views: 25

tags: another

5 of the best online code editors for fans of the cloud(blog.webdistortion.com)

submitted by squiggssquiggs(585) 1 year, 1 month ago

This collection of cloud based code editors has been created with developers in mind, and perfectly showcases just how far software has come. Checkout CodeRun for .NET developers who need to run code in the browser. read more...

add a comment |category: |Views: 70

tags: another

Using GIT on top of TFS(dotnetsurfers.com)

submitted by latishlatish(470) 1 year, 1 month ago

How to use the git-tfs bridge to work with GIT on top of TFS. read more...

add a comment |category: |Views: 58

tags: another

Common Table Expressions (CTE) – Underappreciated Features of Microsof(beyondrelational.com)

submitted by jacobsebastianjacobsebastian(3639) 1 year, 1 month ago

This is part of the series of posts that I am running under the title " Under Appreciated Features of SQL Server ". The series has been inspired by Andy Warren's editorial on SQLServerCentral.com. Did you ever wonder if you could create a temporary result set and use that within a single... read more...

add a comment |category: |Views: 40

tags: another

Dot Net Techniques(saloweblife.blogspot.com)

submitted by sal_lbsal_lb(251) 1 year, 2 months ago

Increase your dot net software development skills Active Directory Membership Provider,Software Skills, The MVP Pattern , Custom Paging GridView (Inheriting from the Base GridView Control) , LINQ to Services (LINQ to Amazon, google, bing, JSON, LDAP (Active Directory), Streams, DryadLINQ …) , Dot Net 4.0 Parallel Computing , Visual Inh......eritance In Windows Applications , Design Patterns Applicability, WCF, JSON read more...

1 comment |category: |Views: 118

tags: another