Complete online catalog of All Bengali Books

books.com.bd is powered by Publishers E-Platform, a national repository & archive of information on Authors, Publishers and Books in Bangladesh.

  • books.com.bd

    Online Catalog of Bangla books

  • authors.com.bd

    Online Portfolio of Authors

  • publishers.com.bd

    Profile of every Publisher in bangladesh

Most Popular Books

@foreach (var item in books.Take(12)) {

@item.Name
@item.NativeName

@(item.Authors().Any() ? item.Authors().First().NativeName : "")

@if (item.SalePrice.HasValue) {

BDT @item.SalePrice.Value.ToString("0.00") BDT @item.ListPrice.Value.ToString("0.00")

} else if (item.ListPrice.HasValue) {

BDT @item.ListPrice.Value.ToString("0.00")

}
}
Error:
Specified cast is not valid.

Popular Authors

@{ var db = ERP.Data.DBContext.Current; var authors = db.Party.Active().Where(p => p.TypeId == 1017 && db.PartyProduct.Any(i => i.PartyId == p.Id));} @foreach (var item in authors.OrderByDescending(i=>i.RelatedProducts.Count(j => j.TypeId == 1012)).Take(9).Skip(1)) { }
Error:
Unable to cast object of type 'System.Int32' to type 'System.String'.

Leading Publishers in Bangladesh

Error:
Specified cast is not valid.

Free shipping

Shop at least 5000tk
 

Gifts Book

To Your Beloved
 

+8809613 825825

24/7 customer care available

Need to know more?

Feel free to contact books.com.bd with your questions about books in our Catalog.

Contact books.com.bd

Have a question?

Ask your questions away and let our dedicated customer service help you look through our FAQs to get your questions answered!

Keep in touch

Our helpline is always open to receive any inquiry or feedback. Please feel free to drop us an email from the form below and we will get back to you as soon as we can.

Low-Cost Masking/NonMasking SMS in Bangladesh - Alpha SMS

Alpha SMS is an advanced SMS service provider in Bangladesh with multiple services such as Bulk SMS, SMS API, OTP SMS, SMS Gateway, SMS Marketing, Masking SMS, Non-Masking, etc. It provides a powerful and easy-to-use SMS API for developers. Easy integration with Software Applications & Websites. You can also send SMS messages directly through SMS Web Panel (Dashboard). Fast and easy to use SMS Gateway for School, Small Business SMS marketing, ISP & NGO in Bangladesh. Alpha SMS also offers API Integration with Corporate applications.

Visit Website
Low-Cost Masking/NonMasking SMS in Bangladesh - Alpha SMS
@{ var db = ERP.Data.DBContext.Current; var authors = db.Party.Active().Where(p => p.TypeId == 1017 && db.PartyProduct.Any(i => i.PartyId == p.Id)); var books = ERP.Data.DBContext.Current.Product.Active(); }

A National Archive of Information

@ERP.Data.Service.BusinessService.ByType("Publisher").Count()

Publishers

Featuring complete portfolio & virtual showroom of @ERP.Data.Service.BusinessService.ByType("Publisher").Count() active Publishers in Bangladesh.

@authors.Count().ToString("#,###")

Authors

Portfolio of an ever growing list of legends. About 3,000 Bengali authors & Poets of the past, present & future.

@books.Count().ToString("#,###")

Books

A complete online catalog of Bangla books. From the everlasting classics to modern literature of the future generation.

Error:
Index was outside the bounds of the array.