bpshbp
Name: bpshbp
Score:
Last Seen: 374 days, 23 hours, 35 minutes ago
Member Since: 6 June, 2012
DotNetShoutout
atom rss
12
Shouts

Calling Cross Domain WCF service using Jquery/Javascript

published 719 days, 21 hours, 50 minutes ago posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 723 days, 10 hours, 39 minutes ago
Friday, July 01, 2011 9:04:59 PM GMT Tuesday, June 28, 2011 8:16:01 AM GMT
This post is about to call the cross domain WCF service from you page i.e Calling WCF service hosted on one domain and calling the service form jquery/javascript of page which is hosted on some other domain. But before we start its better to get understand about the format of the data get exchange from one server to other server. JSONP Ajax allows to get data in the background without interfering with the display. Ajax call done by using XMLHttpRequest object, which is allow the client side java... (more)
category: Web Dev | clicked: 70 | 2 comments | | source: pranayamr.blogspot.com
tags: C#, ScriptManager, JavaScript, jQuery, WCF
10
Shouts

WCF Services in Windows Azure | TechBubbles

published 686 days, 23 hours, 2 minutes ago posted by kalyanms1kalyanms1 689 days, 20 hours, 50 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Sunday, July 31, 2011 10:04:55 PM GMT
What is Windows Azure? Windows Azure provides developers computation power storage and can scale web applications on internet through Microsoft Datacenters. Developers can use Azure platform to build WCF service application using their existing Visual Studio 2010 expertise. Windows Azure supports the protocols and formats including SOAP, REST and XML. This post discuss about creating a simple WCF Service and hosting it on Windows Azure and consuming in client application. 1. Create a WCF Service Cont... (more)
category: Web Dev | clicked: 19 | comment | | source: www.techbubbles.com
tags: Windows Azure, WCF
13
Shouts

Tweaking WCF to build highly scalable async REST API

published 686 days, 23 hours, 2 minutes ago posted by oazabiroazabir 690 days, 2 hours, 12 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Sunday, July 31, 2011 4:43:12 PM GMT
You can build async REST API using WCF but due to some bug in WCF implementation it does not scale as you would want it to. Here's my journey with Microsoft's WCF team to explore the problem and find the right fix. (more)
category: Web Dev | clicked: 63 | comment | | source: www.codeproject.com
tags: WCF 3.5., Performance, Scalability, REST
13
Shouts

MEF with WCF Startup

published 682 days, 22 hours, 15 minutes ago posted by dotnetsparkdotnetspark 683 days, 22 hours ago
Sunday, August 07, 2011 8:39:59 PM GMT Saturday, August 06, 2011 8:55:18 PM GMT
In this article I would be creating a Data Access Layer using WCF (more)
category: Web Dev | clicked: 45 | 2 comments | | source: www.dotnetspark.com
tags: DotNetSpark, WCF
15
Shouts

Introduction (WCF) Windows Communication Foundation

published 676 days, 22 hours, 54 minutes ago posted by specindiaspecindia 679 days, 5 hours, 54 minutes ago
Saturday, August 13, 2011 8:00:39 PM GMT Thursday, August 11, 2011 1:01:16 PM GMT
Hello Friends, I am going to discuss some of the learning related topics of WCF in my series of upcoming articles which helps you in your real world application development. With the help of this article I will just going to introduce regarding the new feature of asp.net 3.5 that is WCF. The full form of WCF is Windows Communication Foundation which means it is independent services hosted on some web server for the reusability within your web application by adding web reference which makes a developer w... (more)
category: Web Dev | clicked: 29 | 1 comment | | source: blog.spec-india.com
tags: Introduction to Windows Communication Foundation (WCF), WCF Introduction, Windows Communication Foundation (or WCF), .Net remoting, asp.net web services
22
Shouts

The Future Of Silverlight In Web App Development

published 674 days, 22 hours, 7 minutes ago posted by webmasterqwpwebmasterqwp 679 days, 12 hours, 16 minutes ago
Monday, August 15, 2011 8:48:07 PM GMT Thursday, August 11, 2011 6:38:53 AM GMT
Aug11The Future Of Silverlight In Web App DevelopmentPosted in web development The web development industry is a buzz with speculation regarding the most promising technology for making dynamic websites and apps. Flash dominates a significant part of the web development community but new contenders like HTML5 and Silverlight have also appeared. Silverlight is particular has drawn a lot of attention from the industry veterans given the fact that it comes from the stable of Microsoft. The Redmond based ... (more)
category: Web Dev | clicked: 61 | 6 comments | | source: www.quality-web-programming.com
tags: web development company., best web development
14
Shouts

