lamin

Stories kicked by lamin

12+ open source projects for .NET you probably didn’t know about.(blog.webdistortion.com)

submitted by squiggssquiggs(585) 3 years, 2 months ago

Here’s a few of the better .NET open source projects which are making a difference to .NET developers worldwide, and it just shows that the open source .NET community is alive and well. read more...

1 comment |category: |Views: 1932

tags: another

ASP.NET MVC Release Candidate 2(haacked.com)

submitted by dmcgivdmcgiv(370) 3 years, 2 months ago

Release Candidate 2 for ASP.NET MVC is now available read more...

1 comment |category: |Views: 321

tags: another

JQuery 1.3.2 Released with much better performance(docs.jquery.com)

submitted by dmcgivdmcgiv(370) 3 years, 3 months ago

The benefits of the new Sizzle selector engine are really starting to come to light as contributions from the larger JavaScript community come in. A number of additions have landed that have helped to improve the performance of the engine - especially in Internet Explorer. read more...

add a comment |category: |Views: 426

tags: another

Use Bootstrapper in Your ASP.NET MVC Application and Reduce Code Smell(weblogs.asp.net)

submitted by jantujantu(1045) 3 years, 3 months ago

In this post, I will how you can use a simple bootstrapper to make your application more extensible. In a typical ASP.NET MVC application you will find there are lots of thing going on in Application_Start, like configuring your IoC/DI, registering routes, model binders etc. The following is the code snippet of latest Oxite... read more...

add a comment |category: |Views: 458

tags: another

jQuery Ajax Tooltip(rndnext.blogspot.com)

submitted by calebtcalebt(300) 3 years, 3 months ago

Example of using jQuery 1.3 and the new live() method for creating an ajax tooltip. read more...

2 comments |category: |Views: 2784

tags: another

Create a Strongly Typed CRUD UI With ASP.Net MVC RC(blogs.microsoft.co.il)

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

"In this post I will show the tooling enhancements in ASP.Net MVC that lets you build CRUD (List, Details, Create and Edit) actions very fast. With a little amount of code we can create a good starting point for building a data entry application using ASP.Net MVC." read more...

1 comment |category: |Views: 371

tags: another

ASP.NET Chart with MVC and Google Spreadsheet API(leniel.net)

submitted by lenielleniel(504) 3 years, 3 months ago

Learn how to integrate ASP.NET charting controls with ASP.NET MVC and Google Spreadsheet Data API. It shows a sample ASP.NET MVC application that uses data retrieved from a Google Spreasheet to feed an ASP.NET charting control. read more...

add a comment |category: |Views: 656

tags: another

Generate thumbnails on the fly - Yet another version(blog.mironabramson.com)

submitted by MironMiron(495) 3 years, 3 months ago

Generate thumbnails on the fly. You can specified maximum height, maximum width, both, specified quality (1-100) and if the image will be cached or not. It is working well with .jpg, .bmp, .png and .gif. read more...

add a comment |category: |Views: 29

tags: another

Web Performance: Enable data compression on IIS 6.0 server.(blogs.microsoft.co.il)

submitted by yevgenifyevgenif(115) 3 years, 3 months ago

One of the easiest ways to improve web application performance is to enable data compression. Enabling data compression on IIS 6.0 server can save up to 80% of network utilization by the price of up to 10% and often less than 1% of CPU ratio without changing single line of code. read more...

add a comment |category: |Views: 12

tags: another

Firebug 1.3.2 Released - File Locking Bug Fixed(opensourcereleasefeed.com)

submitted by volume4volume4(910) 3 years, 3 months ago

Firebug, possibly the best debugging tool for web development ever, today announced the immediate availability of Firebug 1.3.2. From the site: "This version includes fixes for the Firebug's activation, several fixes for the command line, as well as file locking and net panel fixes. read more...

1 comment |category: |Views: 5

tags: another

VsDoc for jQuery 1.3.1 now available(weblogs.asp.net)

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

John Resig tells us he just uploaded the VsDoc file for jQuery 1.3.1 to jquery.com. This enables IntelliSense for the latest available jQuery. read more...

add a comment |category: |Views: 260

tags: another

10 reasons why .NET sucks(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years, 3 months ago

Don't be shocked yet. Take a look and see for yourself. read more...

4 comments |category: |Views: 1391

tags: another

Windows 7 Product Lines Announced(geekswithblogs.net)

submitted by sdormansdorman(1415) 3 years, 3 months ago

Microsoft today announced the new product line for Windows 7. In some ways the new Windows 7 product line follows the same ideas of Windows Vista, but the big differences are that each Windows 7 edition is a superset of the previous edition (which means that each higher edition will have every feature of all lower editions) and they will be focusing primarily on two editions of Windows 7: Windows 7 Home Premium and Windows 7 Professional. read more...

add a comment |category: |Views: 17

tags: another

Cloud Hosting Experience(atlasbay.com)

submitted by ntottenntotten(40) 3 years, 3 months ago

An evaluation of Mooso cloud hosting. read more...

add a comment |category: |Views: 8

tags: another

ASP.NET MVC Release Candidate(haacked.com)

submitted by sharplifesharplife(4570) 3 years, 3 months ago

Phil Haack talks about ASP.NET MVC 1.0 RC. read more...

add a comment |category: |Views: 255

tags: another

How I Get My DotNetNuke Sites to Load So Fast(mitchelsellers.com)

submitted by hismightinesshismightiness(549) 3 years, 4 months ago

Mitchel Sellers describes the steps he takes to get fasted page loads out of DotNetNuke. read more...

add a comment |category: |Views: 128

tags: another