By Brad Abrams
April 20, 2010 01:51 PM EDT
Wow – I can’t believe it has already been 13 years at Microsoft. I have
had a great time here and learned so much from the smart and passionate
people I work with as well as the incredible developer community around
.NET. But I have decided it is time for me to try something ne... (more)
|
By Brad Abrams
April 20, 2010 01:51 PM EDT
Wow – I can’t believe it has already been 13 years at Microsoft. I have
had a great time here and learned so much from the smart and passionate
people I work with as well as the incredible developer community around
.NET. But I have decided it is time for me to try something ne... (more)
|
By Brad Abrams
April 20, 2010 01:51 PM EDT
Wow – I can’t believe it has already been 13 years at Microsoft. I have
had a great time here and learned so much from the smart and passionate
people I work with as well as the incredible developer community around
.NET. But I have decided it is time for me to try something ne... (more)
|
By Brad Abrams
April 12, 2010 12:13 PM EDT
Continuing in our series, I wanted to touch on how a RIA Services can be
exposed your service in JSON. This is very handy for Ajax clients.
The great thing is that enabling the JSON endpoint is that it requires NO
changes whatsoever to the DomainService. All you need to do i... (more)
|
By Brad Abrams
April 12, 2010 12:13 PM EDT
Continuing in our series, I wanted to touch on how a RIA Services can be
exposed your service in JSON. This is very handy for Ajax clients.
The great thing is that enabling the JSON endpoint is that it requires NO
changes whatsoever to the DomainService. All you need to do i... (more)
|
By Brad Abrams
April 12, 2010 12:13 PM EDT
Continuing in our series, I wanted to touch on how a RIA Services can be
exposed your service in JSON. This is very handy for Ajax clients.
The great thing is that enabling the JSON endpoint is that it requires NO
changes whatsoever to the DomainService. All you need to do i... (more)
|
By Brad Abrams
March 29, 2010 12:31 PM EDT
Continuing in our series, I wanted to touch on how a RIA Services can be
exposed as a Soap\WSDL service. This is very useful if you want to enable
the exact same business logic\data access logic is available to clients other
than Silverlight. For example to a WinForms applic... (more)
|
By Brad Abrams
March 29, 2010 12:31 PM EDT
Continuing in our series, I wanted to touch on how a RIA Services can be
exposed as a Soap\WSDL service. This is very useful if you want to enable
the exact same business logic\data access logic is available to clients other
than Silverlight. For example to a WinForms applic... (more)
|
By Brad Abrams
March 29, 2010 12:31 PM EDT
Continuing in our series, I wanted to touch on how a RIA Services can be
exposed as a Soap\WSDL service. This is very useful if you want to enable the
exact same business logic\data access logic for clients other than
Silverlight. For example to a WinForms application or WPF or e... (more)
|
By Brad Abrams
March 26, 2010 10:32 AM EDT
To continue our series, In real business applications our data is often
very valuable and as such we need to know who is accessing what data and
control certain data access to only users with privilege. Luckily this is
very easy to do with RIA Services. For example, say we wa... (more)
|
By Brad Abrams
March 26, 2010 10:32 AM EDT
To continue our series, In real business applications our data is often
very valuable and as such we need to know who is accessing what data and
control certain data access to only users with privilege. Luckily this is
very easy to do with RIA Services. For example, say we wa... (more)
|
By Brad Abrams
March 26, 2010 10:32 AM EDT
To continue our series, In real business applications our data is often
very valuable and as such we need to know who is accessing what data and
control certain data access to only users with privilege. Luckily this is
very easy to do with RIA Services. For example, say we wa... (more)
|
By Brad Abrams
March 25, 2010 12:45 PM EDT
Azure Session at Cloud Expo
I continue to be impressed with the quality of .NET Developers in Israel.. we
had a full house last night for a 2+ hour presentation on building business
applications with Silverlight and RIA Services.
The audience was very engaged and had lots of good... (more)
|
By Brad Abrams
March 25, 2010 01:01 AM EDT
I continue to be impressed with the quality of .NET Developers in Israel.. we
had a full house last night for a 2+ hour presentation on building business
applications with Silverlight and RIA Services. The audience was very
engaged and had lots of good, relevant questions which... (more)
|
By Brad Abrams
March 25, 2010 01:01 AM EDT
I continue to be impressed with the quality of .NET Developers in Israel.. we
had a full house last night for a 2+ hour presentation on building business
applications with Silverlight and RIA Services. The audience was very
engaged and had lots of good, relevant questions which... (more)
|
By Brad Abrams
March 24, 2010 01:53 AM EDT
I thought it would be worthwhile to produce an index for the (very)
occasional series I have on giving tips to PMs at Microsoft.
PM Tip #10: Interview Tips for Landing a Great Program Management Job
PM tip# 11: Information is the Currency of Program Management
PM Tip #14: Great t... (more)
|
By Brad Abrams
March 24, 2010 01:53 AM EDT
I thought it would be worthwhile to produce an index for the (very)
occasional series I have on giving tips to PMs at Microsoft.
PM Tip #10: Interview Tips for Landing a Great Program Management Job
PM Tip #14: Great teams have members that defy roles
PM Tip #12: Don't waist k... (more)
|
By Brad Abrams
March 24, 2010 01:53 AM EDT
I thought it would be worthwhile to produce an index for the (very)
occasional series I have on giving tips to PMs at Microsoft.
PM Tip #10: Interview Tips for Landing a Great Program Management Job
PM tip# 11: Information is the Currency of Program Management
PM Tip #14: Great t... (more)
|
By Brad Abrams
March 23, 2010 01:38 PM EDT
To continue our series let’s look at data validation our business
applications. Updating data is great, but when you enable data update you
often need to check the data to ensure it is valid. RIA Services as clean,
prescriptive pattern for handling this. First let’s look at ... (more)
|
By Brad Abrams
March 23, 2010 01:38 PM EDT
To continue our series let’s look at data validation our business
applications. Updating data is great, but when you enable data update you
often need to check the data to ensure it is valid. RIA Services as clean,
prescriptive pattern for handling this. First let’s look at ... (more)
|