Pursuing the Windows Azure MCPD

published 674 days, 22 hours, 7 minutes ago posted by KodefuGuruKodefuGuru 675 days, 16 hours, 8 minutes ago
Monday, August 15, 2011 8:48:07 PM GMT Monday, August 15, 2011 2:46:48 AM GMT
I know how some people feel about certifications, but preparing for one teaches you a lot. I already have the Windows and Web Microsoft Certified Professional Developer certifications, but there are three more MCPDs available. One that I will be going for soon is the Windows Azure MCPD. Microsoft recently updated the Windows Azure Platform Training Kit. Anyone wishing to learn Azure can train themselves using this kit. It contains many presentations and labs to get you programming Azure applications in ... (more)
category: Web Dev | clicked: 60 | 3 comments | | source: www.kodefuguru.com
tags: Windows Azure, certification, training kit
13
Shouts

Impersonation and Delegation in WCF | TechBubbles

published 602 days, 4 hours, 5 minutes ago posted by kalyanms1kalyanms1 604 days, 22 hours, 19 minutes ago
Thursday, October 27, 2011 2:49:45 PM GMT Monday, October 24, 2011 8:36:01 PM GMT
Impersonation is a technique that WCF Services use to authorize the caller’s identity to access to service resources such as files and database tables. Service resources can be located either on local service machine or remotely hosted. The resources are being accessed by WCF Service’s process identity or specific windows identity. Difference between Impersonation and Delegation in WCF? Impersonation is used to access the resources when the resources are on the same machine as the service. Delegation i... (more)
category: Web Dev | clicked: 54 | 1 comment | | source: www.techbubbles.com
tags: WCF
13
Shouts

Introducing Unity.WCF - providing easy IoC integration for your WCF services

published 510 days, 40 minutes ago posted by devtrendsdevtrends 519 days, 2 hours, 25 minutes ago
Friday, January 27, 2012 6:15:02 PM GMT Wednesday, January 18, 2012 4:29:28 PM GMT
There are numerous blog posts available that explain how to hook up Unity with WCF. Unfortunately, many of these are incomplete, too basic or just plain wrong. Additionally, as far as I can tell, nobody has created a NuGet package to get you up and running as quickly as possible. This post introduces Unity.WCF, an open source NuGet package that (hopefully) just works in most situations, deals with cleaning up IDisposable instances and also provides a nice mechanism for automatically adding WCF behaviors ... (more)
category: Web Dev | clicked: 114 | 2 comments | | source: www.devtrends.co.uk
tags: Unity, IoC, Dependecy Injection, WCF
7
Shouts

What is a prototype? - Blog - The Web Showroom

published 452 days, 16 hours, 31 minutes ago posted by stephen1983stephen1983 461 days, 18 hours, 11 minutes ago
Sunday, March 25, 2012 2:23:44 AM GMT Friday, March 16, 2012 12:43:57 AM GMT
Prototyping is a valuable part of the web development process and with projects becoming increasingly complex, it's critical that the functionality of your site is nailed down before a designer even thinks about opening Photoshop. At the end of the day we find that the more thought that goes into the prototype often gets rewarded with the project finishing ahead of time, on budget and to specification. (more)
category: Web Dev | clicked: 51 | comment | | source: www.thewebshowroom.com.au
tags: web design, web site design, website design
8
Shouts

SqlCommand ExecuteNonQuery Example In Asp.Net

published 384 days, 11 hours, 4 minutes ago posted by amitjainamitjain 384 days, 23 hours, 33 minutes ago
Friday, June 01, 2012 7:51:14 AM GMT Thursday, May 31, 2012 7:21:38 PM GMT
This is Example of how to use ExecuteNonQuery Method Of SqlCommand In Asp.Net Using C# And VB. (more)
category: Web Dev | clicked: 114 | comment | | source: csharpdotnetfreak.blogspot.com
2
Shouts

File Upload Control In UpdatePanel Asp.Net Ajax

published 435 days, 20 hours, 35 minutes ago posted by amitjainamitjain 441 days, 18 hours, 18 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Thursday, April 05, 2012 12:36:25 AM GMT
If you are uploading files with FileUpload Control In UpdatePanel Using Asp.Net Ajax and not able to do so, this is because few controls doesn't work with Ajax or Partial page postbacks. (more)
category: Web Dev | clicked: 6 | comment | | source: www.csharpaspnetarticles.com
tags:
2
Shouts

