Davbis93

Stories kicked by Davbis93

Slash your ASP.NET compile/load time without any hard work(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 1 year, 5 months ago

Tips & tricks to make your ASP.NET development more enjoyable (cut down compilation time / first load time). read more...

add a comment |category: |Views: 721

tags: another

Selective Unit Testing – Costs and Benefits(blog.codeville.net)

submitted by desmonddesmond(2014) 2 years, 6 months ago

Test Driven Development is widely regarded as a hallmark technique of professional software development, but should you really do it all the time? Steve Sanderson argues that unit tests yield significant practical business value only for certain kinds of code. This blog post suggests what might be the underlying forces that determine whether unit tests will justify the long-term expense of creating and maintaining them. These ideas are then applied to structuring an ASP.NET MVC application. read more...

add a comment |category: |Views: 292

tags: another

NHibernate and Execution Plans(objectreference.net)

submitted by Vort3XVort3X(1335) 2 years, 7 months ago

Lately we have been investigating ORM’s (Object Relational Mapping) frameworks for use on a large enterprise level website which we been given the rare opportunity to rebuild from the ground up in Microsoft MVC. We decided to go ahead with NHibernate until stumbled across a major issue causing queries run by NHibernate not re-using SQL Server execution plans. read more...

add a comment |category: |Views: 275

tags: another

Getting Started with IronPython(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 2 years, 7 months ago

I recently spent some time getting IronPython up and running on my system; I will review what I learned in this post. read more...

add a comment |category: |Views: 197

tags: another

Exclusive Interview With Steve Ballmer: Products, Competition, The Roa(techcrunch.com)

submitted by bobfamiliarbobfamiliar(3648) 2 years, 8 months ago

Microsoft CEO Steve Ballmer visited Silicon Valley on Thursday for his annual meeting with top venture capitalists to talk about Microsoft product strategy. This was his first visit to Silicon Valley since announcing the search partnership with Yahoo in July. I had a chance to sit down with him just after that event for a hour-long one-one-one interview. In the first 10+ minutes of the interview Ballmer gives his high level thoughts on major Microsoft products and strategies (including Windows, Windows Mobile, Internet Explorer, Bing, Azure, Mesh, Natal and others), competition, the future of search and search marketing, Microsoft’s “three screens and the cloud” strategy, the recent acquisition of Interactive Supercomputing and, yes, even his thoughts on Twitter. read more...

1 comment |category: |Views: 171

tags: another

Fun With Method Missing and C# 4.0(haacked.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 2 years, 8 months ago

Ruby has a neat feature that allows you to hook into method calls for which the method is not defined. In such cases, Ruby will call a method on your class named method_missing. I showed an example of this using IronRuby a while back when I wrote about monkey patching CLR objects. Typically, this sort of wild chicanery is safely contained within the world of those wild and crazy dynamic language aficionados, far away from the peaceful waters of those who prefer statically typed languages. Until now suckas! (cue heart pounding rock music with a fast beat) read more...

1 comment |category: |Views: 356

tags: another

Pay Attention to the Foreach Implicit Casting (dev102.com)

submitted by shaharyrshaharyr(4325) 2 years, 9 months ago

In order to reduce an explicit conversion effort using the foreach statement, the C# developers decided to do an automatic conversion for us. We must pay attention to it... read more...

add a comment |category: |Views: 408

tags: another

The Law of Demeter Is Not A Dot Counting Exercise(haacked.com)

submitted by gschuagergschuager(110) 2 years, 10 months ago

As a discussion of a code expression with more than one dot grows longer, the probability that someone claims a Law of Demeter violation approaches 1 read more...

add a comment |category: |Views: 264

tags: another

Delayed execution vs ToList() in LINQ Database Queries(ytechie.com)

submitted by SuperJasonSuperJason(2740) 2 years, 11 months ago

Should you use ToList() in your repository methods, or should you pass the iterator back to the UI to delay the execution of the query? Read on to find out why it's a bad idea to delay execution in this case. read more...

add a comment |category: |Views: 293

tags: another

Asp.Net vs php : Speed Comparison(naspinski.net)

submitted by naspinskinaspinski(610) 2 years, 11 months ago

Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another

Learning Doesn't Work if You Don't Do It Right...(geekswithblogs.net)

submitted by RhythmAddictRhythmAddict(440) 2 years, 11 months ago

If you're going to spend time reading and searching, make sure you know what works best for your brain. read more...

add a comment |category: |Views: 15

tags: another

Learning new Programmming Languages and Technologies(objectreference.net)

submitted by Vort3XVort3X(1335) 2 years, 11 months ago

Recently, I’ve read article after article about how part of being a good software developer is about being open to new technologies, and to “learn new things” – and I’d be foolish not to agree. However... read more...

add a comment |category: |Views: 460

tags: another

How to test your multi-threaded code (part 1 of 3)?(blog.decarufel.net)

submitted by decarufedecarufe(959) 3 years ago

CHESS is the answer. At least this is what we have best right now. read more...

add a comment |category: |Views: 480

tags: another

Building a Progressive Fluent Interface(dimecasts.net)

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

Taking a look at how to build a Progressive Fluent Interface which is a DSL where the options can and will change as you progress through the syntax. This is a useful form of a fluent interface if the want to be able to skillfully guide the user down only one path at a time. read more...

add a comment |category: |Views: 339

tags: another

Construct a comma delimited list from table column with SQL(objectreference.net)

submitted by magzmagz(80) 3 years, 4 months ago

How many times have you had to create a comma delimited list from a table column? Do you ever remember how to do it? I don’t. Here is a little snippet I find useful read more...

add a comment |category: |Views: 321

tags: another

YourTopJob.com - Find IT jobs across the UK(yourtopjob.com)

submitted by Davbis93Davbis93(17) 3 years, 5 months ago

Job site, with IT jobs, across the UK read more...

add a comment |category: |Views: 9

tags: another