Skip to main content

Home/ Coders/ Group items tagged archives

Rss Feed Group items tagged

7More

The Performance of Arrays - Chris Burrows - 2 views

  • arrays of reference types are covariant in their element type, but not safely
  • where did that exception come from? It came from the runtime, which was in a unique position to know what the real type of the array object was, and the real type of the element. It needed to determine if the assignment was allowable and throw if not. Now if you think about this for a minute, you can see that it’s going to have to perform that check for every assignment to an array element
  • arrays are covariant only for reference types?
  • ...3 more annotations...
  • So if I want to have an array of reference types, but get the runtime to treat it like an array of value types, what have I got to do? Just wrap the reference type in a value type
  • So I got rid of that check, right? But I added the initialization of a value type. Did I win or lose? Let’s do some timing to figure it out.
  • when I build Debug binaries, the Reference<T> trick makes my example about three times SLOWER.
  •  
    Arrays are covariant only for reference types. If you use a struct wrapper to turn a reference type into a value type, the initialization of the value type takes less time than array assignment.
1More

Beyond SoundEx - Functions for Fuzzy Searching in MS SQL Server - 0 views

  •  
    Quite often we come across a requirement where we may need to perform some sort of fuzzy string grouping or data correlation. For example, we may want to correlate the customer records of a database by identifying records that are similar but not necessarily exactly the same (due to spelling mistakes for example). Obviously a simple group by, will not successfully group such data. We will need to employ what is commonly referred to as a distance algorithm or a string metric in order to determine how close 2 string values are.
1More

ASP.NET 4.0 Anwendung vorkompilieren und deployen in MSBuild - 0 views

  •  
    Wenn man ASP.NET Webanwendungen entwickelt, ist man schnell an einem Punkt wo man die Anwendung automatisiert vorkompilieren und im IIS bereitstellen möchte. Mit MSBuild ist diese Aufgabe recht schnell gelöst, denn man kann den AspNetCompiler-Task für diese Aufgabe verwenden.
1More

Social Media Marketer, Strategist | iPhone App Developer | New York USA, Lond... - 0 views

  •  
    Google has updated their iPhone application and now it supports push notifications for Gmail and Google Calendar directly, right from the application which means no need to constantly check your Email account for new Email alerts or calendar for keeping up with the schedule. The push notification feature will notify you when its time.
1More

Shell Blog : What happened to the menu bars? - 0 views

  •  
    An essay from the Windows Vista shell team about menus: why they're good, bad ... how ribbons are different ... and the new User Experience (UX) guidelines
2More

Sandcastle : Creating a Chm build using Sandcastle - 0 views

  • Creating a Chm build using Sandcastle
  •  
    Create .chm help files using SandCastle
1More

WPF3D Team Blog : Interacting with 2D on 3D in WPF - 0 views

  •  
    How to do 2D interactive controls on 3D surfaces in WPF applications.
2More

Application Recovery with C# (in Windows Vista) - 0 views

  •  
    A nice overview of how to use Vista's Application Recovery from C# to help your program recover from crashes or shutdown for upgrading (shared) files.
  •  
    Like this http://www.hdfilmsaati.net Film,dvd,download,free download,product... ppc,adword,adsense,amazon,clickbank,osell,bookmark,dofollow,edu,gov,ads,linkwell,traffic,scor,serp,goggle,bing,yahoo.ads,ads network,ads goggle,bing,quality links,link best,ptr,cpa,bpa
1More

Software Transactional Memory (MSDN Blog: Developing for Developers) - 0 views

  •  
    A great article explaining Software Transactional Memory for programmers who've never heard of it.
2More

DataSet "Failed to enable constraints. One or more rows contain values...." - 0 views

  •  
    Lots of suggestions (in the comments) for how to deal with contraint violations when you fill/merge a dataset and get an error with constraints.
  •  
    How to make $ 40,000 in one month with very quickly. What you need. The latest American news article. Immediately visit www.killdo.de.gg www.fiverr.de.gg www.newss.de.gg www.reddit.de.gg www.newsbbc.de.gg
2More

Workaround: Lost Intellisense within ASP.NET AJAX Controls - 0 views

  •  
    Finally, a fix for the weird fake errors in the intellisense detection in my ASP.NET Ajax apps!
  •  
    Geniuzz.com es una pequeña sitios de trabajo. Este sitio está dedicado a todos los españoles están buscando trabajadores con un precio muy bajo. Si usted contrata a un trabajador de aquí. Te garantizo que es muy satisfactorio. Si eres un webmaster o BPA jugadores que necesitan ayuda. Acaba de llegar al mercado muy amable. Y yo también le ayudará. Por favor visite mi puesto aquí https://www.facebook.com/pages/Geniuzzcom/525081180900419
2More

Atlas and more : DOM events in the Microsoft AJAX Library - 0 views

  •  
    Geniuzz.com es una pequeña sitios de trabajo. Este sitio está dedicado a todos los españoles están buscando trabajadores con un precio muy bajo. Si usted contrata a un trabajador de aquí. Te garantizo que es muy satisfactorio. Si eres un webmaster o BPA jugadores que necesitan ayuda. Acaba de llegar al mercado muy amable. Y yo también le ayudará. Por favor visite mi puesto aquí https://www.facebook.com/pages/Geniuzzcom/525081180900419
2More

Simple TDD Visual Studio Templates - 0 views

  •  
    Two templates to plug into Visual Studio to speed up the creation of unit test projects in solutions, one for MbUnit and one for NUnit. (the difference seems to be mostly the includes & imports)
  •  
    Hallo guys. I am very happy to share here. This is my site. If you would like to visit here. Go ahead. I've made ​​About a $ 58,000 from my little site. There is a forum and I was very happy to announce to you. I also provide seo service. www.killdo.de.gg
1More

Michael Morozov : ASP.NET 2.0 two-way binding and calculated fields - 0 views

  •  
    Simple example of how to implement two way data-binding even when you have calculated fields
1More

Introducing psake - James Kovacs - 0 views

  •  
    PowerShell build scripting environment like ruby's rake or boo's bake ...
1More

WPF 3.5 SP1 Feature: StringFormat - Lester's WPF blog - 0 views

  •  
2More

C# Eval: An Embeddable Compiler - Miguel de Icaza - 0 views

  • Use C# as a scripting language for your application
  •  
    After the C# Interactive Shell... we now have C#'s eval function!
1More

Interactive C# Shell - Miguel de Icaza - 0 views

  •  
    Mono's C# Shell ... cute, but no PowerShell ;-)
1More

Interactive Code Dependencies Graph - Patrick Smacchia [MVP C#] - 0 views

  •  
    NDepend v2.10 comes with interactive code dependencies graph ... here's an idea of what it can do (it's really amazing)
« First ‹ Previous 41 - 60 of 190 Next › Last »
Showing 20 items per page