bindurekha

Stories kicked by bindurekha

Sams Teach Yourself C# Web Programming in 21 Days(books.google.co.in)

submitted by bindurekhabindurekha(5) 3 years, 10 months ago

Learn how to how to use C# for Internet programming with the hands-on techniques and clear explanations. This book discusses some C# features that allow rapid development of solutions such as garbage collection, simplified type declarations, and scalability support. The book explains key concepts in a simple and practical manner. Web Forms and Web Controls usher in an elegant way to make dynamic Web pages. The book covers these topics with how-to code examples and projects. One of the newest developments in Internet programming is the use of XML and the SOAP communication protocol. .NET Web Services harness these two technologies, and is covered in later sections of the book. read more...

add a comment |category: |Views: 34

tags: another

Open generics and WCF?(slagd.com)

submitted by DanielgDanielg(130) 3 years, 10 months ago

If you have ever tried to use open generics with WCF you will know that it is not supported by default. GenericMessaging gets around this by leveraging WCF raw messages to allow for a more seamless .net to .net communication. read more...

add a comment |category: |Views: 99

tags: another

Inclusion of JavaScript Files(west-wind.com)

submitted by RipRynessRipRyness(380) 3 years, 10 months ago

How do you deal with JavaScript inclusion into the page given that you have a fair number of JavaScript files that are bound to change frequently and across multiple projects/applications? read more...

add a comment |category: |Views: 253

tags: another

How To Write Testable ASP.NET WebForms(davybrion.com)

submitted by DavyBrionDavyBrion(345) 3 years, 10 months ago

Microsoft’s upcoming ASP.NET MCV framework makes it easy to write tests for your application layer logic. But what about those of us who are stuck with ASP.NET WebForms? You can still write highly testable ASP.NET WebForms with only a little bit of extra effort. But that extra effort really pays off in the long run. In this post, i’ll give a detailed description of one approach that has worked for me really well. read more...

add a comment |category: |Views: 411

tags: another

Efficient Paging in SQL Server 2005(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 3 years, 10 months ago

Sure, SQL Server 2008 is getting ready to drop, but are you familiar with all of the new features that 2005 gave you? Or maybe you haven't used 2005, well, this is a good article to introduce to you several of the new features in SQL Server 2005. read more...

add a comment |category: |Views: 457

tags: another