Coder Baba
2.42K subscribers
1.01K photos
23 videos
722 files
723 links
Everything about programming for beginners.
1 and only official telegram channel of CODERBABA India.

Content:
.NET Developer,
Programming (ASP. NET, VB. NET, C#, SQL Server),
& Projects
follow me https://linktr.ee/coderbaba
*Programming
*Coding
*Note
Download Telegram
Live stream finished (230 days)
DesignPattern NOtes.pdf
873.4 KB
Design Pattern in C# PDF NotesπŸ‘†πŸ‘†πŸ‘†
What is Asp.Net:- Asp.net is abbreviated as "Active Server Pages .Network enable technology".
Active-An ASP page provides dynamic content that's updated every time that is accessed.
Server- An ASP page contains script code that the Web server executes.
Pages-An ASP page is a Web page that the user navigates to and is displayed in his or her browser.

How many types of Validation control in Asp.Net:-
ο‚§ Required Field Validator
ο‚§ Range Validator
ο‚§ Compare Validator
ο‚§ Regular Expression Validator
ο‚§ Custom Validator
ο‚§ Validation Summary

Required Field Validator:-It checks whether the control have any value. It is used when you want the control should not be empty.
Range Validator:-It checks if the value in validated controls is in that specific range.
Compare Validator:-It checks that the value in controls should match some specific value.
Regular Expression Validator:-When we want the control, value should match with a specific regular expression.
Custom Validator:-It is used to define user defined validation.
Validation Summary:-It displays summary of all current validation errors on an Asp.Net page.
How can you redirect user to different page.
By Useing the Response.Redirect method to direct users to different pages.
How can you redirect user to same page.
By Useing the Server.Transfer method to direct users to different pages.
New video out
πŸ“ΉHow to Integrate ChatGPT using C# | Visual Studio 2022 | OpenAI Code with ChatGPT in ASP .NET Csharp
πŸ”—πŸ•Έhttps://youtu.be/kM89QkY-XbU
New video out
πŸ“ΉHow to Integrate ChatGPT using C# | Visual Studio 2022 | OpenAI Code with ChatGPT in ASP .NET Csharp
πŸ”—πŸ•Έ https://youtu.be/kM89QkY-XbU
Check out this new post πŸŽ“ and Follow me for more
https://www.instagram.com/p/CrOUFrfhnNk/?utm_source=ig_web_copy_link
πŸ‘©β€πŸ’»List of all errors πŸ”°

- 400 (Bad request)

- 401 (Authorization required)

- 402 (Payment required)

- 403 (Forbidden)

- 404 (Not found)

- 405 (Method not allowed)

- 406 (Not acceptable)

- 407 (Proxy authentication required)

- 408 (Request Timeout)

- 409 (Conflict)

- 410 (Gone)

- 411 (Length required)

- 412 (Precondition failed)

- 413 (Request entity too large)

- 414 (Request URI too large)

- 415 (Unsupported media type)

- 416 (Request range not satisfiable)

- 417 (Expectation failed)

- 422 (Unprocessable entity)

- 423 (Locked)

- 424 (Failed dependency)

- 500 (Internal server error)

- 501 (Not Implemented)

- 502 (Bad gateway)

- 503 (Service unavailable)

- 504 (Gateway timeout)

- 505 (HTTP version not supported)

- 506 (Variant also negotiates)

- 507 (Insufficient storage)

- 510 (Not extended)

React to this message if you need more Interesting Content Like this ❀️
Follow πŸ‘‰πŸ» @coder_baba
#CoderBaba
πŸ‘1
Today’s the day: let’s write some code and change the world.
#CoderBaba #programmers.
Follow @Coder_Baba
❇️ IS PROGRAMMING JUST A MYTH ?

While math is often used in programming, it is not the only aspect of the field.

πŸ‘‰ Programming involves skills and concepts i.e -

β•°β”ˆβž€
Design
β•°β”ˆβž€ Communication
β•°β”ˆβž€ Project management
β•°β”ˆβž€ Logic Building
β•°β”ˆβž€ Problem Solving Skills
β•°β”ˆβž€ Various tools and technologies
β•°β”ˆβž€ Etc.

So programming involves several other skills rather than just Maths.

Subscribe My channel @Coder_Baba
πŸ„β€β™‚οΈ Some cool facts about Coding

πŸš€ Coding has over 700 languages.

πŸš€ The first programming language was called FORTRAN

πŸš€ The world’s first computer programmer was a renowned female mathematician

πŸš€ The first computer virus was created by a 15-year-old in 1982

πŸš€ The first computer didn’t use any electricity.

Which of these points had already known to you?😎

Comment
πŸ‘©β€πŸ’»
https://www.instagram.com/p/CrOUFrfhnNk/?utm_source=ig_web_button_share_sheet
What is the difference between a web developer and a full stack developer?

i. Web Designer
Technologies: Web graphics and animation (Adobe Photoshop, Illustrator, etc., Flash animation)

ii. Web Developer (Front-end)
Technologies: HTML, CSS, JavaScript, ActionScript (for Flash)

iii. Web Developer (Back-end)
Technologies:

One or more Server-side scripting language ~ PHP, JSP, CFM, NodeJS, Ruby (for Ruby on Rails framework ~ ROR), C# (.Net), Python, Perl, etc.
One or more databases (SQL) ~ MySql/MariaDB, PostgreSql, MS SQL, Oracle, etc.


Full stack developer:
β€˜Stack’ means a particular combo of technologies frequently used by a community of software or web application developers. My choice was the LAMP platform or stack: Linux OS, Apache Web server, MySql Database and PHP server side scripting. To be a full stack developer, not only you have to know front-end and back-end languages and SQL for database, you have to also have a very good working knowledge of server OS and web server administration. While a web developer might concentrate on one or two languages, a full stack developer will know the ins and outs of the web environment and all aspects of the web application. Frequently they are the ones who are responsible for building the architecture of an application from ground up.

A full stack developer will also additionally have knowledge of various other technologies and frameworks like JSON, XML, XSLT, JavaScript libraries (JQuery, Angular, BootStrap, PrototypeJS, ReactJS), NodeJs, Shell scripting, etc.
Q-What are exampls of a Full-Stack Web Developers?

As of now:

πŸ‘‰πŸ»Frontend:

HTML (Jade)
CSS (SASS/LESS)
Javascript (Angular.js, jQuery, CoffeeScript, Backbone.js, React.js)

πŸ‘‰πŸ»Database:

Postgresql 9.4
MongoDB
MySql

πŸ‘‰πŸ»Backend:

Node.js
Ruby On Rails
PHP
Python

πŸ‘‰πŸ»Tools:

GIT
GULP
ATOM
SUBLIME
AWS
HEROKU
SITEPRISM

πŸ‘‰πŸ»Web Design:

Photoshop
Illustrator
πŸ‘‰πŸ»Dot Net full stack developer will be a person who has complete knowledge of both Front End and Back End required to build a fully functional Dot Net application.

Skills required:

HTML
CSS
Bootstrap
JavaScript
jQuery/ Angular JS
AJAX
Web API
C#
SQL Server (database)
ASP .NET( Ado .Net + Stack Management Techniques)
MVC/ Asp .Net Core

If you want to be a Microsoft full stack developer. Few skills will get added to the list

MSBI Tools ( SSIS, SSRS, SSAS)
Microsoft Azure (Cloud)