wooncherk

Stories kicked by wooncherk

Using curl to POST request into ASP.NET Web Api service(catchblock.com)

submitted by tparvitparvi(75) 2 months, 13 days ago

Using curl command line application to POST json into ASP.NET Web Api service read more...

1 comment |category: |Views: 131

tags: another

Entity framework and nhibernate too complex? Say hello to FluentData. (fluentdata.codeplex.com)

submitted by alessandrokicksalessandrokicks(195) 3 months, 7 days ago

Are you tired of fighting with overly complex ORMs such as Entity Framework and NHibernate? Are you tired of poorly generated SQL or having to change your business objects to work with your ORM? Do you miss the power and performance of ADO.NET and SQL, but not the manual tedious work? If so FluentData might be the framework for you. FluentData is a Micro ORM that makes it simple to select, insert, update and delete data in a database. It gives the developer the power of ADO.NET but with the convenience of an ORM. It has a simple to use fluent API that uses SQL - the best and most suitable language to query data, and SQL or fluent builders to insert, update and delete data. read more...

1 comment |category: |Views: 364

tags: another

C# Needs Seqs(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 3 months, 19 days ago

A proposition for a new keyword in C# to support IEnumberable<T>. read more...

3 comments |category: |Views: 376

tags: another

Writing ASP.NET MVC bootstrapper with AutoBox(weblogs.asp.net)

submitted by mopenmopen(3596) 3 months, 26 days ago

This will post will show how you can use AutoBox to easily write a bootstrapper for ASP.NET MVC. I have used the latest version of AutoBox (available from nuget, this version also includes Castle.Windsor internally for managing dependencies rather using its own resolver and does not require interface to type naming convention [IAccountRepository –> AccountRepository]) . read more...

2 comments |category: |Views: 248

tags: another

A few principles for writing blazing fast code in .NET(www.smelser.net)

submitted by JoeGeekyJoeGeeky(364) 4 months, 5 days ago

Just a few tips to write code that requires higher performance demands read more...

2 comments |category: |Views: 1020

tags: another

Simple explanation of the Repository pattern(leoncullens.nl)

submitted by AvalaxyAvalaxy(214) 4 months, 17 days ago

One of my favorite design patterns is the 'repository pattern'. That's why I decided to dedicate a complete blog post to it. Using the repository pattern in your application can yield a lot of benefits, such as improved testability, easier ways to implement caching and transactions, avoidance of code duplication and it allows you to replace the data source easier (although that probably won't happen too often). read more...

3 comments |category: |Views: 493

tags: another

Evolution of the Async Controller in ASP.NET MVC(codeclimber.net.nz)

submitted by dpetersondpeterson(4397) 4 months, 17 days ago

Asynchronous operations in ASP.NET MVC have always been left a bit behind. They appeared in ASP.NET MVC 2, remained untouched in v3, but now in MVC 4 (especially in combination with C# 5 and async/await) they reached the same easiness of use of the standard synchronous controller. Check out that absolutely awesome stuff you can do with them now! read more...

add a comment |category: |Views: 204

tags: another

C# 5.0 Async explaned as simple as possible(blogs.infosupport.com)

submitted by iiChrisbiiChrisb(94) 4 months, 17 days ago

In my own clear style, async programming explained read more...

1 comment |category: |Views: 496

tags: another

How To Build a Modern Website in 2011(blog.tommilway.com)

submitted by pwhe23pwhe23(972) 4 months, 18 days ago

Over the past 12 months I've been on a self-imposed quest for knowledge. We're at a changing - almost revolutionary - point with the web as I (start) writing this on November 1st, 2011. Here's why read more...

2 comments |category: |Views: 777

tags: another

Performance Guidelines for Properties(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 5 months, 7 days ago

Rico Mariani shares with us "Rico's Guidelines for Performant Properties", in which he outlines simple rules to ensure your properties are performant, and behave in an acceptable manner. Some of the examples included are downright scary; you'd do well to look out for these in your codebase! read more...

add a comment |category: |Views: 315

tags: another

Free eBook: OWASP Top 10 for .NET developers(www.troyhunt.com)

submitted by troyhunttroyhunt(831) 5 months, 8 days ago

I decided to turn the whole OWASP Top 10 for .NET developers series into an eBook. Oh – and give it away for free. No strings attached. So here it is, 255 pages of .NET web development security goodness. Please share it generously, chuck it on your eBook reader, email it to your mates, quote me, force your developers to print and read every page – whatever – it’s all yours. read more...

1 comment |category: |Views: 432

tags: another

Joost's Dev Blog: The lamest bug we ever encountered(joostdevblog.blogspot.com)

submitted by pwhe23pwhe23(972) 5 months, 15 days ago

Yesterday we resolved by far the lamest 'bug' I have ever encountered. We spent almost two whole days with the entire programming team (5 coders) trying to find it, and once we discovered what was happening, it felt so incredibly lame, that I figured it would be a nice story to share. So here's what happened! read more...

1 comment |category: |Views: 371

tags: another

.NET code or SQL – where’s the performance problem?(www.codeproject.com)

submitted by bsenoffbsenoff(1583) 5 months, 19 days ago

Identifying an application’s performance bottlenecks is all about understanding how the application is spending its time. Only with the most complete understanding of how an application is operating is it possible to understand what it is doing wrong, as this article describes. read more...

1 comment |category: |Views: 250

tags: another

Why Many Developers Hate ASP.NET and Why They’re Wrong (net.tutsplus.com)

submitted by pwhe23pwhe23(972) 5 months, 20 days ago

Few platforms draw the same amount of ire as ASP.NET (or .NET in general) from the development community. While there are certainly valid criticisms of the platform (what platform doesn't?), the majority of negativity comes from those who haven't spent any time with .NET. Those developers typically rely on misconceptions or flat out hatred to base their opinion, and they do a disservice to others looking to learn a new technology and to the platform itself. So, let's examine these excuses and add a dose of reality on why you shouldn't listen to the rabble and give ASP.NET a try. read more...

6 comments |category: |Views: 654

tags: another

Simple Producer Consumer with Tasks and .Net 4(geekswithblogs.net)

submitted by dpetersondpeterson(4397) 5 months, 21 days ago

Alois Kraus walks us through implementing a producer/consumer pattern using Tasks in .Net 4 read more...

add a comment |category: |Views: 305

tags: another

What is new in .Net framework 4.5?(www.heikniemi.net)

submitted by vijaystvijayst(1311) 6 months, 7 days ago

The post has all the new features in .Net framework 4.5 in a single poster. What is nice about the poster is that it marks the feature as a significant improvement, a performance improvement, asynchronous improvement wherever applicable. It is definitely nice poster to zoom and print. read more...

5 comments |category: |Views: 710

tags: another