Michelle10

Stories kicked by Michelle10

4 ASP.NET AJAX JavaScript UI methods you should learn(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 4 months ago

A closer look at some of the ASP.NET AJAX client side framework's less utilized UI functionality. Examples include CSS manipulation, measuring the size of a rendered element, and finding/changing the location of an element. read more...

1 comment |category: |Views: 12

tags: another

Happy 2nd Birthday DotNetKicks(dotnetkicks.com)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 4 months ago

DotNetKicks.com is 2 year old today. A big thanks to everyone who has contributed to the community. read more...

3 comments |category: |Views: 3

tags: another

How to check email works with no SMTP(dotnettipoftheday.org)

submitted by manovichmanovich(755) 4 years, 4 months ago

Testing code that sends email has always been a pain. You had to set up a SMTP service just to test that your .NET application sends the e-mail correctly... read more...

2 comments |category: |Views: 85

tags: another

Large file uploads in ASP.NET(weblogs.asp.net)

submitted by jongallowayjongalloway(4380) 4 years, 4 months ago

A review of some of the challenges and solutions to uploading large files in ASP.NET. read more...

add a comment |category: |Views: 248

tags: another

Completely free PDF .NET library written in C#(aspnetcafe.com)

submitted by dsalkodsalko(670) 4 years, 4 months ago

Want to add PDF support to your .NET project. Try this. Open Source library to create/edit PDF files. With unrestricted license to change, sell, sublicense. read more...

5 comments |category: |Views: 7506

tags: another

Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library)(weblogs.asp.net)

submitted by JemmJemm(9604) 4 years, 4 months ago

While writing type-safe queries is great for most scenarios, there are cases where you want the flexibility to dynamically construct queries on the fly. For example: you might want to provide business intelligence UI within your application that allows an end-user business analyst to use drop-downs to build and express their own custom queries/views on top of data. read more...

1 comment |category: |Views: 178

tags: another

MVC/MVP Framework for WPF(devlicio.us)

submitted by bennagebennage(1150) 4 years, 4 months ago

Rob Eisenberg introduces MVP framework he's been developing for WPF (source code included). read more...

1 comment |category: |Views: 340

tags: another

Extending the string object in c#(blog.latrompa.com)

submitted by hgarciahgarcia(1534) 4 years, 4 months ago

Four methods to extend your string, ToCamel(), Capitalize(), CapitalizeAll() and ToPascal(). read more...

add a comment |category: |Views: 310

tags: another

Creating RESTful Web Services with Windows Communication Foundation(developer.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 4 months ago

An article covering using "web programming" with WCF - including an example blog service implementation. read more...

add a comment |category: |Views: 50

tags: another

A more useful UrlBuilder class(vijay.screamingpens.com)

submitted by CVertexCVertex(325) 4 years, 4 months ago

A useful class for building URLs in the pre-MVC days. It derives from System.Net.UriBuilder and makes adding query string parameters a breeze. read more...

add a comment |category: |Views: 95

tags: another

New BlogEngine Theme - Gluttony from the WPDesigner(gravitycube.net)

submitted by jf26028jf26028(635) 4 years, 4 months ago

BlogEngine theme converted from wordpress Gluttony theme from the WPDesigner. read more...

add a comment |category: |Views: 23

tags: another