freddoo

Stories kicked by freddoo

3 reasons why you should let Google host jQuery for you(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 5 months ago

Three reasons why you should use the Google AJAX Libraries CDN for your public facing sites that use jQuery (or several other AJAX libraries) and examples of how to do so. read more...

add a comment |category: |Views: 615

tags: another

SubSonic 3 Alpha Is Ready(blog.wekeroad.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 5 months ago

SubSonic 3 is ready for Alpha. It's a pretty significant upgrade and I think I've tackled all the bugs and issues. Lofty hopes, but with your help maybe we can make this thing solid. read more...

add a comment |category: |Views: 183

tags: another

Oxite: OpenSource CMS from Microsoft Built on ASP.NET MVC(codeclimber.net.nz)

submitted by keyvankeyvan(4086) 3 years, 5 months ago

Simone Chiaretta writes about the recent announcement by Microsoft Evangelist, Jeff Sandquist, about Oxite which is an open source CMS built by Microsoft as a showcase and sample for ASP.NET MVC. read more...

add a comment |category: |Views: 744

tags: another

LINQ To SQL is Dead - Read Between the Lines (codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 6 months ago

David Hayden with some great points on the Linq to SQL announcement and some ideas on how the project could be saved. read more...

4 comments |category: |Views: 817

tags: another

jQuery and ASP.NET AJAX Demo Code (weblogs.asp.net)

submitted by TazerTazer(360) 3 years, 6 months ago

Thank you to everyone who came to my jQuery and ASP.NET AJAX PDC talk! As promised, I've added a link to the demo code from the talk to this blog entry. read more...

add a comment |category: |Views: 49

tags: another

Microsoft kills Linq to SQL(ayende.com)

submitted by JonSagaraJonSagara(310) 3 years, 6 months ago

Ayende (aka Oren) expresses disbelief at Microsoft's decision to effectively kill off LINQ to SQL. read more...

5 comments |category: |Views: 1388

tags: another

LINQ To SQL Gets Kicked to the Curb... Needs A Good Home!(codebetter.com)

submitted by colinjackcolinjack(1010) 3 years, 6 months ago

Great post on why L2S needs to be supported by the community and why a L2S targeted at the community is a good idea. read more...

5 comments |category: |Views: 490

tags: another

Building jQuery and ASP.Net AJAX Enabled Controls Part 2(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 3 years, 6 months ago

In the previous part I talked about how to build the client control. In this part I'll show how to put it all together to build an ASP.NET AJAX Enabled Server Control read more...

add a comment |category: |Views: 229

tags: another

Functional C# Recap(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 7 months ago

"Here are some resources that will be helpful in covering functional programming aspects as well as other topics covered." (Link collection) read more...

add a comment |category: |Views: 438

tags: another

JQuery, the very very basics - Lesson 1(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

JQuery is the star among the growing list of JavaScript libraries. A few of its characteristics are light-weight, cross-browser compatibility and simplicity. A task that would take 10 lines of code with traditional JavaScript can be accomplished with JQuery in just 1 line of code. I write to record the series of very basic lessons I learned about JQuery (my study source is the very readable book JQuery in Action). read more...

add a comment |category: |Views: 495

tags: another

Sending Email in a Development Environment without an SMTP Server(blog.donnfelker.com)

submitted by BognitBognit(2125) 3 years, 8 months ago

Very handy... I'm forever looking this stuff up :-| read more...

11 comments |category: |Views: 1120

tags: another

5 Useful Tips for ASP.Net Application(codedigest.com)

submitted by satheeshbabusatheeshbabu(1565) 3 years, 8 months ago

There are so many tasks or operations that are repeatedly used in ASP.Net applications. This article will list some of the useful tasks that we can use in our asp.net application extensively. read more...

add a comment |category: |Views: 813

tags: another

ASP.NET MVC Application Building: Forums #1 – Create the Perfect App(weblogs.asp.net)

submitted by alleyalley(2840) 3 years, 8 months ago

n this series of blog entries, I build an entire ASP.NET MVC Forums application from start to finish. The goal is to discover and promote best-practices for building applications with the ASP.NET MVC framework. In this first entry, I discuss the overall goals for the forums application. I discuss the importance of avoiding code smells and how software design principles and patterns can help you write code that is resilient to future change. I also justify my choice to use test-driven development while building the Forums application. read more...

add a comment |category: |Views: 358

tags: another