Categories

Blogroll

Search

Posts tagged with ERP solution

Updated ASP.NET Active Data Bits Placed

May 29th, 2008 by and tagged , , ,

We hardly put up some updated bits and samples for ASP.NET Active Data… I advance you to plump foot them up and allow us experience what you intend… Some coolheaded newfangled stuff in this release: Ocular Studio Integration is much uncontaminating Right away sustains "pretty" URLs http://products/details/1 rather of http://products/details.aspx?id=123 Full documentation Extra support for [...]

Posted in Technology | Comments Off

Legitimate Algorithms

May 29th, 2008 by and tagged , , ,

Coherent Algorithms , Harald Ganzinger and David McAllester. ICALP 2002. It is wide taken that many algorithms can be briefly and clear verbalised as ordered inference rules. Nevertheless, logic programming has been out or keeping for the study of the campaigning time of algorithms because there has not been a clear-cut and accurate model of [...]

Posted in Technology | Comments Off

Not All PPC Clicks are Made the Same

May 29th, 2008 by and tagged , ,

Aaron Wall has an fantabulous explanation of why a click costs so much more on Google on medium than a click for the accurate same term on Yahoo. As he explicates, it rattling comes up down to the quality of the syndication partners Yahoo has partnered up with to display ads: How Click Arbitrage & [...]

Posted in Technology | Comments Off

Spring Web Flow 2 release

May 28th, 2008 by and tagged , , ,

For Java developers expending the Spring framework, the project late denoted an of import milestone in the form of Web Flow 2.0 which builds upon the MVC module used in Spring apps.

Posted in Technology | Comments Off

This Guy Proves Anyone with a Keyboard can be Stupid

March 25th, 2008 by and tagged , , , ,

Also see: Silverlight 2 DataGrid walk-through posted I don’t know if Leanord Shapiro is a blogger or whether his work appears in the Washington Post on a regular basis. What I do know is that this post about Mixed Martial Arts and CBS is absolutely ridiculous and worthless. Nor do I have any idea what [...]

Posted in Technology | Comments Off

Presentations…

March 23rd, 2008 by and tagged , , , ,

Also see: Publishing: Good reviews, bad reviews, and hurting oooh so many feelings. Also see: Brad Abrams’ pixel8 Interview Podcast posted Also see: Web Services with Spring 2.5 and Apache CXF I speaking tomorrow at a internal Microsoft event. I’ve spoken at tons of conferences (PDC, TechEd, etc.) and for groups ranging form 1 to [...]

Posted in Technology | Comments Off

Brad Abrams’ pixel8 Interview Podcast posted

March 23rd, 2008 by and tagged , , , ,

Also see: Big in Japan Also see: Hello world! Also see: Exception Handling in Running a Business I just noticed that the good folks at Pixel8 posted a podcast I did with them a while back.  It was a fun conversation about a bit of.NET history as well as where we are going.  Landing Page [...]

Posted in Technology | Comments Off

Updated Finalization and Hosting

March 23rd, 2008 by and tagged , , , ,

My original posts on Finalization and Hosting had some hokey XXXXX markers in place of content, where that content hadn’t already been disclosed in some form.  Now that the Visual Studio 2005 Community Preview is available, I’ve gone back to those two posts and replaced the XXXXX markers with real text. Also, it’s obviously been [...]

Posted in Technology | Comments Off

LINQ – The Uber FindControl

March 21st, 2008 by and tagged , , , ,

Also see: Blogs at work With a simple extension method to ControlCollection to flatten the control tree you can use LINQ to query the control tree: public static class PageExtensions { public static IEnumerable<Control> All(this ControlCollection controls) { foreach (Control control in controls) { foreach (Control grandChild in control.Controls.All()) yield return grandChild; yield return control; [...]

Posted in Technology | No Comments »

Next Entries »