14 tips that you can use to improve your chances of finding the employment you desire:
*Know your career goals.
*Plan ahead.
*Get resume and cover letter help.
*Use all job search resources.
*Customize your resume.
*Research companies.
*Apply with confidence.
*Schedule informational interviews.
*Succeed in your current job.
*Network regularly.
*Identify examples of your skills.
*Prepare for interviews.
*Follow up.
*Expand your skills.
#CODERBABA
#copied
*Know your career goals.
*Plan ahead.
*Get resume and cover letter help.
*Use all job search resources.
*Customize your resume.
*Research companies.
*Apply with confidence.
*Schedule informational interviews.
*Succeed in your current job.
*Network regularly.
*Identify examples of your skills.
*Prepare for interviews.
*Follow up.
*Expand your skills.
#CODERBABA
#copied
"Nothing Binds you Except your Thoughts, Nothing Limits you Except your Fear & Nothing Controls you Except your Beliefs. "
Everything is Within You.
Everything is Within You.
Join 15 Freelancers Whatsapp Group Invite Links For Node.js & JS Programmers
Link:
https://www.coderbaba.in/2021/05/Angular Freelancers Whatsapp Group Invite Links.html
Link:
https://www.coderbaba.in/2021/05/Angular Freelancers Whatsapp Group Invite Links.html
You know guys
asp dot net devided into 2 group
1- asp dotnet web form
2-asp dotnet MVC
for more update
join
https://www.youtube.com/coderbaba
asp dot net devided into 2 group
1- asp dotnet web form
2-asp dotnet MVC
for more update
join
https://www.youtube.com/coderbaba
New video out today
troubleshooting asp.net web application database connection,
https://youtu.be/lSbyRIYwJzA
troubleshooting asp.net web application database connection,
https://youtu.be/lSbyRIYwJzA
YouTube
How to Fix ASP.NET Web Application Database Connectivity | coderbaba
troubleshooting asp.net web application database connection,asp.net application and connect it to a database ,Database connectivity of ASP.Net projectHello, ...
8 GITHUB REPOS EVERY WEB DEVELOPER SHOULD MUST KNOW
1- free-programming-books
https://github.com/EbookFoundation/free-programming-books
2- public-apis
https://github.com/public-apis/public-apis
3- javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
4- tech-interview-handbook
https://github.com/yangshun/tech-interview-handbook
5- Front-End-Checklist
https://github.com/thedaviddias/Front-End-Checklist
6- clean-code-javascript
https://github.com/ryanmcdermott/clean-code-javascript
7- big-list-of-naughty-strings
https://github.com/minimaxir/big-list-of-naughty-strings
8- javascript-questions
https://github.com/lydiahallie/javascript-questions
1- free-programming-books
https://github.com/EbookFoundation/free-programming-books
2- public-apis
https://github.com/public-apis/public-apis
3- javascript-algorithms
https://github.com/trekhleb/javascript-algorithms
4- tech-interview-handbook
https://github.com/yangshun/tech-interview-handbook
5- Front-End-Checklist
https://github.com/thedaviddias/Front-End-Checklist
6- clean-code-javascript
https://github.com/ryanmcdermott/clean-code-javascript
7- big-list-of-naughty-strings
https://github.com/minimaxir/big-list-of-naughty-strings
8- javascript-questions
https://github.com/lydiahallie/javascript-questions
GitHub
GitHub - EbookFoundation/free-programming-books: :books: Freely available programming books
:books: Freely available programming books. Contribute to EbookFoundation/free-programming-books development by creating an account on GitHub.
7 BEST WEBSITES TO GET HTML & CSS CODE SNIPPETS
1- CSS DECK
https://cssdeck.com
2- CODEPAD
https://codepad.co
3- CODEPEN
https://codepen.io/trending
4- CODEMYUI
https://codemyui.com
5- CSS-TRICKS SNIPPETS
https://css-tricks.com/snippets/
6- FREEFRONTEND
https://freefrontend.com
7- LITTLESNIPPETS
https://www.littlesnippets.net
1- CSS DECK
https://cssdeck.com
2- CODEPAD
https://codepad.co
3- CODEPEN
https://codepen.io/trending
4- CODEMYUI
https://codemyui.com
5- CSS-TRICKS SNIPPETS
https://css-tricks.com/snippets/
6- FREEFRONTEND
https://freefrontend.com
7- LITTLESNIPPETS
https://www.littlesnippets.net
Cssdeck
HTML5, CSS3, JS Demos, Creations and Experiments | CSSDeck
Collection of Awesome CSS and JS Creations to help out frontend developers and designers.
1. What is .NET Framework?
.NET Framework is a complete environment that allows developers to develop, run, and deploy the following
applications:
a) Console applications
b) Windows Forms applications
c) Windows Presentation Foundation (WPF) applications
d) Web applications (ASP.NET applications)
e) Web services
f) Windows services
g) Service-oriented applications using Windows Communication Foundation (WCF)
h) Workflow-enabled applications using Windows Workflow Foundation (WF)
.NET Framework also enables a developer to create sharable components to be used in distributed computing
architecture. NET Framework supports the object-oriented programming model for multiple languages, such as
Visual Basic, Visual C#, and Visual C++. .NET Framework supports multiple programming languages in a
manner that allows language interoperability. This implies that each language can use the code written in some
other language.
————————————————————————-
2. What are the main components of .NET Framework?
.NET Framework provides enormous advantages to software developers in comparison to the advantages
provided by other platforms. Microsoft has united various modern as well as existing technologies of software
development in .NET Framework. These technologies are used by developers to develop highly efficient application.applications for modern as well as future business needs. The following are the key components of .NET Framework:
a) .NET Framework Class Library
b) Common Language Runtime
c) Dynamic Language Runtimes (DLR)
d) Application Domains
e) Runtime Host
f) Common Type System
g) Metadata and Self-Describing Components
h) Cross-Language Interoperability
i) .NET Framework Security
j) Profiling
k) Side-by-Side Execution
3. List the new features added in .NET Framework 4.0. The following are the new features of .NET Framework 4.0:
a) Improved Application Compatibility and Deployment Support
b) Dynamic Language Runtime
c) Managed Extensibility Framework
d) Parallel Programming framework
e) Improved Security Model
f) Networking Improvements
g) Improved Core ASP.NET Services
h) Improvements in WPF 4
i) Improved Entity Framework (EF)
j) Integration between WCF and WF
4. What is an IL? Intermediate Language is also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). All .NET source code is compiled to IL. IL is then converted to machine code at the point where the software is installed, or at run-time by a Just-In-Time (JIT) compiler. 5. What is Manifest? Assembly metadata is stored in Manifest.
.NET Framework is a complete environment that allows developers to develop, run, and deploy the following
applications:
a) Console applications
b) Windows Forms applications
c) Windows Presentation Foundation (WPF) applications
d) Web applications (ASP.NET applications)
e) Web services
f) Windows services
g) Service-oriented applications using Windows Communication Foundation (WCF)
h) Workflow-enabled applications using Windows Workflow Foundation (WF)
.NET Framework also enables a developer to create sharable components to be used in distributed computing
architecture. NET Framework supports the object-oriented programming model for multiple languages, such as
Visual Basic, Visual C#, and Visual C++. .NET Framework supports multiple programming languages in a
manner that allows language interoperability. This implies that each language can use the code written in some
other language.
————————————————————————-
2. What are the main components of .NET Framework?
.NET Framework provides enormous advantages to software developers in comparison to the advantages
provided by other platforms. Microsoft has united various modern as well as existing technologies of software
development in .NET Framework. These technologies are used by developers to develop highly efficient application.applications for modern as well as future business needs. The following are the key components of .NET Framework:
a) .NET Framework Class Library
b) Common Language Runtime
c) Dynamic Language Runtimes (DLR)
d) Application Domains
e) Runtime Host
f) Common Type System
g) Metadata and Self-Describing Components
h) Cross-Language Interoperability
i) .NET Framework Security
j) Profiling
k) Side-by-Side Execution
3. List the new features added in .NET Framework 4.0. The following are the new features of .NET Framework 4.0:
a) Improved Application Compatibility and Deployment Support
b) Dynamic Language Runtime
c) Managed Extensibility Framework
d) Parallel Programming framework
e) Improved Security Model
f) Networking Improvements
g) Improved Core ASP.NET Services
h) Improvements in WPF 4
i) Improved Entity Framework (EF)
j) Integration between WCF and WF
4. What is an IL? Intermediate Language is also known as MSIL (Microsoft Intermediate Language) or CIL (Common Intermediate Language). All .NET source code is compiled to IL. IL is then converted to machine code at the point where the software is installed, or at run-time by a Just-In-Time (JIT) compiler. 5. What is Manifest? Assembly metadata is stored in Manifest.