Posts

Showing posts from 2017

IBM DB2

http://pcc.police.gov.bd/en/ https://www.youtube.com/watch?v=yWUcYBYkbhk https://www.youtube.com/watch?v=zXmtVjIfBzQ Working with SQL in IBM Data Studio https://www.youtube.com/watch?v=ffbLZwX8XkY https://www.youtube.com/watch?v=wsClnx9tIx8 DB2 Connection Strings in Ado.Net http://www.dotnettricks.com/learn/adonet/db2-connection-strings-in-adonet http://www.c-sharpcorner.com/uploadfile/nipuntomar/connection-strings-for-ibm-db2/ ASP.NET MVC with DB2 https://www.codeproject.com/Articles/794899/Linking-ASP-NET-MVC-with-DB-Table http://www.c-sharpcorner.com/uploadfile/nipuntomar/connection-strings-for-ibm-db2/ https://www.tutorialspoint.com/db2/ https://www-01.ibm.com/marketing/iwm/iwm/web/pick.do?source=swg-db2expressc&S_TACT=000000TA&lang=en_US https://www-01.ibm.com/marketing/iwm/iwm/web/download.do?source=swg-db2expressc&S_PKG=ov48103&S_TACT=000000TA&lang=en_US&dlmethod=http https://www-01.ibm.com/marketing/iwm/iwm/web/reg/download.d

iCrest Sdn Bhd

Address For The Embassy of Malaysia in Dhaka: Address:  House No. 19, Road No. 6 Baridhara Diplomatic Enclave Dhaka – 1212 Bangladesh Malaysian Embassy Phone Numbers in Dhaka: Telephone:  (02) 882.7759 –  Telephone (Int):  +880.2.882.7759 Work days : Sunday - Thursday 8.30 a.m - 4.30 p.m (Lunch Break: 12.30 pm - 1.30 pm) Public Holidays : Friday & Saturday http://www.kln.gov.my/web/bgd_dhaka/home http://www.kln.gov.my/web/bgd_dhaka/other_information/-/asset_publisher/2TQe/content/requirements-for-visa-application?redirect=%2Fweb%2Fbgd_dhaka%2Fother_information to processed future kindly share us the below documents for the HR verification and Job proposal form. 1) Educational certification & Marksheets. 2) Experience letters. 3) Current Company offer letter. 4) Last three Month Payslip. 5) Passport Scan Copy (All Pages) 6) Passport Size Photo (blue background)  You may use this letter as confirmation of offer to you and you may tender r

Canada

Image
http://www.cic.gc.ca/english/immigrate/skilled/crs-tool.asp https://www.canada.ca/en/immigration-refugees-citizenship/services/immigrate-canada/express-entry/become-candidate/rounds-invitations.html https://www.youtube.com/watch?v=Cwm1n0bcHAM https://moving2canada.com/express-entry-draw/ https://www.canada.ca/en/immigration-refugees-citizenship/corporate/publications-manuals/operational-bulletins-manuals/standard-requirements/language-requirements/test-equivalency-charts.html https://www.youtube.com/watch?v=vs-M2afwOfo http://www.amiopari.com/13990/ https://www.canada.ca/en/immigration-refugees-citizenship/services/immigrate-canada/express-entry/become-candidate/eligibility/federal-skilled-workers/six-selection-factors-federal-skilled-workers.html https://moving2canada.com/express-entry-faq/ https://www.youtube.com/watch?v=geMNO07WobU https://www.youtube.com/watch?v=maF6OgdB-UQ https://moving2canada.com/pnp-canada-live-tracker/ https:

UI

https://getbootstrap.com/docs/3.3/javascript/#scrollspy https://www.w3schools.com/css/css_rwd_templates.asp https://www.w3schools.com/css/ Positioning Form, Color, Border, margin, Padding, links, list, table, display, position, Navigation Bar, selector, Test, Multi column , Media Queries

Angular primeng

primeng PrimeNG is a collection of rich UI components for Angular https://glenasmith.github.io/pluralsight-primeng/dashboard https://github.com/glenasmith/pluralsight-primeng/tree/starter-kit https://www.primefaces.org/primeng/#/ http://www.chartjs.org/ https://www.hostingbangladesh.com

Repository Pattern Async Await

Image
https://www.youtube.com/watch?v=gfkuD_eWM5Y https://www.youtube.com/watch?v=C5VhaxQWcpE Async and Await are the two keywords that help us to program asynchronously. An async keyword is a method that performs asynchronous tasks such as fetching data from a database, reading a file, etc, they can be marked as “async”. Whereas await keyword making  “await” to a statement means suspending the execution of the async method it is residing in until the asynchronous task completes. After suspension, the control goes back to the caller method. Once the task completes, the control comes back to the states where await is mentioned and executes the remaining statements in the enclosing method. --------------------------------------------- http://www.c-sharpcorner.com/UploadFile/8a67c0/Asp-Net-mvc-code-first-approach-with-repository-pattern/ http://www.c-sharpcorner.com/UploadFile/3d39b4/crud-using-the-repository-pattern-in-mvc/ http://freefrontend.com/html-bootstrap-ui-kits/ Async

Download Manager

