By tag: services
0
kicks
EntitySpaces RIA Services Released to Production
This release provides four new templates for developing RIA Services Applications. EntitySpaces can create everything you need to get started on your RIA Services application. EntitySpaces will create your DomainService class (including a partial class to go along with it to house your custom method...
0
kicks
EntitySpaces in a RIA Services Silverlight Application Development Sce
Whether RIA Services is merely a buzzword you’ve heard bounced around or you’re a seasoned Silverlight developer you should checkout this functionality. When you combine EntitySpaces with RIA Services you will almost instantly be able to create professional quality Silverlight applications.
0
kicks
Displaying SOAP XML Messages in a Simple WCF Web Service
Learn how to create a basic WCF web service, with a plaintext username password authentication, that outputs all incoming and outgoing XML SOAP packet messages to the Visual Studio Console.
0
kicks
Using Paging in WCF Data Services - Gil Fink on .Net
One of the mechanisms which were provided in WCF Data Services from the start was client side paging.
In the new release of WCF Data Services we also get a server side paging and this will be addressed in this post.
0
kicks
Get function return and profiling information in .NET using Winbg
Steps to get function return values and profiling information in .NET using windbg. Steps to debug within a function. This is similar to debugging with VS.NET in production environment.
0
kicks
Installing Dotnet Windows Services, the easiest way
Using the InstallUtil.exe has been my primary mechanism of installing a windows service. I will demonstrate the easiest way of installing/uninstalling a windows service by just double clicking on the service executable.
0
kicks
Waegis - The Web Cleaner
Tired of Spam?
Spammers are disturbing our dear web! How do you feel about them? Do you have a site, blog, forum or Wiki? Have you been affected by lots of spam content on your site? How much of time do you spend to remove them everyday? How can they affect the look and feel of your site? How can t...
0
kicks
Atlanta Web Design & Development Company Pushthingsforward.com
Atlanta Web Design and web development company offering logical online solutions to small and medium businesses worldwide. Custom Web Site Design, SEO Services, Ecommerce Solutions. Contact us today for your online needs.
0
kicks
dnrTV Aggregator Part 1 - Windows Services
It is time for another personal project for me and this time I thought I would put together a dnrTV feed aggregator. Rather than watch each episode on my home computer, I prefer to watch them on the big screen TV in the living room. They are very viewable and I can sit in my lazy boy with the remote...
0
kicks
Serving PDF Reports from ASP.NET using SQL Reporting Services
How to create and deliver a PDF using ASP.NET and SQL Server Reporting Services.
0
kicks
How to use Custom Assemblies with Reports
Last days I tried to write a sql server report. In the beginning everything was fine. Until - I wanted to call a custom method in a custom assembly of my project.
0
kicks
Windows Live Services - It's Still About Windows
While it seems that Microsoft aim online service providers like Google at Yahoo with its Live Services launch, it real aim i extending Windows....
0
kicks
Creating a more accurate JSON .NET Serializer
System.Web.Script.Serialization.JavaScriptSerializer, which takes you objects and turns them in to a JSON string that can be evaluated by JavaScript and reversed in to an object. However it was lacking in more than a few areas. So this author extended the current JSON serializer to use the XML attri...
0
kicks
Web services and Silverlight 1.1 C# gotchas
A few gotchas when using webservices from Silverlight. If you're going to use any kind of data in your Silverlight apps, and you probably are, then you have to use a webservice. Calling a webservice from Silverlight is a bit different from calling a webservice from another ASP.NET page.