OOPS!

Website is Unavailable!

We regret to inform you that this website is unavailable. This could be due to various reasons.

All Books Cover

Browse the largest collection of our best and interesting books.
You'll definitely find what you are looking for..

@foreach(var book in Website.Data("All_Books").Items.Ordered().Where(b=>b["Price"] != "Free")){ var PrintDate = DateTime.Parse(book["Print_Date"]); if(System.DateTime.Now >= PrintDate){
@book.Title
@book.Title
@book["BN_Title"]

Category- @book["Category"]

Author- @book["Author"]

First Print - @PrintDate.ToString("MMMM dd, yyyy")

Language- @book["Language"]

Pages- @book["Pages"]

Price - @book["Price"] ৳

Buy Now
}}
Error:
String reference not set to an instance of a String.
Parameter name: s