×

لینک پد چیست؟

اگه وبلاگ یا سایت دارید میتونید با لینک کردن مطالب جدیدتون به اینجا بازدیدکننده های بیشتری رو جذب کنید. گاهی هم توی اینترنت مطالب جالبی پیدا میشه که دلتون میخواد جایی ثبت کنید و بعدا بخونید یا به دیگران نشون بدید، اینکارم اینجا ممکنه. دقت کنید که اینجا جای معرفی کل یک سایت نیست بلکه برای معرفی مطالب سایتها ساخته شده!

ثبت نام سریع مشاهده آخرین مطالب


+
۲

How to map querystring ?Action=Blah to action in MVC۳ route?

I would like to use a route with the action in the querystring http://server/path/controller?action=save so I can use relative urls on the client-side Is there an easy way to achieve this? [بیشتر بخوانید]

 
+
۳

درباره الگوی PRG

گفتگوی کوتاه در مورد Post/Redirect/Get Pattern و پیشگیری از خطای منطقی re-submit فرم در صفحات وب [بیشتر بخوانید]

 
+
۱

How to make a jquery function run when a div is displayed on the screen

There is a scroll to top button fixed on the bottom right of the screen in my template. I want to hide that button when someone scroll down to the footer. Means when someone scroll down to the footer ... [بیشتر بخوانید]

 
+
۲

Razor: How to force views in a folder, inherit from a special class

I want to force views in a folder (for example folder associated with ArticleController, named Article in View directory) that inherits from a CustomViewClass. Note that I know how to change inheritan... [بیشتر بخوانید]

 
+
۲

بهترین راه برای تعیین نوع شی در جاوا اسکریپت

بهترین راه برای تعیین نوع شی در جاوا اسکریپت

در جاوا اسکریپت میتوان شی گرائی را در حد محدودی اجرا کرد. وقتی که یک Class تعریف میکنید و از آن Object میسازید پی بردن به این مساله که نوع واقعی شی چیست یا به عبارتی Instance از کدام کلاس است گاهی مور... [بیشتر بخوانید]

 
+
۱

How to trigger a popup through an else statement in C#

using MVC3 and i'm in the C# environment. I would like to have a popup show when an else statement is satisfied. [بیشتر بخوانید]

 
+
۳

How to import a namespace in Razor View Page?

چگونه یک فضای نام را وارد Razor View Page کنیم؟ My answer to How to import a namespace in Razor View Page? [بیشتر بخوانید]