SlideShare a Scribd company logo
1 of 17
• A blog is a website which is generally informal and used for discussion of
any particular subject.
• It consists of discrete and informal entries termed as "posts" which are
arranged in descending order of their modified date so that the recent posts
appear at the very top of the page.
• At first, blogs were written by an individual and covered a particular
topic.
• Blogging is adding content in a blog.
• Later, multi author blogs were developed that contained posts from
a large number of authors which could be even edited professionally.
• The growth and emergence of blog writing took place in late 1990s.
• Examples:
Twitter NEWS Paper
Advocacy Groups Other
Micro blogging
platforms
Twitter is the best example of micro blogging. These types of
blogs are straight forward, to the point and compact. They
contain on an average 140 characters.
Personal blogs can be created by anyone. These blogs are
personal and demonstrate only one person. A personal website
can also be transformed into a personal blog.
Personal
Multimedia blogs can be personal as well as public. One can
share videos, images, and all other multimedia content in this
type of blogs.
• helps to produce and design
dynamic web pages.
• It is a server side open source web application used to create
dynamic web sites, applications, and web services.
• A customizable blog is a blog that can be altered and modified
according to the needs and requirements and in this regard an
ASP.NET blog is an ASP.NET web application that can be
customized as per user requirements as well.
• It is necessary to build an ASP.NET web application before hosting
a blog.
• To allow blogs from multiple applications, a web application and
API interface is used.
• A web interface is used for showcasing the blogs on the internet
with the help of a browser.
• ASP.NET was initially used to build applications and web sites
whereas ASP.NET MVC can be used to make a web application
which is later used as a blog.
After installation of a library, which serves primarily as a data
source, the following steps must be followed:
Building a model to
support application
Creating a controller Creating views
• It is always preferred to build a model at an initial stage.
• It gives a brief idea of building the view of an application as well as
building the controllers.
• The model needed is a simple structure to support the blogs.
• In general, an ID, title, tags and time created are the attributes
used to identify a blog and contained in a model.
• A controller contains all the actions required to perform in a blog.
• It analyzes the request and extracts data from it to pass both the
request and data to the model created at the first stage.
• The model processes the request and generates a suitable response.
• The model processes the request and generates a suitable response.
• The default blog page in a view shows the list of blog posts or
displays a message.
• After writing a new post, one can follow the hyperlink that switches
to the page where the original form was created.
•It depends on the user if he wants to show the admin panel. Now the
post can simply be submitted.
• A web API functions to redirect and load the data from the model
to the web application.
• It runs the data and again returns to the home page. It is not
necessary for API to have HTML and CSS sheets.
•. A web API returns the data in JSON or XML format. JSON is
light weight and easier compared to XML while the latter is not
efficient and has a heavy format.
• API is just a return type protocol controller. For simple format and
when routing scheme is provided, it is not required to configure the
API.
• Until now, the usage of a web interface and web API is pretty much
known. ASP.NET helps to write a blog and manage it in Windows 10 by
consuming web API.
• One can display posts on home page based on the categories as well
as tags. Displaying the details of every single post depends on the
blogger.
a
page of multiple blogs efficiently according to the requirements of the
readers and feasibility of the blogger.
• It becomes necessary to take into consideration the suggestions and
reviews of the readers to improve the page design accordingly.
• . ASP.NET API helps to modify the blog posts and the page with
ease.
www.technoligent.com
www.technoligent.com

More Related Content

What's hot

What's hot (20)

Anatomy of a Wordpress theme
Anatomy of a Wordpress themeAnatomy of a Wordpress theme
Anatomy of a Wordpress theme
 
Module 4 - Dreamweaver Templates (Static vs. Dynamic Content)
Module 4 - Dreamweaver Templates (Static vs. Dynamic Content)Module 4 - Dreamweaver Templates (Static vs. Dynamic Content)
Module 4 - Dreamweaver Templates (Static vs. Dynamic Content)
 
Web Development with Joomla - Past, Present & Future
Web Development with Joomla - Past, Present & FutureWeb Development with Joomla - Past, Present & Future
Web Development with Joomla - Past, Present & Future
 
Child Themes and CSS in WordPress
Child Themes and CSS in WordPressChild Themes and CSS in WordPress
Child Themes and CSS in WordPress
 
