AlexCuse

Stories kicked by AlexCuse

Introducing PostSharp 2.0: #5 - Build Performance and Packaging(postsharp.org)

submitted by gfraiteurgfraiteur(988) 2 years, 7 months ago

Gael Fraiteur explains how PostSharp now hosts the CLR - ough - and acts as a pipe server to achieve better load time; he describes new features improving multi-platform support and maintenability of PostSharp read more...

2 comments |category: |Views: 289

tags: another

Is Silverlight the new WebForms?(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 8 months ago

Is Silverlight becoming the same crutch that WebForms was nearly a decade ago? read more...

add a comment |category: |Views: 715

tags: another

Url.Action() and RouteValue Encoding(west-wind.com)

submitted by rstrahlrstrahl(7226) 2 years, 10 months ago

When creating custom URLs with the UrlHelper.Action() method is a great way to create links to other URLs in the current Web application. However, you need to be careful of certain encoding issues as certain characters are not correctly encoded to work properly as parameters. read more...

1 comment |category: |Views: 250

tags: another

Using AutoMapper to map view models in ASP.NET MVC(bengtbe.com)

submitted by bengtbebengtbe(470) 3 years, 1 month ago

Mapping code between Domain Models and Data Transfer Objects/Presentation Models is often boring and tedious to write, so when I first read about AutoMapper it triggered my interest. This post takes a first look at AutoMapper, and show how it can be used to map a complex domain model to a view model in an ASP.NET MVC application. read more...

add a comment |category: |Views: 862

tags: another

Keep Your IQueryable In Check(codethinked.com)

submitted by simonechsimonech(10.1k) 3 years, 1 month ago

There is a good chance that you have seen Oren’s recent “Repository Is The New Singleton” post. I wanted to have a quick discussion of his approach, and discuss why I don’t 100% agree with it. Let me first say that I don’t have a problem with the repository pattern. I do have some issue with the way that it is implemented sometimes, but overall I think it provides a good layer in which to encapsulate the queries of your application. read more...

add a comment |category: |Views: 300

tags: another

A Closable jQuery Plug-in(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 1 month ago

I've found it very useful to have a closeable plug-in that hide the content of an HTML element providing a visual close image cue. Almost every UI I build these days requires either closing pop up windows or even more commonly requires that items are removed and visually hidden which usually implies 'close' behavior. In addition to removing a bunch of HTML markup, having a plug-in is also quite useful for server controls especially if multiple behaviors (plug-ins) need to be applied. read more...

1 comment |category: |Views: 295

tags: another

The State of ALT.NET(coderjournal.com)

submitted by zigamorphzigamorph(3319) 3 years, 2 months ago

Over the past 6 months I have been trying to really quantify what it means to be using ALT.NET practices. And I can honestly say that I still honestly don’t know what it means to be an ALT.NETer. But I have come to a number of conclusions about the state of the ALT.NET community, that I wanted to share. (1) The ALT.NET Community is fractured among itself. (2) Take the religious zealotry out of ALT.NET (3) Craftsmanship with out Engineering is no way to program software. read more...

add a comment |category: |Views: 392

tags: another

An Interview With Kevin Kline About SQL In A Nutshell Third Edition(blogs.lessthandot.com)

submitted by dnk2007dnk2007(765) 3 years, 3 months ago

An Interview With Kevin Kline About SQL In A Nutshell Third Edition. SQL In A Nutshell covers MySQL, PostgreSQL, Oracle and SQL server read more...

add a comment |category: |Views: 99

tags: another

Learning to use Fluent NHibernate: Getting started w/ your 1st Mapping(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 3 months ago

Learning to use Fluent NHibernate: Getting started w/ your first mappings read more...

3 comments |category: |Views: 356

tags: another

A Challenge to the VB.Net Community at Large on OSS(codebetter.com)

submitted by AlexCuseAlexCuse(325) 3 years, 4 months ago

Title pretty much says it... read more...

add a comment |category: |Views: 197

tags: another

Html.ActionLink for images in ASP.NET MVC Beta(devblog.ailon.org)

submitted by ailonailon(1335) 3 years, 4 months ago

In the future versions of ASP.NET MVC there will be some methods to get the same raw URL that is generated by Html.ActionLink helper method so you can wrap an image (or whatever) with a link, but in the current release (Beta) there's no such thing. Here's a simple workaround. read more...

add a comment |category: |Views: 604

tags: another

Top Ten Worst Things About SQL Server(weblogs.sqlteam.com)

submitted by AlexCuseAlexCuse(325) 3 years, 5 months ago

I suppose they really apply to any database though ;) read more...

add a comment |category: |Views: 30

tags: another

Is F# faster than C#(nearinfinity.com)

submitted by josephfjosephf(235) 3 years, 5 months ago

I had a bet with a co-worker that C# would out perform F# for a simple counting exercise. This turned out to be quite a surprise for many reasons. In this blog post I will try to explain why. read more...

add a comment |category: |Views: 776

tags: another

Netflix to Lay Off 50. Blames Silverlight.(money.cnn.com)

submitted by abstractcoderabstractcoder(100) 3 years, 5 months ago

In a corporate blog post today, Netflix (NFLX) said 50 of its technical specialists in its customer service group will be let go at the start of next year. The reason? The company isn’t blaming the economy, it’s blaming Microsoft’s (MSFT) Silverlight read more...

5 comments |category: |Views: 849

tags: another

SQL Server Precision And Scale Problems(blogs.lessthandot.com)

submitted by SQL_MenaceSQL_Menace(4890) 3 years, 6 months ago

Many people are confused about SQL Server’s precision and scale. This is unfortunate because choosing the correct values for precision and scale is critically important when you perform math operations using the decimal/numeric data type read more...

add a comment |category: |Views: 194

tags: another

SQL Find last week date range(objectreference.net)

submitted by Vort3XVort3X(1335) 3 years, 6 months ago

The other day we needed to write a report on online sales for the last week. SQL doesn’t offer developers many predefined functions to work with date ranges unlike the C# programming language. Here is a little example how to query SQL for some data between the dates for the last week. read more...

add a comment |category: |Views: 445

tags: another