Posts

Ckeditor | Ckeditor with mvc | Ckeditor with mvc .net | easy way to add the ckeditor in the Asp.net mvc

As we know that blogging website is very easy to develop. But if you want to use text editor for blog post. It will be very tricky to work with this. Simply Blog post are written in plain text for storing on the database. If you want some dynamic type of Blog posts then you would make sure that you have a text editor like ckeditor. Editor helps to put the data into a format and then you can put it in a post as it is. So here you are able to use the given code for storing the ckeditor data into database. Keep in mind you will face many errors. So don't give up. try try again at last you will get achievement. So let's start Controller   // POST: Blogs/Create         [ValidateInput(false)]         [HttpPost]         public ActionResult Create(BlogTable blogTable)         {             if (ModelState.IsValid)             {                 try                 {                     // TODO: Add insert logic here                     db.BlogTables.Add(blogTable);                  

Icons free download

  A question arise here that what is icon? Basically, icons are very important and necessary part for any graphical appearance. It illustrates the object, actions, ideas, nature and many more things in graphics. Every single object or stuff which is physically or ideally exists in our mind we can illustrate in the form of icons or graphics. Fundamentally, graphics are consisting of mainly following components; Lines, Shapes, Text, color, type, space etc. So, the if you want to create your own icons. We will recommend you to learn the Adobe Illustrator, Adobe Photoshop, Coral draw and many other tools to make the icons etc. I know If you are reading this article I damn sure that you want free readymade icons for your project or website whatever your use. Icons8 my favorite website for icons is Icons8   here is link to go to website & enjoy……                       https://icons8.com/icons/                                                                           

How to Add the Urdu Fonts in Visual Studio in Window Forms c# | Styling Fonts | Visual Studio | Window Forms | C# | Add Local Fonts in the Visual Studio Window Forms |

#UrduFontStyle #VisualStudio #Winfoms How to write Urdu on C# Controls How to display Urdu Unicode characters on my Windows Forms UrduTextBox Control for C# Urdu Fonts in the Visual Studio can be written easily without any hurdle. You just need to install the Urdu Keyboard from Google. Now if you see the fonts style then you have no option to change the style of Urdu fonts in visual studio. By default, Urdu Font style is very ugly and it might be difficult for you to read it. So, if you want to give the good looking, dashing display then you have to go to do some extra effort for it. That’s why we brought here a way to achieve the Urdu font with beautiful and Good-Looking Font Style. //class  public static class MemoryFonts { [DllImport("gdi32.dll")] private static extern IntPtr AddFontMemResourceEx(IntPtr pbFont, uint cbFont, IntPtr pdv, [In] ref uint pcFonts); private static PrivateFontCollection pfc { get; set; } static MemoryF