5 Solid Reasons To Write Articles
5 Solid Reasons To Write Articles5 Solid Reasons To Write Articles
5 Solid Reasons To Write Articles
 
Basic word press development
Basic word press developmentBasic word press development
Basic word press development
 
Creating your own Blog Network with SCE
Creating your own Blog Network with SCECreating your own Blog Network with SCE
Creating your own Blog Network with SCE
 
WordPress Plugins to add style to your website
WordPress Plugins to add style to your websiteWordPress Plugins to add style to your website
WordPress Plugins to add style to your website
 
Building WordPress sites with AngularJS and the RESTful plugin JSON API @ Dev...
Building WordPress sites with AngularJS and the RESTful plugin JSON API @ Dev...Building WordPress sites with AngularJS and the RESTful plugin JSON API @ Dev...
Building WordPress sites with AngularJS and the RESTful plugin JSON API @ Dev...
 
Jump to Joomla - Barcamp Nashville 2010
Jump to Joomla - Barcamp Nashville 2010Jump to Joomla - Barcamp Nashville 2010
Jump to Joomla - Barcamp Nashville 2010
 
Developing Complex WordPress Sites without Fear of Failure (with MVC)
Developing Complex WordPress Sites without Fear of Failure (with MVC)Developing Complex WordPress Sites without Fear of Failure (with MVC)
Developing Complex WordPress Sites without Fear of Failure (with MVC)
 
BackboneJS
BackboneJSBackboneJS
BackboneJS
 
Pearls and Must-Have Tools for the Modern Web / .NET Developer
Pearls and Must-Have Tools for the Modern Web / .NET DeveloperPearls and Must-Have Tools for the Modern Web / .NET Developer
Pearls and Must-Have Tools for the Modern Web / .NET Developer
 
Journey To The Front End World - Part3 - The Machine
Journey To The Front End World - Part3 - The MachineJourney To The Front End World - Part3 - The Machine
Journey To The Front End World - Part3 - The Machine
 
Uklug2009 Hairy Bikers Cookbook
Uklug2009   Hairy Bikers CookbookUklug2009   Hairy Bikers Cookbook
Uklug2009 Hairy Bikers Cookbook
 
EPUB for Website Producers
EPUB for Website ProducersEPUB for Website Producers
EPUB for Website Producers
 
Using JavaScript Libraries like D3.js with WordPress
Using JavaScript Libraries like D3.js with WordPressUsing JavaScript Libraries like D3.js with WordPress
Using JavaScript Libraries like D3.js with WordPress
 
JakartaJS - How I Learn Javascript From Basic
JakartaJS - How I Learn Javascript From BasicJakartaJS - How I Learn Javascript From Basic
JakartaJS - How I Learn Javascript From Basic
 
Drag-and-drop WordPress Themes, featuring Themify Builder
Drag-and-drop WordPress Themes, featuring Themify BuilderDrag-and-drop WordPress Themes, featuring Themify Builder
Drag-and-drop WordPress Themes, featuring Themify Builder
 
Merging two big Symfony based applications - PHPCE 2017
Merging two big Symfony based applications - PHPCE 2017Merging two big Symfony based applications - PHPCE 2017
Merging two big Symfony based applications - PHPCE 2017
 

Similar to Tips to Build Your Blog Using ASP.NET and Types of blogs by ASP.NET Development Company

Blogging With Wordpress By Prakriti
Blogging With Wordpress By PrakritiBlogging With Wordpress By Prakriti
Blogging With Wordpress By Prakriti
Techberries
 
Building a Simple, Responsive Website with ExpressionEngine
Building a Simple, Responsive Website with ExpressionEngineBuilding a Simple, Responsive Website with ExpressionEngine
Building a Simple, Responsive Website with ExpressionEngine
Ottergoose
 
WordPress_Workshop_Feb_2014_consolidated
WordPress_Workshop_Feb_2014_consolidatedWordPress_Workshop_Feb_2014_consolidated
WordPress_Workshop_Feb_2014_consolidated
Anvith KS
 
wordpress training | wordpress certification | wordpress training course | wo...
wordpress training | wordpress certification | wordpress training course | wo...wordpress training | wordpress certification | wordpress training course | wo...
wordpress training | wordpress certification | wordpress training course | wo...
Nancy Thomas
 

