Welcome to Sol 3 Sign in | Join | Help
CS Search | Live Search Search

Sol 3

Home of Barrows Software Solutions, LLC

Browse by Tags

All Tags » ASP.NET » C# » .NET   (RSS)
Showing page 1 of 2 (15 total posts)
  • Code from My ASP.NET Connections Talks

    I finished up my talks at ASP.NET Connections yesterday and wanted to get the code posted as well as links for the additional topics covered in the Silverlight animation session.  Here they are: Building N-Tier ASP.NET Applications with LINQ Code Silverlight 2 Animations Code SilverlightFX Farseer Physics Engine for ...
    Posted to ASPInsiders (Weblog) by Anonymous on November 13, 2008
  • Silverlight Toolkit Released

    Controls are where it’s at these days in the programming world.  By using them you maximize re-use, enhance productivity and avoid building custom functionality.  Plus, when you need a control to do something different you can always extend it rather than writing everything from scratch. If you’ve used ASP.NET AJAX then you’ve likely ...
    Posted to ASPInsiders (Weblog) by Anonymous on October 28, 2008
  • Calling WCF service asynchronously from ASP.NET

    I was recently asked how to call WCF Service asynchronously from ASP.NET. Here's my sample code: 1) WCF Service Library Implementationnamespace WcfServiceLibrary1 { [ServiceContract] public interface ISampleService { [OperationContract] string SayHelloWorld(); } } namespace ...
    Posted to ASPInsiders (Weblog) by Anonymous on October 26, 2008
  • Speaking on Silverlight 2 at the Hawaii .NET User Group

    I’ve had the opportunity to speak at a lot of cool places around the world but you can’t beat speaking in Hawaii!  I’ve looked forward to this trip for quite awhile since I get to talk about a brand new technology in a great location. For those able to attend (or those who are interested but can’t attend), you’ll find the slides ...
    Posted to ASPInsiders (Weblog) by Anonymous on October 15, 2008
  • Animating Clipping Paths in Silverlight 2

    Clipping paths provide a way to hide sections of an object based on different geometries.  You can apply rectangles, ellipses or even create your own custom paths to a target object and hide specific areas from view.  I enjoy experimenting with things from time to time and decided to try creating a sports score scroller similar to the ...
    Posted to ASPInsiders (Weblog) by Anonymous on September 24, 2008
  • Working with the GridView and the System.Data.Linq.Binary Type

    I'm working with a database table that has a RowVersion field defined as a TimeStamp data type.  The TimeStamp field is there to add concurrency into the application to ensure a row hasn't changed while a user is trying to update or delete it.  When the TimeStamp field value is queried and added into the LINQ to SQL generated object it ...
    Posted to ASPInsiders (Weblog) by Anonymous on May 14, 2008
  • Service Pack 1 Beta Released for Visual Studio 2008 and the .NET Framework 3.5

    Microsoft just released the SP1 beta for Visual Studio 2008 and the .NET Framework 3.5 and it includes a huge number of new features and enhancements.  Check out Scott Guthrie's blog for details but here's a quick list of what's included: ASP.NET Data Scaffolding Support (ASP.NET Dynamic Data) ASP.NET Routing Engine ...
    Posted to ASPInsiders (Weblog) by Anonymous on May 12, 2008
  • Orlando 2008 DevConnections Talks

    I'm in Orlando this week speaking at the DevConnections conference on 3 different topics.  It's my personal favorite as far as conferences go and features a lot of cool technologies, people and events.  This week I'm covering custom ASP.NET AJAX controls, building N-Layer applications that leverage LINQ and new networking features in ...
    Posted to ASPInsiders (Weblog) by Anonymous on April 22, 2008
  • Want to Learn How to Use LINQ? Check out LINQPad!

    I was catching up with some of the people I follow on Twitter tonight (as a side note, I used to think Twitter was a waste of time but I'm actually finding it useful now days) and noticed that Scott Cate listed a link to a free tool called LINQPad.  Wow...I wish I would've known about this tool a few months back when I was working on ...
    Posted to ASPInsiders (Weblog) by Anonymous on March 18, 2008
  • Building an N-Layer ASP.NET Application with LINQ, Lambdas and Stored Procedures (Updated)

    Update:  I refactored some of the code and also did a better job ensuring Dispose() is called everywhere so that the DataContext object gets cleaned up properly. Download the Application Here .NET 3.5 has a lot of great new features that can significantly enhance developer productivity.  I've been spending some time lately working on a ...
    Posted to ASPInsiders (Weblog) by Anonymous on February 28, 2008
1 2 Next >
CS Build: 2.1.61129.2
1999
Listed on the CS Listings Powered By Community Server Themed by nb development