Morning Break
Coffee, web development and desgn
Sign in
|
Join
|
Help
Home
Contact
About
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.NET Framework
Ajax
ASP.NET
Blogging
C#
CMS
CSS
Data Modeling
Events
Firefox
GDI+
HTML
Internet Explorer
JavaScript
jQuery
JSON
LINQ
MVC
RSS
Silverlight
social media
User interface
Visual Studio
Web Design
Web Development Tools
Community
Home
Blogs
Media
Forums
Groups
Archives
July 2008 (3)
May 2008 (5)
April 2008 (4)
March 2008 (12)
February 2008 (13)
January 2008 (18)
December 2007 (17)
November 2007 (4)
My other sites
Dzovan.com
My artistic gallery
Janko At Warp Speed
Browse by Tags
All Tags
»
C#
(
RSS
)
.NET Framework
.NET User Group
Ajax
ASP.NET
CSS
Events
User interface
Demo sa predavanja o upotrebi reflection-a
by
janko
Za sve zainteresovane, možete preuzeti demo kod sa predavanja sa .NET User Grupe o upotrebi reflectiona. Nalazi se u prilogu ovog posta.
Filed under:
ASP.NET
,
C#
.NET User Group
by
janko
On Wednesday, April 23th at 18:30 I'll be doing a technical speech on " Populating entity objects using Reflection " at .NET User Group meeting in Belgrade. We'll talk about reflection and how you can use it to make your code "sing"...
Filed under:
Events
,
C#
,
.NET User Group
Janko At Warp Speed - a new blog started!
by
janko
I finally manage to start another blog - Janko At Warp Speed . It will help yo build functional and good looking web applications. That means the focus will be on users and user experience. I'll cover web user interface design and development using...
Filed under:
ASP.NET
,
Ajax
,
CSS
,
C#
,
User interface
Extension methods in C# and .NET Framework 3.5
by
janko
Visual Studio 2008 and Framework 3.5 include an exciting new feature - extension methods . Extension methods enables writing custom methods and "attaching" them to existing classes inside the Framework. In other words, you can extend Framework...
Filed under:
.NET Framework
,
C#
An alternative to throwing Exceptions from middle-tier
by
janko
" Don't throw exceptions when you don't have to - it is expensive in managed world " - this is something that you will often hear or read. But developers often throw exceptions from middle-tier just to return appropriate message to the...
Filed under:
ASP.NET
,
C#
MSDN Code Gallery
by
janko
Just a short note for those who haven't visited it yet - there is a bunch of sample applications, code snippets, and other resources provided by devlopers on MSDN Code Gallery . Most popular tags are C#, Visual Basic, LINQ and more. Enjoy!
Filed under:
ASP.NET
,
C#
Sva lica ToString() metode
by
janko
Oni koji često upotrebljavajuToString() metodu za formatiranje brojeva, datuma ili valuta, a zaboravljaju na koje sve načine mogu da upotrebljavaju metodu (kao npr. ja), dobro znaju koliko je ovakav podsetnik dobrodošao. Pogledaćemo i kako možete da implementirate...
Filed under:
C#
Manipulating Generic List<T>
by
janko
You can find a lot of articles on the internet that explain .Sort() and .Find() methods, but I'll explain the shortest way to do so. Sorting Suppose you have the User object that has Name, Age, Address and Phone properties and that you want to sort...
Filed under:
C#