Similar to Tips to Build Your Blog Using ASP.NET and Types of blogs by ASP.NET Development Company (20)

Introduction To WordPress
Introduction To WordPressIntroduction To WordPress
Introduction To WordPress
 
WordPress Webinar Training Presentation
WordPress Webinar Training PresentationWordPress Webinar Training Presentation
WordPress Webinar Training Presentation
 
Blogging With Wordpress By Prakriti
Blogging With Wordpress By PrakritiBlogging With Wordpress By Prakriti
Blogging With Wordpress By Prakriti
 
[Webinar] Discover eZ platform v2.4
[Webinar]  Discover eZ platform v2.4[Webinar]  Discover eZ platform v2.4
[Webinar] Discover eZ platform v2.4
 
Blog
BlogBlog
Blog
 
Building a Simple, Responsive Website with ExpressionEngine
Building a Simple, Responsive Website with ExpressionEngineBuilding a Simple, Responsive Website with ExpressionEngine
Building a Simple, Responsive Website with ExpressionEngine
 
Alice Phieu - WordPress For Beginners
Alice Phieu - WordPress For BeginnersAlice Phieu - WordPress For Beginners
Alice Phieu - WordPress For Beginners
 
Live Coverage at The New York Times
Live Coverage at The New York TimesLive Coverage at The New York Times
Live Coverage at The New York Times
 
Dreamweaver
DreamweaverDreamweaver
Dreamweaver
 
Notes on blogging
Notes on bloggingNotes on blogging
Notes on blogging
 
WordPress_Workshop_Feb_2014_consolidated
WordPress_Workshop_Feb_2014_consolidatedWordPress_Workshop_Feb_2014_consolidated
WordPress_Workshop_Feb_2014_consolidated
 
Share point 2013 WCM for Developers
Share point 2013 WCM for DevelopersShare point 2013 WCM for Developers
Share point 2013 WCM for Developers
 
EasyBib School Edition - User Guide
EasyBib School Edition - User GuideEasyBib School Edition - User Guide
EasyBib School Edition - User Guide
 
EasyBib School Edition - Educators
EasyBib School Edition - EducatorsEasyBib School Edition - Educators
EasyBib School Edition - Educators
 
Building Drupal sites that content authors love
Building Drupal sites that content authors loveBuilding Drupal sites that content authors love
Building Drupal sites that content authors love
 
wordpress training | wordpress certification | wordpress training course | wo...
wordpress training | wordpress certification | wordpress training course | wo...wordpress training | wordpress certification | wordpress training course | wo...
wordpress training | wordpress certification | wordpress training course | wo...
 
Emkane RCC wp qs
Emkane RCC wp qsEmkane RCC wp qs
Emkane RCC wp qs
 
Content-Driven WordPress Development - WordCamp Omaha 2014
Content-Driven WordPress Development - WordCamp Omaha 2014Content-Driven WordPress Development - WordCamp Omaha 2014
Content-Driven WordPress Development - WordCamp Omaha 2014
 
Web Service Creation in HTML5
Web Service Creation in HTML5Web Service Creation in HTML5
Web Service Creation in HTML5
 
Microsoft FrontPage PPT
Microsoft FrontPage PPTMicrosoft FrontPage PPT
Microsoft FrontPage PPT
 

More from Chirag Thumar

More from Chirag Thumar (8)

Industrial perspective on static analysis
Industrial perspective on static analysisIndustrial perspective on static analysis
Industrial perspective on static analysis
 
[IoT Testing]- 4 Challenges We may face in IoT Testing
[IoT Testing]- 4 Challenges We may face in IoT Testing[IoT Testing]- 4 Challenges We may face in IoT Testing
[IoT Testing]- 4 Challenges We may face in IoT Testing
 
Log4j with selenium tutorial: How to Setup log4j logging in selenium automati...
Log4j with selenium tutorial: How to Setup log4j logging in selenium automati...Log4j with selenium tutorial: How to Setup log4j logging in selenium automati...
Log4j with selenium tutorial: How to Setup log4j logging in selenium automati...
 
Tutorial on the integration of Selenium with cucumber for experts and fresher’s
Tutorial on the integration of Selenium with cucumber for experts and fresher’sTutorial on the integration of Selenium with cucumber for experts and fresher’s
Tutorial on the integration of Selenium with cucumber for experts and fresher’s
 
