SBSEdition

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Saturday, January 24, 2009

Pilihan Hidup

Posted on 9:26 AM by Unknown
Hidup ini masing2 diberi dua pilihan yaitu jalan yang gelap dan jalan yang terang,jalan yang gelap adalah suatu jalan yang bejalan tanpa mempertimbangkan norma2 agama dan jalan yang terang adalah suatu jalan yang selalu berjalan pada aturan agama.
Read More
Posted in | No comments

Mutiara mail

Posted on 8:59 AM by Unknown
Sekejam-kejamnya manusia pasti ingin memberikan kasih sayangnya kepada orang lain sebagai wujud simpati-nya, di sisi lain butuh sebuah penghormatan sebagai bentuk apresiasi dari kreasi yang dilakukaknnya, begitulah kata KH Muhtadi Alawy tokoh masyarakat sekaligus pemangku sebuah pesantren. Benar!, sejalan dengan sabda Nabi saw: “Bukan termasuk golonganku, seseorang yang tidak menghormati yang lebih tua dan meremehkan yang lebih muda.” (HR Tirmidzi:1919)


Official Google Blog: Hood to Coast 2009
Read More
Posted in | No comments

Thursday, January 22, 2009

Trying to Bind Form Elements in the View to a Dictionary in the Model with ASP.NET MVC

Posted on 11:04 AM by Unknown
I've got a class that has, instead of statically typed properties, a dictionary that is used to store different values depending on what is needed for any given instance. public class Baz { public Baz() { Foo = new Dictionary { { "Bar", null } }; }  public IDictionary
Read More
Posted in ASP.NET MVC | No comments

Monday, January 19, 2009

Refactored: Fluent Test Data Builders Using Generic Extension Methods and Lambda Expressions

Posted on 2:52 PM by Unknown
Working further with the Fluent Test Data Builder I was working on yesterday has led me to refactor what I had, and the result is, I think, even nicer! I've added a new method SetValue, and changed the from getting the Member.Name to getting the PropertyInfo from the Member. The other significant change is that I'm now wrapping the SetLength and SetValue methods in try catch blocks so that I can
Read More
Posted in C# 3, Lambda, Testing | No comments

Saturday, January 17, 2009

Fluent Test Data Builders Using Generic Extension Methods and Lambda Expressions

Posted on 6:33 PM by Unknown
Whilst writing some extension methods this evening to make creating objects in unit tests simpler I found myself writing methods that looked sufficiently similar to each other that I felt the code lacked a little DRYness. The code being written has to output a data extract in a fixed field length formatted text file. As such the length of the formatted fields is very important, so I had created
Read More
Posted in .NET 3.5, C# 3, Lambda, Testing | No comments
Newer Posts Older Posts Home
View mobile version
Subscribe to: Posts (Atom)

Popular Posts

  • New blog
    I don't blog often, but when I do it's now at http://blog.semeosis.com. Here I've written about some of the things I've look...
  • Apple Releases New iPhone OS
    Today, around 1:00PM, Apple released its new operating system for the iPhone. After negotiations with IBM, iPhone OS 4.0 will be officially...
  • Spiderman Shattered Dimensions - RELOADED
    Spiderman Shattered Dimensions - RELOADED | 8.17 Gb Genre: Action Game Type : ISO Release Date: Q4 2010 Here we have a new action,adventu...
  • Password Recovery Bundle 2011 1.70
    Password Recovery Bundle 2011 1.70 | 1.46 Mb Password Recovery Bundle 2011 is a handy toolkit to recover all your lost or forgotten passwo...
  • How and Why verify your site?
    Privacy is important to Google, which is why Google Webmaster Tools asks you to prove you own a site before showing you stats and data abou...
  • TiVo App for Android and iPhone Coming Soon
    It has been a long time coming but it appears that TiVo might finally be ready to roll out software for the iPhone and Android. While TiVo h...
  • Free download TeamViewer Manager 5.1.904
    TeamViewer Manager 5.1.904 | 17 MB An optional database tool that stores your partner details in a database that can also be shared over ...
  • Free Hosting under Google and free failed
    Do you want to host your external java script files in unlimited bandwidth? If you host your files on google code you can do for free. This ...
  • Drop down menu button untuk Blog Anda
    Hallo Saya ada tips setelah jalan-jalan yang sangat melelahkan, kita langsung praktek aja. 1-Log in ke account blogger anda. 2-Click Layout-...
  • The Pleasures of Paradise in Brief
    God has said in the Quran: “And give good news (O Muhammad) to those who believe and do good deeds, that they will have gardens (Paradise) i...

Categories

  • .Net
  • .NET 3.5
  • .Net Tools
  • About Adsense
  • Agile
  • ALT.NET
  • Anti-Virus
  • Article
  • ASP.NET MVC
  • C# 3
  • Cara Pasang
  • CI Factory
  • Computer
  • Continuous Integration
  • Courseware
  • DI/IOC
  • Download Games
  • Download Karaoke
  • Download software
  • Download template
  • Download Template
  • Exchange Link
  • Google
  • Hadits Nabi
  • Hiring
  • IEEE
  • IIS 7
  • Info electronic
  • Lambda
  • Lean
  • Linux
  • MbUnit
  • Messages
  • MS Exchange 2003
  • Mutiara
  • Navigation
  • News
  • NHibernate
  • NxtGenUG
  • Other
  • Practices and Patterns
  • Qurdist
  • Resharper
  • Scrum
  • Security
  • Seo
  • Small Business Server
  • SQL Server 2008
  • Testing
  • TFS
  • Tips
  • Trick
  • Tutor
  • Ubuntu
  • UML
  • Verifying
  • Virtual Instrument
  • Virtual PC
  • Virtual Server
  • Visual Studio 2010
  • wcf
  • Web
  • Windsor

Blog Archive

  • ►  2012 (1)
    • ►  August (1)
  • ►  2011 (71)
    • ►  July (1)
    • ►  June (43)
    • ►  May (20)
    • ►  April (5)
    • ►  March (2)
  • ►  2010 (113)
    • ►  December (22)
    • ►  November (4)
    • ►  September (8)
    • ►  July (7)
    • ►  May (3)
    • ►  April (11)
    • ►  March (35)
    • ►  February (5)
    • ►  January (18)
  • ▼  2009 (143)
    • ►  December (3)
    • ►  October (3)
    • ►  September (12)
    • ►  August (14)
    • ►  July (23)
    • ►  June (1)
    • ►  May (18)
    • ►  April (23)
    • ►  March (36)
    • ►  February (5)
    • ▼  January (5)
      • Pilihan Hidup
      • Mutiara mail
      • Trying to Bind Form Elements in the View to a Dict...
      • Refactored: Fluent Test Data Builders Using Generi...
      • Fluent Test Data Builders Using Generic Extension ...
  • ►  2008 (30)
    • ►  December (1)
    • ►  November (4)
    • ►  October (2)
    • ►  September (5)
    • ►  August (5)
    • ►  July (3)
    • ►  June (6)
    • ►  May (2)
    • ►  April (1)
    • ►  March (1)
Powered by Blogger.

About Me

Unknown
View my complete profile