OOPS!

Website is Unavailable!

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

New Books Cover

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

@foreach(var book in Website.Data("All_Books").Items.Where(b=>b["Price"] != "Free").OrderBy(i=>i["Print_Date"])){ var PrintDate = DateTime.Parse(book["Print_Date"]); if(TimeZoneInfo.ConvertTime(DateTime.UtcNow, TimeZoneInfo.FindSystemTimeZoneById("Bangladesh Standard Time")) >= 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 This Book
}}
Error:
String reference not set to an instance of a String.
Parameter name: s