Read Web.Config Using JavaScript

published 435 days, 20 hours, 35 minutes ago posted by amitjainamitjain 439 days, 23 hours, 7 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Friday, April 06, 2012 7:47:57 PM GMT
This example explains How To Read Web.Config Using JavaScript In Asp.Net. (more)
category: Web Dev | clicked: 17 | comment | | source: www.csharpaspnetarticles.com
tags:
3
Shouts

Migrating from NUnit to xUnit

published 435 days, 20 hours, 35 minutes ago posted by tduponttdupont 437 days, 9 hours, 18 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Monday, April 09, 2012 9:37:04 AM GMT
If you are currently using NUnit to write your unit tests, then it is not at all difficult to migrate to using xUnit. The philosophical difference between the two is simply this: with xUnit you need to think of your tests as objects, rather than of methods. Here is a visual representation of equivalent test setups between NUnit and xUnit... (more)
category: Agile | clicked: 16 | comment | | source: www.tomdupont.net
tags:
2
Shouts

Download Multiple Files As Zip Archive In Asp.Net

published 435 days, 20 hours, 35 minutes ago posted by amitjainamitjain 436 days, 12 hours, 41 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Tuesday, April 10, 2012 6:13:35 AM GMT
This Example Explains how to Download Multiple Files As Zip File Or Archive From Server In Asp.Net. (more)
category: Web Dev | clicked: 9 | comment | | source: www.csharpaspnetarticles.com
3
Shouts

SQLAuthority News – Social Media Series – Facebook and Google+

published 435 days, 20 hours, 35 minutes ago posted by pinaldavepinaldave 436 days, 2 hours, 19 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Tuesday, April 10, 2012 4:35:55 PM GMT
Pinal on Facebook and Google+ Unless you have been living under a rock for the last few years, you know that Facebook is the first and last word in social networking. Everyone has a Facebook account – from your local store to the 10-year old school child. Because of this ability to be completely connected to everyone in your entire life, keeping a Facebook page for a professional business can be tricky. (more)
category: Data | clicked: 3 | comment | | source: blog.sqlauthority.com
3
Shouts

SQL Server join :- Inner join,Left join,Right join and full outer join

published 435 days, 20 hours, 35 minutes ago posted by questpondquestpond 445 days, 25 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Sunday, April 01, 2012 6:29:39 PM GMT
In this video we will try to understand four important concepts Inner joins,Left join,Right join and full outer joins. .NET & C# interview questions and SQL Joins (more)
category: Data | clicked: 125 | comment | | source: youtu.be
tags:
3
Shouts

From Legacy to Dependency Injection

published 435 days, 20 hours, 35 minutes ago posted by KodefuGuruKodefuGuru 440 days, 12 hours, 11 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Friday, April 06, 2012 6:43:49 AM GMT
The best thing about using Telerik JustMock is that you can mock practically everything. You can even mock types without using dependency injection, making JustMock the best framework to use when working with legacy code... (more)
category: Agile | clicked: 32 | comment | | source: blogs.telerik.com
tags:
3
Shouts

Using the DebuggerBrowsable Attribute

published 435 days, 20 hours, 35 minutes ago posted by BlackWaspBlackWasp 437 days, 16 hours, 8 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Monday, April 09, 2012 2:46:27 AM GMT
Visual Studio's debugging windows and tools allow you to examine in-scope objects and the values contained within their properties, indexers and fields. When this is undesirable, a class may change the way in which its debugging information is provided. (more)
category: How To | clicked: 15 | comment | | source: www.blackwasp.co.uk
tags:
3
Shouts

Mastering LOB Development for Silverlight 5: Out of Browser (OOB) Applications

published 435 days, 20 hours, 35 minutes ago posted by KMilKMil 441 days, 18 hours, 40 minutes ago
Tuesday, April 10, 2012 10:19:28 PM GMT Thursday, April 05, 2012 12:14:44 AM GMT
This is a free chapter of the book "Mastering LOB Development for Silverlight 5: A Case Study in Action", published at SilverlightShow. The focus of this chapter is Out of Browser (OOB) Applications. (more)
category: Metro | clicked: 22 | comment | | source: www.silverlightshow.net
tags:
Previous 1 2 3 4 5 6 7 Next