List of Books by Fazlul Haque
Playing Drums - An Illustrated Introduction
প্লেয়িং ড্রামস-এন ইল্যুশন অফ ইন্ট্রোডাকশন
style="margin-top: 10px; height: 250px; background-image: url('/Image/Thumb/300/001/043/42534.jpeg');">
Bangabandhu Sheikh Mujibur Rahman [Katha Prk]
বঙ্গবন্ধু শেখ মুজিবুর রহমান
ফজলুল হক
BDT 600.00
Ekattor O Koekti Ghasforing
একাত্তর ও কয়েকটি ঘাসফড়িং
style="margin-top: 10px; height: 250px; background-image: url('/img/def-book-cover.png');">
Prithok Dongshon
পৃথক দংশন
মনি হায়দার
BDT 100.00
Muktijuddher Galpo [MH]
মুক্তিযুদ্ধের গল্প
মনি হায়দার
BDT 400.00
Oitihasik Okkhoy Kommar Moitreo Jibon O Kormo
ঐতিহাসি অক্ষয়কুমার মৈত্রেও জীবন ও কর্ম
style="margin-top: 10px; height: 250px; background-image: url('/Image/Thumb/300/001/044/43645.jpeg');">
Muktijuddher Galpo [MH]
মুক্তিযুদ্ধের গল্প
মনি হায়দার
BDT 400.00
Ek Dozen Golpo
এক ডজন গল্প
মনি হায়দার
BDT 75.00
Nobboi Doshker Galpo
নব্বই দশকের গল্প
style="margin-top: 10px; height: 250px; background-image: url('/img/def-book-cover.png');">
Al Mahmuder Kobita : Bishoy O Shilporup
আল মাহমুদের কবিতা : বিষয় ও শিল্পরূপ
মনি হায়দার
BDT 250.00
Begum Rokeya
বেগম রোকেয়া
মনি হায়দার
BDT 80.00
Rajdorshon
রাজদর্শন
style="margin-top: 10px; height: 250px; background-image: url('/Image/Thumb/300/001/043/42480.jpeg');">
Dorir Upor Patlada
দড়ির উপর পাতলাদা
ফজলুল হক
BDT 160.00
Rajshahite Robindronath
রাজশাহীতে রবীন্দ্রনাথ
ফজলুল হক
BDT 280.00
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
@{
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:
Value cannot be null.
Parameter name: writer
@{ 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 @authors.Count().ToString("#,###") 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:
Value cannot be null.
Parameter name: writer