6 Points to Consider Before Testing any Mobile Application
6 Points to Consider Before Testing any Mobile Application 6 Points to Consider Before Testing any Mobile Application
6 Points to Consider Before Testing any Mobile Application
 
5 cybersecurity facts about which you must have knowledge
5 cybersecurity facts about which you must have knowledge5 cybersecurity facts about which you must have knowledge
5 cybersecurity facts about which you must have knowledge
 
Why all software engineers are not fit for software development jobs in india?
Why all software engineers are not fit for software development jobs in india?Why all software engineers are not fit for software development jobs in india?
Why all software engineers are not fit for software development jobs in india?
 
8 digital trends in 2018
8 digital trends in 20188 digital trends in 2018
8 digital trends in 2018
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Recently uploaded (20)

Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

Tips to Build Your Blog Using ASP.NET and Types of blogs by ASP.NET Development Company

  • 1.
  • 2. • A blog is a website which is generally informal and used for discussion of any particular subject. • It consists of discrete and informal entries termed as "posts" which are arranged in descending order of their modified date so that the recent posts appear at the very top of the page. • At first, blogs were written by an individual and covered a particular topic. • Blogging is adding content in a blog.
  • 3. • Later, multi author blogs were developed that contained posts from a large number of authors which could be even edited professionally. • The growth and emergence of blog writing took place in late 1990s. • Examples: Twitter NEWS Paper Advocacy Groups Other Micro blogging platforms
  • 4. Twitter is the best example of micro blogging. These types of blogs are straight forward, to the point and compact. They contain on an average 140 characters.
  • 5. Personal blogs can be created by anyone. These blogs are personal and demonstrate only one person. A personal website can also be transformed into a personal blog. Personal
  • 6. Multimedia blogs can be personal as well as public. One can share videos, images, and all other multimedia content in this type of blogs.
  • 7. • helps to produce and design dynamic web pages. • It is a server side open source web application used to create dynamic web sites, applications, and web services.
  • 8. • A customizable blog is a blog that can be altered and modified according to the needs and requirements and in this regard an ASP.NET blog is an ASP.NET web application that can be customized as per user requirements as well. • It is necessary to build an ASP.NET web application before hosting a blog.
  • 9. • To allow blogs from multiple applications, a web application and API interface is used. • A web interface is used for showcasing the blogs on the internet with the help of a browser. • ASP.NET was initially used to build applications and web sites whereas ASP.NET MVC can be used to make a web application which is later used as a blog.
  • 10. After installation of a library, which serves primarily as a data source, the following steps must be followed: Building a model to support application Creating a controller Creating views
  • 11. • It is always preferred to build a model at an initial stage. • It gives a brief idea of building the view of an application as well as building the controllers. • The model needed is a simple structure to support the blogs. • In general, an ID, title, tags and time created are the attributes used to identify a blog and contained in a model.
  • 12. • A controller contains all the actions required to perform in a blog. • It analyzes the request and extracts data from it to pass both the request and data to the model created at the first stage. • The model processes the request and generates a suitable response. • The model processes the request and generates a suitable response.
  • 13. • The default blog page in a view shows the list of blog posts or displays a message. • After writing a new post, one can follow the hyperlink that switches to the page where the original form was created. •It depends on the user if he wants to show the admin panel. Now the post can simply be submitted.
  • 14. • A web API functions to redirect and load the data from the model to the web application. • It runs the data and again returns to the home page. It is not necessary for API to have HTML and CSS sheets. •. A web API returns the data in JSON or XML format. JSON is light weight and easier compared to XML while the latter is not efficient and has a heavy format.
  • 15. • API is just a return type protocol controller. For simple format and when routing scheme is provided, it is not required to configure the API. • Until now, the usage of a web interface and web API is pretty much known. ASP.NET helps to write a blog and manage it in Windows 10 by consuming web API. • One can display posts on home page based on the categories as well as tags. Displaying the details of every single post depends on the blogger.
  • 16. a page of multiple blogs efficiently according to the requirements of the readers and feasibility of the blogger. • It becomes necessary to take into consideration the suggestions and reviews of the readers to improve the page design accordingly. • . ASP.NET API helps to modify the blog posts and the page with ease.