ideoma

Stories kicked by ideoma

ReSharper 4.5 gone gold(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 1 month ago

JetBrains has released version 4.5 of their multi purpose productivity plugin for Visual Studio, ReSharper. This updates contains some pretty cool features. For example, solution wide analysis now checks for members that can be made internal. Also, JetBrains promises to have improved performance and memory use. All in all certainly an update that is worth installing, especially because updating from licenses for version 4.0 and above is free read more...

add a comment |category: |Views: 314

tags: another

How Do I: Learn to use LINQ to Entities?(msdn.microsoft.com)

submitted by rayhenryrayhenry(100) 3 years, 1 month ago

Nice 10 minute video on using LINQ to Entities (from MSDN). read more...

add a comment |category: |Views: 212

tags: another

Novell’s Mono brings SIMD support to C#(ddj.com)

submitted by mark_csharpcodermark_csharpcoder(135) 3 years, 1 month ago

Parallel programming is not just about multi-threading and multi-core. There’s also a lot of power in the SIMD (Single Instruction Multiple Data) extended instruction set available in most modern microprocessors from Intel and AMD. From Dr Dobb's Go Parallel blog. read more...

1 comment |category: |Views: 220

tags: another

Walkthrough: full example of using MvcContrib grid w/jQuery datatable.(blogs.msdn.com)

submitted by just3wsjust3ws(560) 3 years, 1 month ago

How to create a grid layout in ASP.NET MVC using the MvcContrib extensions and jQuery. read more...

add a comment |category: |Views: 1935

tags: another

Optimize ASP.NET Membership Stored Procedures for greater speed and sc(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 2 months ago

ASP.NET Membership stored proc are not fine tuned for high load. So, under heavy load - the major tables like aspnet_Users and aspnet_Membership produces lock contention and transaction deadlocks. Learn how to solve this. read more...

add a comment |category: |Views: 293

tags: another

jQuery (smallworkarounds.blogspot.com)

submitted by sushantpsushantp(45) 3 years, 2 months ago

This post looks into client side grid implentation using jTemplate to achieve high performance grid. It also talks about how to add additional features like paging, sorting and filtering to this client side grid. Its a highly detailed post. read more...

2 comments |category: |Views: 462

tags: another

Better string.IsNullOrEmpty()(blog.yesnobox.com)

submitted by ideomaideoma(45) 3 years, 3 months ago

Handy shortcut to check string for non-empty values read more...

add a comment |category: |Views: 39

tags: another

jQuery 1.3.2 Released (blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 3 months ago

jQuery 1.3.2 new Release is out. read more...

add a comment |category: |Views: 3

tags: another

15 Helpful .NET Extension Methods to Increase Productivity(goneale.wordpress.com)

submitted by gonealegoneale(1055) 3 years, 3 months ago

Alright folks, this is my arsenal of useful Extension Methods for .NET 3.0+ mostly written by me to help with development productivity. Some real time-savers in here such as .ToInt() and .ToDateTime() (with and without a default fallback value), plus... read more...

add a comment |category: |Views: 842

tags: another

Getting Mono and Visual Studio to play nice together(chriscyvas.wordpress.com)

submitted by ccyvasccyvas(635) 3 years, 3 months ago

The goal was to get some Mono project templates working with Mono assemblies and the Mono compiler in Visual Studio. The trick was to do it in a way that would be able to survive upgrades of Mono installations. read more...

add a comment |category: |Views: 300

tags: another

Structuremap 2.5.3 released.(codebetter.com)

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

A refresh to popular DI framework. read more...

add a comment |category: |Views: 25

tags: another

jQuery 1.3 Released(blog.jquery.com)

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

"The jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone in to this release and we're really quite proud of it. " read more...

add a comment |category: |Views: 480

tags: another

Beyond SoundEx - Fuzzy Searching in MS SQL Server(anastasiosyal.com)

submitted by AnastasiosyalAnastasiosyal(960) 3 years, 4 months ago

In this post see how you can perform fuzzy deduping operations and fuzzy string matching by bringing the power of an open source string metric library (SimMetrics) into sql server read more...

1 comment |category: |Views: 579

tags: another

Using Adobe Flex in Visual Studio(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 3 years, 4 months ago

You can now take advantage of the Flex framework from right within Visual Studio to build Rich Internet Applications (RIAs). We get you up to speed on what Flex is and a basic application talking to a web service. read more...

2 comments |category: |Views: 401

tags: another

IoC libraries compared(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 4 months ago

A comparison of how to initialize various IoC libraries. Including AutoFac, Ninject, Spring.Net, StructureMap, Unity, and Windsor. read more...

add a comment |category: |Views: 697

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