The 15 Best Freelance Websites https://www.entrepreneur.com/article/245953 Download Video from Plural Site http://download.cnet.com/Internet-Download-Manager/3000-2071_4-10071618.html   [Route("api/WorkFlowTask")]        public class WorkFlowTaskController : Controller     {         [HttpGet("GetQualifyingQuestions/{workflowVariantName}")] //http://localhost:61031/api/WorkFlowTask/GetQualifyingQuestions/soloklite                    public async Task GetQualifyingQuestions(string workflowVariantName)         {             using (var client = new HttpClient())             {                 try                 {                     client.DefaultRequestHeaders.Accept.Clear();                     client.BaseAddress = new Uri("http://localhost:49403");                     var response = await client.GetAsync($"api/workflowtask/GetQualifyingQuestions/" + workflowVariantName);                     response.EnsureSuccessStatusC

Dot Net Core

json web token (Token based) web api angular Startup in ASP.NET Core https://docs.microsoft.com/en-us/aspnet/core/fundamentals/startup https://www.tutorialsteacher.com/core/aspnet-core-application-project-structure ASP.NET Core 3.0, Visual Studio, Entity Framework Core 3.0, Bootstrap 4, and Angular (v8) https://app.pluralsight.com/library/courses/aspnetcore-mvc-efcore-bootstrap-angular-web/table-of-contents ASP NET Core Tutorial (KUDVENKAT) https://www.youtube.com/watch?v=4IgC2Q5-yDE&list=PL6n9fhu94yhVkdrusLaQsfERmL_Jh4XmU&index=1 CRUD Core + Angular 4 https://www.codeproject.com/Articles/1197953/CRUD-Operation-using-ASP-NET-CORE-and-Angular   Security https://channel9.msdn.com/events/dotnetConf/2017/T324?term=core MVC Core https://www.youtube.com/watch?v=ipio9ze57X8 ASP.NET Core Interview Questions https://www.talkingdotnet.com/asp-net-core-interview-questions/ https://www.qfles.com/interview-question/asp-net-core-interview-questions SQL Query Interview Questions ht

stackoverflow

Image
http://it-ebooks.directory/book-0521670152.html https://stackoverflow.com/jobs/remote-developer-jobs?med=clc https://codility.com/public-report-detail/ https://codility.com/candidate-faq/ Dear Mr. Mohammad Nazmul Huda Rubol Chowdhury, Thank you for your recent application for our company. As a next step, we would like you to take a Video Interview and Programming Test. Please refer as below for details: ---------------------- Video Interview ---------------------- Your video interview will consist of a set of prerecorded questions for you to answer using your computer webcam and microphone. After this email, we will send you an invitation email separately. If you are a competent candidate, you will be invited for a face-to-face first interview. Video Interview Steps - Introduction movie - Interview starts   Questions you will be asked: (1) Could we have your name and the reason why you are interested in Rakuten? (2) Please tell us your tech

Node.js Typescript

Image
https://code.msdn.microsoft.com/ https://www.tutorialspoint.com/typescript/typescript_types.htm https://www.tutorialspoint.com/angularjs/index.htm Node.js is an open source, cross-platform runtime environment for server-side JavaScript. Node.js is required to run JavaScript without a browser support. It uses Google V8 JavaScript engine to execute code. You may download Node.js source code or a pre-built installer for your platform. https://www.tutorialspoint.com/typescript/typescript_environment_setup.htm https://github.com/anisul-Islam/typescript-documentation TypeScript let isDone : boolean = false ; let decimal : number = 6 ; let color : string = "blue" ; let a: null = null; let b: number = 123; let c: number = 123.456; let d: string = ‘Geeks’; let e: undefined = undefined; let f: boolean = true; let g: number = 0b111001; // Binary let h: number = 0o436; // Octal let i: number = 0xadf0d; // Hexa-Decimal In built-in data types,  any  is a special data-type, al

IELTS : Current Reading URL

Image
http://ieltsliz.com/ielts-listening/ http://ieltsliz.com/common-english-names-for-boys/ http://ieltsliz.com/common-girls-names/ https://www.youtube.com/watch?v=8dRuy1VLCiQ&t=165s http://www.dictionary.com/browse/laureate?s=t https://www.youtube.com/watch?v=dBCZ7KRdNVs&t=55s Canada http://www.cic.gc.ca/english/immigrate/index.asp

WritingTask 1

Image
Task 1

IELTS Speaking

http://sabbirsenglishworld.com/wp/spoken-lesson-for-bd-student#more-578 Tell 100 Sentences About Yourself (Part – 1) 1) Name: My full name is _____. You can call me _____. 2) Home district: The name of my home district is _____. It’s famous for _____. I love my home district very much because it is a place of natural beauty and tranquility. 3) Residence: I have been living in Dhaka since my birth / for….. years. It’s the capital city of Bangladesh. 4) Educational Background: I’ve graduated from ______ University in the Dept. of _____. Before that, I did my pre schooling and schooling from ______ School and college from ______. 5) Family: Our family consists of ______ members. It’s a nuclear family. Excluding me, I’ve _____ siblings. My father is a/an _____. My mother is a/an _____. We are a happy family. 6) Aim in life / job: As a student of …………..department, I want to be a/an _____ in future. 7) Future plans: I have two types of goals. They are short term and lo