Home
»
MK .NET UG
»
MK Web UG
Blogs
MK Web UG
Macedonian Web User Group
Get this RSS feed
Home
Blogs
Forum
Tags
Tags
.net
.NET 3.5
.NET 4.0
.net world
Accordion
Advanced Configuration
AJAX
All-In-One Code Framework
Amazon Simple Pay
Analysis
Announcement
Array
asp.net
ASP.NET
ASP.NET 4.0
ASP.NET MVC
ASP.NET MVC 3
ASP.NET MVC4
assembly
attach-to-process
authentication
beta
BING
Blog
Popular
Table sorting & pagination with jQuery and Razor in ASP.NET MVC
Posted
over 2 years ago
by
hajan
Editing rows in SQL Server Management Studio 2008
Posted
over 3 years ago
by
hajan
Get all database table names, schemas and column names with one SQL query
Posted
over 3 years ago
by
hajan
Customizing an ASP.NET GridView control with CSS styles
Posted
over 1 year ago
by
StojanchePanov
AJAX Control Toolkit – BalloonPopupExtender
Posted
over 2 years ago
by
StojanchePanov
Browse Blogs in MK Web UG
Clear
Blog
Posts
Last Post
Gorgi Dimitrov's Blog
0
N/A
Hajan's Blog - MKDOT.NET
Dedicated to Microsoft .NET Technologies
122
Sat, Mar 2 2013
iDEA.nov@
[ dejanii ]
12
Fri, Sep 26 2008
Stojance's Blog
11
Mon, Mar 26 2012
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Hajan's Blog - MKDOT.NET
06.03.2013 - Месечна средба на MKDOT.NET / Web UG - тема: Building websites with WebMatrix 2.0 and ASP.NET Webpages
Posted
2 months ago
by
hajan
0
Comments
06 Март 2013 Предавач: Дејан Младеновски Тема: Building websites with WebMatrix 2.0 and ASP.NET Webpages Прилично интересна тема за сите оние кои денес се преокупирани со градење веб страни кои најчесто се наменети за презентација со фокус на клиентната...
Hajan's Blog - MKDOT.NET
20.02.2013 - Месечна средба на MKDOT.NET / Web UG - на тема Комуникација во реално-време во Веб со најновите стандарди и технологии
Posted
3 months ago
by
hajan
0
Comments
Среда (Утре) во 17:30 часот ќе започне презентација на тема " Real-time communication: Building next generation of plugin-free Chat, Video and Voice with SignalR, WebRTC and MVC" во рамките на месечната средба на Web UG / MKDOT.NET. Презентери...
Hajan's Blog - MKDOT.NET
Презентација "Преглед на најновите Веб технологии на Microsoft"
Posted
over 1 year ago
by
hajan
0
Comments
Почитувани, Ова е прва средба и презентација која ја организира MK Web User Group која е дел (под група) на MKDOT.NET. Во оваа прва презентација ќе направиме преглед на најновите и најнапредни Microsoft веб технологии при што ќе имате прилика да се...
Hajan's Blog - MKDOT.NET
Technical Review "Entity Framework 4.1: Expert's Cookbook"
Posted
over 1 year ago
by
hajan
2
Comments
Entity Framework 4.1: Expert's Cookbook is the new book on which I was working as a technical reviewer. The book is published by Packt Publishing and written by two excellent authors: Devlin Liles and Tim Rayburn. You can see details about this...
Stojance's Blog
Fourth local .NET meeting at the Faculty of Informatics
Posted
over 1 year ago
by
StojanchePanov
0
Comments
On March 26 2012, at the Faculty of Informatics in Shtip, the fourth meeting of the local .NET User Group took place. This meeting was realized in collaboration with the Microsoft Impact Student Club – Shtip. The subject of the presentation was...
Hajan's Blog - MKDOT.NET
Write JavaScript in Object Oriented way
Posted
over 1 year ago
by
hajan
1
Comments
Most of the developers write their JavaScript code in plain structural way by using code that includes only variables and functions. Nowadays, many of the developers use jQuery as well, which doesn't really require you to make very big effort in order...
Stojance's Blog
Third local .NET meeting: ‘When Databases Attack–Tips & Tricks’
Posted
over 1 year ago
by
StojanchePanov
2
Comments
On March 6, 2012, at the Faculty of Informatics at ‘Goce Delchev’ University, Ljupche Ristov, CEO at DataLogistik, presented an attractive subject: ‘When Databases Attack – Tips & Tricks’. He introduced the attendees...
Stojance's Blog
.NET Group vs. Weather–1:0 :)
Posted
over 1 year ago
by
StojanchePanov
3
Comments
Although we had a very cold day, our heroes from .NET Local Shtip Community have managed to come and to attend the second .NET local meeting at the Faculty of Informatics. The speaker of this meeting was Nevenka Malinova, a postgraduate student at the...
Hajan's Blog - MKDOT.NET
Два мои артикли во листата ‘DZone's Top 5 .NET Articles of 2011’
Posted
over 1 year ago
by
hajan
0
Comments
Штотуку забележав дека два мои артикли се ставени во листа на најчитани и најдобри пет артикли на DZone мрежата за 2011 година. Имено, како DZone MVB (Most Valuable Blogger), тимот на DZone постојано ги следи моите артикли и ги референцира на нивната...
Stojance's Blog
Add Facebook ‘Like’ buttons and Twitter feeds to your web pages using ASP.NET Web Helpers Library
Posted
over 1 year ago
by
StojanchePanov
1
Comments
In this blog post, I will give a brief description of how to insert a Facebook ‘Like’ button or a Twitter feed in your web page. In order to achieve this, at first you must have installed the ASP.NET Web Helpers package in your Visual Studio...
Hajan's Blog - MKDOT.NET
Sending emails using MvcMailer
Posted
over 1 year ago
by
hajan
2
Comments
MvcMailer is an interesting component that you can use for sending emails in ASP.NET MVC Framework. The very great thing is that it uses Razor view engine views as email templates and is pretty easy to setup and use. In this article you will see how to...
Stojance's Blog
Customizing an ASP.NET GridView control with CSS styles
Posted
over 1 year ago
by
StojanchePanov
6
Comments
Sometimes we want to customize the view of the GridView control with our custom made design. In order to do so, we need to set the property CssClass of the GridView control to the class we have defined to give our custom look. Let’s have a CSS class named...
Stojance's Blog
Using Custom styles on a BalloonPopupExtender
Posted
over 1 year ago
by
StojanchePanov
8
Comments
In one of my previous blog posts , I talked about the BalloonPopupExtender, which is usually used for showing tooltips based on a given event of a control. In this blog post, I will talk about using the Custom style of the BalloonStyle property, so that...
Stojance's Blog
AJAX Control Toolkit – Tab Control
Posted
over 2 years ago
by
StojanchePanov
2
Comments
In my previous post , I mentioned that there are several new features of the AJAX Control Toolkit, one of which was the improved Tab Control. I discussed about the BalloonPopupExtender, which is a part of this toolkit since November 2011. In this blog...
Stojance's Blog
AJAX Control Toolkit – BalloonPopupExtender
Posted
over 2 years ago
by
StojanchePanov
14
Comments
The AJAX Control Toolkit, since November 2011, has some several new features, including BalloonPopup and improvements on the Tab control. In this blog post, I will discuss about the BalloonPopupExtender, which is used mainly as a kind of a tooltip displayed...
Stojance's Blog
AJAX Control Toolkit – How To Use AutoCompleteExtender
Posted
over 2 years ago
by
StojanchePanov
3
Comments
These days I had a situation where I needed to use a control which is a part of the AJAX Control Toolkit, concretely the AutoCompleteExtender control. I had a TextBox control in a web form where the user needed to add another user to a given list, but...
Stojance's Blog
Raise your glass for the new beginnings!
Posted
over 2 years ago
by
StojanchePanov
0
Comments
On Monday, December 19, 2011, the first meeting of the .NET Community Shtip took place at the University restaurant in Shtip. About 20 students showed their greatest interest in participating in this event. The .NET gurus Dejan Dimitrovski, Darko...
Stojance's Blog
.NET Community Shtip - Opening
Posted
over 2 years ago
by
StojanchePanov
7
Comments
On Monday, December 19, 2011 at 18:00 at the University restaurant in Shtip will start the opening of the .NET Community Shtip, which is going to be a branch of the existing .NET User Group. I was elected as the community leader of this local group. The...
Hajan's Blog - MKDOT.NET
Registrations for Code Camp 2011 Are Open!
Posted
over 2 years ago
by
hajan
0
Comments
Hello everyone, Last night we have opened the registrations for Code Camp 2011 event. CLICK HERE TO REGISTER Register yourself quickly because we already have 400+ registered members in less than 12 hours.
Hajan's Blog - MKDOT.NET
Time travel issue – “Specified argument was out of the range of valid values. Parameter name: utcDate”
Posted
over 2 years ago
by
hajan
2
Comments
Few hours ago my wife told me it is time to get some rest, but since I was deep inside code resolving some interesting control flows, the time passed. I was almost done making the last tests before going to sleep when suddenly an interesting issue comes...
Hajan's Blog - MKDOT.NET
Објавен Распоред на Предавања за MS Vizija 9
Posted
over 2 years ago
by
hajan
0
Comments
Од пред два дена, објавен е Распоред на Предавања за MS Vizija 9 . Конференцијата се одржува два дена, во Четврток и Петок, 20-21 Октомври 2011. Предавањата се навистина интересни и сигурен сум дека избраните теми доста ќе ви се допаднат! Јас ќе одржам...
Hajan's Blog - MKDOT.NET
Нов ASP.NET Beta сајт
Posted
over 2 years ago
by
hajan
0
Comments
Денес е пуштен во употреба новиот ASP.NET Beta сајт . Сајтот воглавно има промени во изгледот, структурата и организацијата на содржините и ресурсите. Колку што успеав да забележам, сајтот е правен со Umbraco CMS . Работата на дизајнот на сајтот сеуште...
Hajan's Blog - MKDOT.NET
SquishIt – Автоматски минификатор на CSS и JS фајлови
Posted
over 2 years ago
by
hajan
0
Comments
SquishIt е одлична библиотека која ви помага на едноставен и брз начин да ги намалите CSS и JavaScript фајловите. Работи перфектно на ASP.NET WebForms и ASP.NET MVC и е достапна да ја земете и инсталирате преку NuGet менаџерот на пакети. Отворете...
Hajan's Blog - MKDOT.NET
ASP.NET MVC4 Developer Preview – Нови темплејти за Мобилни и Веб Апликации
Posted
over 2 years ago
by
hajan
0
Comments
Во минатите неколку недели се позанимавав со Windows 8 Developer Preview, ASP.NET MVC4, VS.NET 2011 и други нови алатки вклучени во Developer Preview-то коешто беше достапно за нас девелоперите од Microsoft пред некоја недела. Пред неколку дена инсталирав...
Hajan's Blog - MKDOT.NET
Simple fast and useful MiniProfiler for ASP.NET MVC
Posted
over 2 years ago
by
hajan
7
Comments
MiniProfiler is very lightweight, simple, fast and useful profiler for ASP.NET websites including ASP.NET MVC. It is designed to help you find possible performance issues and have very nice and clear view over each operation that happens in your web applications...
1
2
3
4
5
»