itai

Stories submitted by itai

How To: Font Embedding In Silverlight(blogs.microsoft.co.il)

submitted by itaiitai(65) 3 years ago

Discover how you can embed custom font in your Silverlight application read more...

add a comment |category: |Views: 16

tags: another

Configuring AJAX Extensions In SharePoint(blogs.microsoft.co.il)

submitted by itaiitai(65) 3 years, 2 months ago

SmartPart install document lacks some steps in configuring AJAX Extensions in a SharePoint site read more...

add a comment |category: |Views: 22

tags: another

HOW TO: IMPLEMENT HMAC AUTHENTICATION ON A RESTFUL WCF SERVICE(blogs.microsoft.co.il)

submitted by itaiitai(65) 3 years, 3 months ago

Implementing HMAC authentication on a RESTful WCF service. read more...

add a comment |category: |Views: 426

tags: another

Configuration shortcuts (or IntelliSense for configuration file)(blogs.microsoft.co.il)

submitted by itaiitai(65) 3 years, 3 months ago

How to create shortcuts for the appSettings & connectionStrings sections in your configuration file read more...

add a comment |category: |Views: 8

tags: another

Redirecting on a callback(blogs.microsoft.co.il)

submitted by itaiitai(65) 3 years, 3 months ago

During a callback process you can not redirect to another site. so how to do it? read more...

add a comment |category: |Views: 7

tags: another

Improve your ASP.NET Website User Experience: Flush Down your partial(blogs.microsoft.co.il)

submitted by itaiitai(65) 3 years, 3 months ago

Use Response.Flush to improve your user experience by responding to your website users. read more...

add a comment |category: |Views: 14

tags: another

Quince - User Experience Design Patterns Exploration Tool(blogs.microsoft.co.il)

submitted by itaiitai(65) 3 years, 3 months ago

Check out the UX Design Patterns exploration tool from Infragistics, no need to break your head in order to find the suited solution for your application UI. read more...

add a comment |category: |Views: 9

tags: another

T-SQL split function(blogs.microsoft.co.il)

submitted by itaiitai(65) 3 years, 3 months ago

improve your application performance by performing batch based operation to your DB layer by using T-SQL split function read more...

add a comment |category: |Views: 21

tags: another

Transform List<T> to List<K> where T inherits from K(blogs.microsoft.co.il)

submitted by itaiitai(65) 3 years, 4 months ago

In this post I'm reviewing a way to transform a List of type T to a List of Type K, in cases when T inherits from K read more...

add a comment |category: |Views: 10

tags: another