List of Books by Asif Mehedi
Toru - Ni
তরু-নৃ
style="margin-top: 10px; height: 250px; background-image: url('/Image/Thumb/300/001/039/38623.jpeg');">
Aar Dabaya Rakhbar Parba na
আর দাবায়া রাখবার পারবা না
আসিফ মেহেদী
BDT 150.00
Frion
ফ্রিয়ন
style="margin-top: 10px; height: 250px; background-image: url('/Image/Thumb/300/001/041/40363.jpeg');">
Nobel Laureate: Literature
নোবেল লরিয়েট লিটারেচার
আসিফ মেহেদী
BDT 120.00
Higgs Proloy
হিগস প্রলয়
গালিব আসাদউল্লাহ
BDT 450.00
Sanbarddhona Gantho
সংবর্ধনা গ্রন্থ
style="margin-top: 10px; height: 250px; background-image: url('/Image/Thumb/300/001/040/39613.jpeg');">
Hallo-Gene
হ্যালু-জিন
মোহাম্মদ সা’দাত আলী
BDT 350.00
Sadaran Gankosh
সাধারণ জ্ঞানকোষ
style="margin-top: 10px; height: 250px; background-image: url('/Image/Thumb/300/001/039/38820.jpeg');">
Elimon [Anindhoy Prk]
এলিমোন
গালিব আসাদউল্লাহ
BDT 350.00
Adhunik Gronthagar O Totthobiggan
আধুনিক গ্রন্থাগার ও তথ্যবিজ্ঞান
style="margin-top: 10px; height: 250px; background-image: url('/Image/Thumb/300/001/025/24548.jpeg');">
Opshorar Sporso
অপ্সরার স্পর্শ
মোহাম্মদ সা’দাত আলী
BDT 600.00
Bhindeshi Kotokotha
ভিনদেশী কবিতা
মোহাম্মদ সা’দাত আলী
BDT 200.00
Rosh Alo Rommo Prothom Porbo
রস আলো রম্য প্রথম পর্ব
আসিফ মেহেদী
BDT 140.00
Gronthagar O Totthobiggan Obhidhan
গ্রন্থাগার ও তথ্যবিজ্ঞান অভিধান
মোহাম্মদ সা’দাত আলী
BDT 150.00
Rosh Alo Rommo Ditiyo Porbo
রস আলো রম্য দ্বিতীয় পর্ব
আসিফ মেহেদী
BDT 140.00
Gronthagarborsho Smarokgrontho
গ্রন্থাগারবর্ষ স্বারকগ্রন্থ
মোহাম্মদ সা’দাত আলী
BDT 295.00
Maya [AM]
মায়া
আসিফ মেহেদী
BDT 160.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