Home
»
ASP.net
ASP.net
Home
Blogs
Forum
Files
Wiki
Tags
Options
Email Blog Author
RSS for posts
OK
Tags
.NET
.NET 4.0
AJAX
AJAX 4.0
ASP.NET
Class Library
Client Development
Configuration
Databind
Design
Entity Framework
Firebug
IIS
Java
Javascript
Membership
MVC
PageMethods
Razor
Routing
StudentGuru Event
Techdays
Tips & Tricks
Videos
Web Development
ASP.net
Awesome Super Pages
RSS for posts
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ASP.net
LinkedIn OAuth Library Update
Posted
over 2 years ago
by
djsolid
0
Comments
Version 0.3 of Linked OAuth Library is available via Nuget . This release has a dependency in Hammock Nuget package. I have also uploaded the source code at Bitbucket and it’s available to fork it! [ more… ]
ASP.net
RazorJS - Source code available!
Posted
over 2 years ago
by
djsolid
0
Comments
As of today you can find RazorJS’s source code available on BitBucket . Feel free to download the code and change it to fit your needs. [ read more …]
ASP.net
Native Greek Keyboard for Windows Phone 7
Posted
over 2 years ago
by
djsolid
0
Comments
Windows Phone 7 don’t have support for Greek. There is a way to add support for not only Greek but for many more languages using a standalone wp7 app that does some tweaking. [ read more… ]
ASP.net
PetaPoco and Spatial Data Types
Posted
over 2 years ago
by
djsolid
0
Comments
PetaPoco is a micro-ORM for .NET and Mono. If you haven’t see it yet I suggest you to check it out. Alternatives to PetaPoco are Massive and Dapper . (If you know more projects let me know). After this brief introduction let me begin by explaining the...
ASP.net
RazorJS - Write Razor inside your Javascript files
Posted
over 2 years ago
by
djsolid
0
Comments
Many times I have a Javascript file that contains a link and in order to be more generic I would prefer writing something like ~/image.png rather than /image.png or /myapp/image.png. Also when one of my Views in an MVC project interacts with 3rd party...
ASP.net
Why I Still L.O.V.E. ASP.NET WebForms
Posted
over 2 years ago
by
djsolid
0
Comments
Objectives Build Contact Page (a page that interacts with a data-storage) Build a Contact List Page (a page with a gird) Do it using ASP.NET WebForms Create Unit Tests We will use the MVP pattern and the open-source project WebFormsMVP to accomplish that...
ASP.net
Where is the bug? C#
Posted
over 2 years ago
by
djsolid
0
Comments
Below are a few lines of code written in C#. Is the code bug-free? What will this print in the console? Can you do it without VS? [ read more... ]
ASP.net
ASP.NET MVC - Passing a Flag Enum to an Action as Parameter
Posted
over 2 years ago
by
djsolid
0
Comments
A flag Enum is an Enumeration that can hold multiple values per instance An example of such Enum is: [ read more …]
ASP.net
ASP.NET MVC 3 - A RadioButtonList for Enum Properties
Posted
over 2 years ago
by
djsolid
0
Comments
ASP.NET MVC3 doesn’t have a built-in RadioButtonList helper and there are times that I want to display an Enum property. I can always do that using a [ read more …]
ASP.net
Detect if Firebug is enabled and deny access
Posted
over 2 years ago
by
djsolid
0
Comments
Firebug is an essential tool for every web developer. It allows to do many things such as script debugging, DOM manipulation etc. What happens though when it get’s to the hand of an experienced attacker? Then it could [ read more …]
ASP.net
Hope Driven Development - Are you doing it?
Posted
over 2 years ago
by
djsolid
0
Comments
HDD (and it don’t mean Hard Disk Drive ☺) is intuitively a bad approach on Software Development. If someone tells you that many times is doing Hope Driven Development, only by name you might say “Oh that’s [ read more …]
ASP.net
Linked-In OAuth Library
Posted
over 2 years ago
by
djsolid
0
Comments
I uploaded a package in Nuget Gallery that simplifies the interaction with linked-in. Uses a modified version of Hammock read more…
ASP.net
JavaScript is disabled - Should I Care?
Posted
over 2 years ago
by
djsolid
0
Comments
Many times a Web Developer faces the question “This won’t work if JavaScript is disabled. Should I change it?” If it’s something simple like a read more…
ASP.net
ASP.NET MVC SubmitLink with jQuery - Using an a tag as a submit button
Posted
over 2 years ago
by
djsolid
0
Comments
The easiest way to submit a form is to use the input tag with the submit type [ read more… ]
ASP.net
Visual Studio - A Common Replace Scenario
Posted
over 2 years ago
by
djsolid
0
Comments
Visual Studio has a build in Replace function that uses Regular Expressions. Let’s consider the following scenario: Although it’s not “good” code many times a developer has to write the following code [ read more… ]
ASP.net
Creating classes in Javascript - Prototype method
Posted
over 2 years ago
by
djsolid
0
Comments
Javascript is weeeell a script-based language. But over the years it has evolved a lot! So can we develop in an Object Oriented Way using javascript? [ read more… ]
ASP.net
A simple SQL quiz
Posted
over 2 years ago
by
djsolid
0
Comments
Today at work a colleague came up with a really interesting question. Let’s consider this [ read more… ]
ASP.net
[Design Patterns] Null Object Pattern
Posted
over 2 years ago
by
djsolid
0
Comments
Design patterns are a chapter that I believe every developer should be familiar with. Design patterns are not to be used in every line of code but you should know as many as you can in order to know when to use them – when they will simplify your code...
ASP.net
WebMatrix - Facebook Connect Sample [Facebook Helper]
Posted
over 2 years ago
by
djsolid
0
Comments
Although using Facebook connect is really easy via Facebook Helper inside WebMatrix I thought why not making it even simpler by providing a ready to run sample! [ read more… ]
ASP.net
Creating a WebDeploy configuration file
Posted
over 2 years ago
by
djsolid
0
Comments
WebMatrix (and Visual Studio) have a publish method called WebDeploy. Using WebDeploy you can upload all for files along with your database. Either it’s MySQL or SQL Server. So if your hosting provider supports WebDeploy I strongly suggest to use it!...
ASP.net
Url Rewriting - Get the modified url
Posted
over 3 years ago
by
djsolid
0
Comments
If you are using Url rewriting in your app then I strongly suggest to take a look at Url Routing which is available for ASP.NET MVC as well as ASP.NET Webforms (.NET 3.5 SP1).[ more… ]
ASP.net
ASP.NET MVC or Webforms? Why not both?
Posted
over 3 years ago
by
djsolid
0
Comments
In many conversations between ASP.NET developers, the most common question this time of the year is what technology should someone use in order to develop a web application. Both MVC and Webforms have … [more]
ASP.net
Teched 2010 [Berlin] - Day 2 - Visual Studio 2010 Tips `n Tricks
Posted
over 3 years ago
by
djsolid
0
Comments
This session was all about VS and how can we be more productive using it. A interesting fact is that VS is currently the 2nd largest product by Microsoft after Windows! [ read more… ]
ASP.net
Teched 2010 [Berlin] - Day 2 - Entity Framework and Live@edu
Posted
over 3 years ago
by
djsolid
0
Comments
Next sessions in the 2nd day where an Entity Framework (level 400, which is like really advanced) related interactive session and a session about Live@edu . [ read more… ]
ASP.net
Teched 2010 [Berlin] - Day 2 - TFS 2010 Best Practices
Posted
over 3 years ago
by
djsolid
0
Comments
In this session were presented some practices for TFS that are intended to make your life easier while working with it.[ read more… ]
1
2
3
4
5